Searched defs:nonce_len (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/bsd/wpa/dist/src/crypto/ |
H A 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()
|
/netbsd-src/external/bsd/wpa/dist/src/eap_common/ |
H A D | eap_eke_common.h | 74 int nonce_len; member
|
H A D | ikev2_common.c | 373 const u8 *nonce, size_t nonce_len, in ikev2_derive_auth_data()
|
H A D | ikev2_common.h | 309 size_t nonce_len; member
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/ |
H A D | e_chacha20_poly1305.c | 159 int aad, mac_inited, tag_len, nonce_len; member
|
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/rands/ |
H A D | test_rng.c | 46 size_t entropy_len, entropy_pos, nonce_len; member
|
H A D | drbg_hmac.c | 124 const unsigned char *nonce, size_t nonce_len, in drbg_hmac_instantiate()
|
H A D | drbg_hash.c | 250 const unsigned char *nonce, size_t nonce_len, in drbg_hash_instantiate()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/evp/ |
H A D | e_chacha20_poly1305.c | 157 int aad, mac_inited, tag_len, nonce_len; member
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | cmp_vfy_test.c | 460 int nonce_len = OSSL_CMP_SENDERNONCE_LENGTH; in setup_check_update() local
|
H A D | evp_test.c | 2438 size_t entropy_len, nonce_len, pers_len, addinA_len, addinB_len, member
|