Home
last modified time | relevance | path

Searched defs:nonce_len (Results 1 – 16 of 16) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Daes-eax.c28 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/boringssl/src/crypto/cipher/
De_chacha20poly1305.c210 const uint8_t *nonce, size_t nonce_len, in aead_chacha20_poly1305_seal()
223 const uint8_t *nonce, size_t nonce_len, in aead_chacha20_poly1305_open()
267 const uint8_t *nonce, size_t nonce_len, const uint8_t *in, size_t in_len, in aead_chacha20_poly1305_old_seal()
282 const uint8_t *nonce, size_t nonce_len, const uint8_t *in, size_t in_len, in aead_chacha20_poly1305_old_open()
Daead.c102 size_t nonce_len, const uint8_t *in, size_t in_len, in EVP_AEAD_CTX_seal()
131 size_t nonce_len, const uint8_t *in, size_t in_len, in EVP_AEAD_CTX_open()
Dinternal.h76 uint8_t nonce_len; member
De_ssl3.c128 const uint8_t *nonce, size_t nonce_len, in aead_ssl3_seal()
213 const uint8_t *nonce, size_t nonce_len, in aead_ssl3_open()
De_aes.c1102 const uint8_t *nonce, size_t nonce_len, in aead_aes_gcm_seal()
1145 const uint8_t *nonce, size_t nonce_len, in aead_aes_gcm_open()
1282 const uint8_t *nonce, size_t nonce_len, in aead_aes_key_wrap_seal()
1371 const uint8_t *nonce, size_t nonce_len, in aead_aes_key_wrap_open()
1647 const uint8_t *nonce, size_t nonce_len, in aead_aes_ctr_hmac_sha256_seal()
1683 const uint8_t *nonce, size_t nonce_len, in aead_aes_ctr_hmac_sha256_open()
De_tls.c105 const uint8_t *nonce, size_t nonce_len, in aead_tls_seal()
206 const uint8_t *nonce, size_t nonce_len, in aead_tls_open()
/external/boringssl/src/ssl/
Dssl_aead_ctx.c181 size_t nonce_len = 0; in SSL_AEAD_CTX_open() local
242 size_t nonce_len = 0; in SSL_AEAD_CTX_seal() local
/external/boringssl/src/crypto/modes/
Dgcm_test.c302 size_t key_len, plaintext_len, additional_data_len, nonce_len, ciphertext_len, in run_test_case() local
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ie.h26 size_t nonce_len; member
/external/wpa_supplicant_8/src/eap_common/
Deap_eke_common.h74 int nonce_len; member
Dikev2_common.c373 const u8 *nonce, size_t nonce_len, in ikev2_derive_auth_data()
Dikev2_common.h309 size_t nonce_len; member
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_ie.h28 size_t nonce_len; member
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh_rsn.c385 size_t nonce_len = sizeof(sta->my_nonce); in mesh_rsn_derive_mtk() local
/external/boringssl/src/tool/
Dspeed.cc181 const size_t nonce_len = EVP_AEAD_nonce_length(aead); in SpeedAEADChunk() local