Searched defs:nonce_len (Results 1 – 13 of 13) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | aes-eax.c | 28 int aes_128_eax_encrypt(const u8 *key, const u8 *nonce, size_t nonce_len, in aes_128_eax_encrypt() 92 int aes_128_eax_decrypt(const u8 *key, const u8 *nonce, size_t nonce_len, in aes_128_eax_decrypt()
|
/external/chromium_org/third_party/boringssl/src/crypto/cipher/ |
D | aead.c | 71 size_t nonce_len, const uint8_t *in, size_t in_len, in EVP_AEAD_CTX_seal() 100 size_t nonce_len, const uint8_t *in, size_t in_len, in EVP_AEAD_CTX_open()
|
D | e_chacha20poly1305.c | 92 const uint8_t *nonce, size_t nonce_len, in aead_chacha20_poly1305_seal() 152 const uint8_t *nonce, size_t nonce_len, in aead_chacha20_poly1305_open()
|
D | e_rc4.c | 172 const uint8_t *nonce, size_t nonce_len, in aead_rc4_md5_tls_seal() 266 const uint8_t *nonce, size_t nonce_len, in aead_rc4_md5_tls_open()
|
D | internal.h | 114 uint8_t nonce_len; member
|
D | e_aes.c | 896 const uint8_t *nonce, size_t nonce_len, in aead_aes_gcm_seal() 938 const uint8_t *nonce, size_t nonce_len, in aead_aes_gcm_open() 1067 const uint8_t *nonce, size_t nonce_len, in aead_aes_key_wrap_seal() 1162 const uint8_t *nonce, size_t nonce_len, in aead_aes_key_wrap_open()
|
/external/chromium_org/third_party/boringssl/src/crypto/modes/ |
D | gcm_test.c | 314 size_t key_len, plaintext_len, additional_data_len, nonce_len, ciphertext_len, in run_test_case() local
|
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth_ie.h | 26 size_t nonce_len; member
|
/external/wpa_supplicant_8/src/eap_common/ |
D | eap_eke_common.h | 74 int nonce_len; member
|
D | ikev2_common.c | 370 const u8 *nonce, size_t nonce_len, in ikev2_derive_auth_data()
|
D | ikev2_common.h | 309 size_t nonce_len; member
|
/external/chromium_org/third_party/boringssl/src/tool/ |
D | speed.cc | 169 const size_t nonce_len = EVP_AEAD_nonce_length(aead); in SpeedAEADChunk() local
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa_ie.h | 28 size_t nonce_len; member
|