/freebsd/contrib/wpa/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()
|
/freebsd/sys/crypto/ |
H A D | chacha20_poly1305.c | 40 const uint8_t *nonce, const size_t nonce_len, const uint8_t *key) in chacha20_poly1305_encrypt() 87 const uint8_t *nonce, const size_t nonce_len, const uint8_t *key) in chacha20_poly1305_decrypt()
|
/freebsd/contrib/wpa/src/common/ |
H A D | dpp_auth.c | 61 size_t nonce_len, in dpp_auth_build_req() 236 size_t nonce_len, in dpp_auth_build_resp() 420 size_t nonce_len; in dpp_auth_build_resp_ok() local 1170 size_t nonce_len; in dpp_auth_init() local
|
H A D | dpp_crypto.c | 447 size_t nonce_len = auth->curve->nonce_len; in dpp_derive_bk_ke() local 892 size_t nonce_len; in dpp_gen_r_auth() local 975 size_t nonce_len; in dpp_gen_i_auth() local
|
H A D | dpp.c | 786 size_t nonce_len; in dpp_build_conf_req_attr() local 3598 size_t nonce_len, clear_len, attr_len; in dpp_build_conf_result() local 3816 size_t nonce_len, clear_len, attr_len; in dpp_build_conn_status_result() local
|
H A D | dpp.h | 141 size_t nonce_len; member
|
/freebsd/contrib/bearssl/src/aead/ |
H A D | ccm.c | 58 br_ccm_reset(br_ccm_context *ctx, const void *nonce, size_t nonce_len, in br_ccm_reset()
|
/freebsd/contrib/wpa/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
|
/freebsd/sys/crypto/aesni/ |
H A D | aesni_ccm.c | 92 const unsigned char *nonce, size_t nonce_len, in cbc_mac_start()
|
/freebsd/crypto/openssl/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() argument
|
H A D | drbg_hash.c | 250 const unsigned char *nonce, size_t nonce_len, in drbg_hash_instantiate() argument
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | e_chacha20_poly1305.c | 159 int aad, mac_inited, tag_len, nonce_len; member
|
/freebsd/crypto/openssl/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
|
/freebsd/sys/contrib/openzfs/module/icp/algs/modes/ |
H A D | ccm.c | 759 ccm_init(ccm_ctx_t *ctx, unsigned char *nonce, size_t nonce_len, in ccm_init()
|
/freebsd/contrib/bearssl/test/ |
H A D | test_crypto.c | 7690 size_t plain_len, key_len, nonce_len, aad_len; in test_EAX_inner() local 7960 size_t plain_len, key_len, nonce_len, aad_len, tag_len; in test_CCM_inner() local
|