| /freebsd-src/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() 99 PROV_DRBG_HMAC *hmac = (PROV_DRBG_HMAC *)drbg->data; in drbg_hmac_update() local 127 PROV_DRBG_HMAC *hmac = (PROV_DRBG_HMAC *)drbg->data; in drbg_hmac_instantiate() local 198 PROV_DRBG_HMAC *hmac = (PROV_DRBG_HMAC *)drbg->data; in drbg_hmac_generate() local 252 PROV_DRBG_HMAC *hmac = (PROV_DRBG_HMAC *)drbg->data; in drbg_hmac_uninstantiate() local 267 PROV_DRBG_HMAC *hmac = (PROV_DRBG_HMAC *)drbg->data; in drbg_hmac_verify_zeroization() local 276 PROV_DRBG_HMAC *hmac; in drbg_hmac_new() local 308 PROV_DRBG_HMAC *hmac; in drbg_hmac_free() local 321 PROV_DRBG_HMAC *hmac = (PROV_DRBG_HMAC *)drbg->data; in drbg_hmac_get_ctx_params() local 360 PROV_DRBG_HMAC *hmac = (PROV_DRBG_HMAC *)ctx->data; in drbg_hmac_set_ctx_params() local
|
| /freebsd-src/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-src/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-src/sys/crypto/aesni/ |
| H A D | aesni.h | 64 bool hmac; member
|
| /freebsd-src/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-src/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-src/sys/netinet/ |
| H A D | sctp_auth.h | 80 uint16_t hmac[]; member
|
| H A D | sctp_header.h | 517 uint8_t hmac[]; member
|
| /freebsd-src/crypto/openssl/crypto/pkcs12/ |
| H A D | p12_mutl.c | 87 HMAC_CTX *hmac = NULL; in pkcs12_gen_mac() local
|
| /freebsd-src/contrib/ldns/ldns/ |
| H A D | keys.h | 142 } hmac; member
|
| /freebsd-src/crypto/openssl/test/ |
| H A D | bad_dtls_test.c | 284 EVP_MAC *hmac = NULL; in send_record() local
|
| /freebsd-src/crypto/heimdal/lib/gssapi/ntlm/ |
| H A D | crypto.c | 149 unsigned char hmac[16]; in v2_sign_message() local
|
| /freebsd-src/sys/crypto/ccp/ |
| H A D | ccp.h | 92 struct ccp_session_hmac hmac; member
|
| /freebsd-src/crypto/openssl/ssl/statem/ |
| H A D | extensions_srvr.c | 697 unsigned char hmac[SHA256_DIGEST_LENGTH]; tls_parse_ctos_cookie() local 1724 unsigned char *hmac, *hmac2; tls_construct_stoc_cookie() local
|
| /freebsd-src/crypto/openssl/providers/implementations/kdfs/ |
| H A D | hkdf.c | 518 HMAC_CTX *hmac; in HKDF_Expand() local
|
| /freebsd-src/crypto/openssl/ssl/record/ |
| H A D | ssl3_record.c | 1429 EVP_MD_CTX *hmac = NULL, *mac_ctx; in tls1_mac() local
|
| /freebsd-src/contrib/wpa/src/crypto/ |
| H A D | crypto_libtomcrypt.c | 149 hmac_state hmac; member
|
| H A D | crypto_wolfssl.c | 164 Hmac hmac; wolfssl_hmac_vector() local 881 Hmac hmac; global() member [all...] |
| /freebsd-src/contrib/libarchive/libarchive/ |
| H A D | archive_write_set_format_zip.c | 1187 uint8_t hmac[20]; in archive_write_zip_finish_entry() local
|
| H A D | archive_read_support_format_zip.c | 1317 uint8_t hmac[20]; in check_authentication_code() local
|
| /freebsd-src/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-src/sys/dev/cxgbe/crypto/ |
| H A D | t4_crypto.c | 224 struct ccr_session_hmac hmac; member [all...] |