Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Daes-siv.c120 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()
Daes_siv.h13 const u8 *pw, size_t pwlen,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Daes-siv.c120 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()
Daes_siv.h13 const u8 *pw, size_t pwlen,