Home
last modified time | relevance | path

Searched refs:hmac_init (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/crypto/libecc/src/hash/
HDhmac.c16 int hmac_init(hmac_context *ctx, const u8 *hmackey, u32 hmackey_len, in hmac_init() function
142 ret = hmac_init(&ctx, hmackey, hmackey_len, hash_type); EG(ret, err); in hmac()
162 ret = hmac_init(&ctx, hmackey, hmackey_len, hash_type); EG(ret, err); in hmac_scattered()
/freebsd-14-stable/crypto/openssl/providers/implementations/macs/
HDhmac_prov.c41 static OSSL_FUNC_mac_init_fn hmac_init; variable
173 static int hmac_init(void *vmacctx, const unsigned char *key, in hmac_init() function
347 { OSSL_FUNC_MAC_INIT, (void (*)(void))hmac_init },
/freebsd-14-stable/crypto/libecc/include/libecc/hash/
HDhmac.h26 ATTRIBUTE_WARN_UNUSED_RET int hmac_init(hmac_context *ctx, const u8 *hmackey, u32 hmackey_len, hash…
/freebsd-14-stable/contrib/wpa/src/crypto/
HDcrypto_libtomcrypt.c175 if (hmac_init(&ctx->u.hmac, find_hash("md5"), key, key_len) != in crypto_hash_init()
180 if (hmac_init(&ctx->u.hmac, find_hash("sha1"), key, key_len) != in crypto_hash_init()
/freebsd-14-stable/crypto/libecc/src/sig/
HDecdsa_common.c81 ret = hmac_init(&hmac_ctx, K, hsize, hash_type); EG(ret, err); in __ecdsa_rfc6979_nonce()
103 ret = hmac_init(&hmac_ctx, K, hsize, hash_type); EG(ret, err); in __ecdsa_rfc6979_nonce()
152 ret = hmac_init(&hmac_ctx, K, hsize, hash_type); EG(ret, err); in __ecdsa_rfc6979_nonce()