Home
last modified time | relevance | path

Searched refs:seed (Results 1 – 1 of 1) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_security_utils.c534 uint8_t seed[LIM_SEED_LENGTH], icv[SIR_MAC_WEP_ICV_LENGTH]; in lim_encrypt_auth_frame() local
545 qdf_get_random_bytes(seed, SIR_MAC_WEP_IV_LENGTH); in lim_encrypt_auth_frame()
546 while (!(*(uint32_t *)seed)) in lim_encrypt_auth_frame()
547 qdf_get_random_bytes(seed, SIR_MAC_WEP_IV_LENGTH); in lim_encrypt_auth_frame()
550 qdf_mem_copy((uint8_t *) &seed[3], pKey, keyLength - 3); in lim_encrypt_auth_frame()
560 (uint8_t *) pPlainText, seed, keyLength, in lim_encrypt_auth_frame()
564 pEncrBody[0] = seed[0]; in lim_encrypt_auth_frame()
565 pEncrBody[1] = seed[1]; in lim_encrypt_auth_frame()
566 pEncrBody[2] = seed[2]; in lim_encrypt_auth_frame()
635 lim_rc4(uint8_t *pDest, uint8_t *pSrc, uint8_t *seed, uint32_t keyLength, in lim_rc4() argument
[all …]