Searched refs:pwlen (Results 1 – 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | aes-siv.c | 120 const u8 *pw, size_t pwlen, in aes_siv_encrypt() argument 144 _len[num_elem] = pwlen; in aes_siv_encrypt() 153 os_memcpy(crypt_pw, pw, pwlen); in aes_siv_encrypt() 158 return aes_ctr_encrypt(k2, key_len, v, crypt_pw, pwlen); in aes_siv_encrypt()
|
D | aes_siv.h | 13 const u8 *pw, size_t pwlen,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | aes-siv.c | 120 const u8 *pw, size_t pwlen, in aes_siv_encrypt() argument 144 _len[num_elem] = pwlen; in aes_siv_encrypt() 153 os_memcpy(crypt_pw, pw, pwlen); in aes_siv_encrypt() 158 return aes_ctr_encrypt(k2, key_len, v, crypt_pw, pwlen); in aes_siv_encrypt()
|
D | aes_siv.h | 13 const u8 *pw, size_t pwlen,
|