Home
last modified time | relevance | path

Searched defs:nonce_len (Results 1 – 23 of 23) 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/crypto/openssl/providers/implementations/rands/
H A Ddrbg_hmac.c119 const unsigned char *nonce, size_t nonce_len, in ossl_drbg_hmac_init()
137 const unsigned char *nonce, size_t nonce_len, in drbg_hmac_instantiate()
H A Dtest_rng.c49 size_t entropy_len, entropy_pos, nonce_len; member
H A Ddrbg_hash.c255 const unsigned char *nonce, size_t nonce_len, in drbg_hash_instantiate()
/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/crypto/openssl/ssl/record/methods/
H A Dtls13_meth.c92 size_t nonce_len, offset, loop, hdrlen, taglen; in tls13_cipher() local
/freebsd/sys/crypto/aesni/
H A Daesni_ccm.c92 const unsigned char *nonce, size_t nonce_len, in cbc_mac_start()
/freebsd/crypto/openssl/crypto/evp/
H A De_chacha20_poly1305.c159 int aad, mac_inited, tag_len, nonce_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/crypto/openssl/test/
H A Dcmp_vfy_test.c477 int nonce_len = OSSL_CMP_SENDERNONCE_LENGTH; in setup_check_update() local
H A Devp_test.c3514 size_t entropy_len, nonce_len, pers_len, addinA_len, addinB_len, member
/freebsd/crypto/openssl/providers/fips/
H A Dself_test_kats.c924 const unsigned char *nonce, size_t nonce_len, in set_kat_drbg()
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_record_tx.c493 int l = 0, l2 = 0, nonce_len; in qtx_encrypt_into_txe() local
H A Dquic_record_rx.c884 int l = 0, l2 = 0, is_old_key, nonce_len; in qrx_decrypt_pkt_body() local
/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