Searched refs:hmac_init (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/crypto/openssl/providers/implementations/macs/ |
| H A D | hmac_prov.c | 41 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.2/contrib/wpa/src/crypto/ |
| H A D | crypto_libtomcrypt.c | 175 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()
|