Home
last modified time | relevance | path

Searched defs:hmac (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/crypto/openssl/providers/implementations/rands/
H A Ddrbg_hmac.c57 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 Dtlsv1_record.c155 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 Dconfig.c17 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 Dlargeblob.c476 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 Dcredman.c120 fido_blob_t hmac; in credman_tx() local
H A Dbio.c68 fido_blob_t hmac; in bio_tx() local
/freebsd/sys/crypto/aesni/
H A Daesni.h64 bool hmac; member
/freebsd/contrib/wpa/src/eap_common/
H A Deap_sim_common.c168 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 Dhmac.c136 int hmac(const u8 *hmackey, u32 hmackey_len, hash_alg_type hash_type, in hmac() function
/freebsd/contrib/ldns/
H A Dkeys.c428 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 Dsctp_auth.h80 uint16_t hmac[]; member
/freebsd/crypto/openssl/crypto/pkcs12/
H A Dp12_mutl.c87 HMAC_CTX *hmac = NULL; in pkcs12_gen_mac() local
/freebsd/contrib/ldns/ldns/
H A Dkeys.h142 } hmac; member
/freebsd/crypto/openssl/test/
H A Dbad_dtls_test.c284 EVP_MAC *hmac = NULL; in send_record() local
/freebsd/crypto/heimdal/lib/gssapi/ntlm/
H A Dcrypto.c149 unsigned char hmac[16]; in v2_sign_message() local
/freebsd/sys/crypto/ccp/
H A Dccp.h92 struct ccp_session_hmac hmac; member
/freebsd/crypto/openssl/ssl/statem/
H A Dextensions_srvr.c702 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 Dssl3_record.c1429 EVP_MD_CTX *hmac = NULL, *mac_ctx; in tls1_mac() local
/freebsd/crypto/openssl/providers/implementations/kdfs/
H A Dhkdf.c518 HMAC_CTX *hmac; in HKDF_Expand() local
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_libtomcrypt.c149 hmac_state hmac; member
H A Dcrypto_openssl.c1525 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 Dcrypto_wolfssl.c379 Hmac hmac; in wolfssl_hmac_vector() local
1173 Hmac hmac; member
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_zip.c2002 uint8_t hmac[20]; in archive_write_zip_finish_entry() local
/freebsd/sys/dev/wg/
H A Dwg_noise.c1195 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 Dt4_crypto.c224 struct ccr_session_hmac hmac; member

12