/freebsd/crypto/openssl/providers/implementations/rands/ |
H A D | drbg_hmac.c | 57 static int do_hmac(PROV_DRBG_HMAC *hmac, unsigned char inbyte, in do_hmac() argument 99 PROV_DRBG_HMAC *hmac = (PROV_DRBG_HMAC *)drbg->data; drbg_hmac_update() local 127 PROV_DRBG_HMAC *hmac = (PROV_DRBG_HMAC *)drbg->data; drbg_hmac_instantiate() local 198 PROV_DRBG_HMAC *hmac = (PROV_DRBG_HMAC *)drbg->data; drbg_hmac_generate() local 252 PROV_DRBG_HMAC *hmac = (PROV_DRBG_HMAC *)drbg->data; drbg_hmac_uninstantiate() local 267 PROV_DRBG_HMAC *hmac = (PROV_DRBG_HMAC *)drbg->data; drbg_hmac_verify_zeroization() local 276 PROV_DRBG_HMAC *hmac; drbg_hmac_new() local 307 PROV_DRBG_HMAC *hmac; drbg_hmac_free() local 320 PROV_DRBG_HMAC *hmac = (PROV_DRBG_HMAC *)drbg->data; drbg_hmac_get_ctx_params() local 359 PROV_DRBG_HMAC *hmac = (PROV_DRBG_HMAC *)ctx->data; drbg_hmac_set_ctx_params() local [all...] |
/freebsd/contrib/wpa/src/tls/ |
H A D | tlsv1_record.c | 155 struct crypto_hash *hmac; in tlsv1_record_send() local 284 struct crypto_hash *hmac; in tlsv1_record_receive() local
|
/freebsd/contrib/libfido2/src/ |
H A D | config.c | 17 config_prepare_hmac(uint8_t subcmd, const cbor_item_t *item, fido_blob_t *hmac) in config_prepare_hmac() 49 fido_blob_t *ecdh = NULL, f, hmac; in config_tx() local
|
H A D | largeblob.c | 476 prepare_hmac(size_t offset, const u_char *data, size_t len, fido_blob_t *hmac) in prepare_hmac() 508 fido_blob_t *hmac = NULL, f; in largeblob_set_tx() local
|
H A D | credman.c | 120 fido_blob_t hmac; in credman_tx() local
|
H A D | bio.c | 68 fido_blob_t hmac; in bio_tx() local
|
/freebsd/sys/crypto/aesni/ |
H A D | aesni.h | 64 bool hmac; member
|
/freebsd/contrib/wpa/src/eap_common/ |
H A D | eap_sim_common.c | 168 unsigned char hmac[SHA1_MAC_LEN]; in eap_sim_verify_mac() local 207 unsigned char hmac[SHA1_MAC_LEN]; in eap_sim_add_mac() local 362 unsigned char hmac[SHA256_MAC_LEN]; in eap_sim_verify_mac_sha256() local 401 unsigned char hmac[SHA256_MAC_LEN]; in eap_sim_add_mac_sha256() local
|
/freebsd/crypto/libecc/src/hash/ |
H A D | hmac.c | 136 int hmac(const u8 *hmackey, u32 hmackey_len, hash_alg_type hash_type, in hmac() function
|
/freebsd/contrib/ldns/ |
H A D | keys.c | 428 unsigned char *hmac; in ldns_key_new_frm_fp_l() local 1102 unsigned char *hmac; in ldns_key_new_frm_algorithm() local 1398 ldns_key_set_hmac_key(ldns_key *k, unsigned char *hmac) in ldns_key_set_hmac_key() 2056 unsigned char* hmac; in ldns_key_deep_free() local
|
/freebsd/sys/netinet/ |
H A D | sctp_auth.h | 80 uint16_t hmac[]; member
|
/freebsd/crypto/openssl/crypto/pkcs12/ |
H A D | p12_mutl.c | 87 HMAC_CTX *hmac = NULL; in pkcs12_gen_mac() local
|
/freebsd/contrib/ldns/ldns/ |
H A D | keys.h | 142 } hmac; member
|
/freebsd/crypto/openssl/test/ |
H A D | bad_dtls_test.c | 284 EVP_MAC *hmac = NULL; in send_record() local
|
/freebsd/crypto/heimdal/lib/gssapi/ntlm/ |
H A D | crypto.c | 149 unsigned char hmac[16]; in v2_sign_message() local
|
/freebsd/sys/crypto/ccp/ |
H A D | ccp.h | 92 struct ccp_session_hmac hmac; member
|
/freebsd/crypto/openssl/ssl/statem/ |
H A D | extensions_srvr.c | 702 unsigned char hmac[SHA256_DIGEST_LENGTH]; in tls_parse_ctos_cookie() local 1730 unsigned char *hmac, *hmac2; in tls_construct_stoc_cookie() local
|
/freebsd/crypto/openssl/ssl/record/ |
H A D | ssl3_record.c | 1429 EVP_MD_CTX *hmac = NULL, *mac_ctx; in tls1_mac() local
|
/freebsd/crypto/openssl/providers/implementations/kdfs/ |
H A D | hkdf.c | 518 HMAC_CTX *hmac; in HKDF_Expand() local
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | crypto_libtomcrypt.c | 149 hmac_state hmac; member
|
H A D | crypto_openssl.c | 1525 EVP_MAC *hmac; in openssl_hmac_vector() local 4760 EVP_MAC *hmac; in hpke_labeled_extract() local 4852 EVP_MAC *hmac; in hpke_labeled_expand() local
|
H A D | crypto_wolfssl.c | 379 Hmac hmac; in wolfssl_hmac_vector() local 1173 Hmac hmac; member
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_write_set_format_zip.c | 2002 uint8_t hmac[20]; in archive_write_zip_finish_entry() local
|
/freebsd/sys/dev/wg/ |
H A D | wg_noise.c | 1195 hmac(uint8_t *out, const uint8_t *in, const uint8_t *key, const size_t outlen, in hmac() function
|
/freebsd/sys/dev/cxgbe/crypto/ |
H A D | t4_crypto.c | 224 struct ccr_session_hmac hmac; member
|