Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/crypto/
H A 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()
/freebsd/sys/crypto/
H A Dchacha20_poly1305.c40 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 Ddpp_auth.c61 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 Ddpp_crypto.c447 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 Ddpp.c786 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 Ddpp.h141 size_t nonce_len; member
/freebsd/contrib/bearssl/src/aead/
H A Dccm.c58 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 Deap_eke_common.h74 int nonce_len; member
H A Dikev2_common.c373 const u8 *nonce, size_t nonce_len, in ikev2_derive_auth_data()
H A Dikev2_common.h309 size_t nonce_len; member
/freebsd/sys/crypto/aesni/
H A Daesni_ccm.c92 const unsigned char *nonce, size_t nonce_len, in cbc_mac_start()
/freebsd/crypto/openssl/providers/implementations/rands/
H A Dtest_rng.c46 size_t entropy_len, entropy_pos, nonce_len; member
H A Ddrbg_hmac.c124 const unsigned char *nonce, size_t nonce_len, in drbg_hmac_instantiate() argument
H A Ddrbg_hash.c250 const unsigned char *nonce, size_t nonce_len, in drbg_hash_instantiate() argument
/freebsd/crypto/openssl/crypto/evp/
H A De_chacha20_poly1305.c159 int aad, mac_inited, tag_len, nonce_len; member
/freebsd/crypto/openssl/test/
H A Dcmp_vfy_test.c460 int nonce_len = OSSL_CMP_SENDERNONCE_LENGTH; in setup_check_update() local
H A Devp_test.c2438 size_t entropy_len, nonce_len, pers_len, addinA_len, addinB_len, member
/freebsd/sys/contrib/openzfs/module/icp/algs/modes/
H A Dccm.c759 ccm_init(ccm_ctx_t *ctx, unsigned char *nonce, size_t nonce_len, in ccm_init()
/freebsd/contrib/bearssl/test/
H A Dtest_crypto.c7690 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