Home
last modified time | relevance | path

Searched refs:ossl_mac_check_key_size (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/providers/common/include/prov/
H A Dsecuritycheck.h19 int ossl_mac_check_key_size(size_t keylen);
/freebsd/crypto/openssl/providers/common/
H A Dsecuritycheck.c85 int ossl_mac_check_key_size(size_t keylen) in ossl_mac_check_key_size() function
/freebsd/crypto/openssl/providers/implementations/macs/
H A Dhmac_prov.c167 int approved = ossl_mac_check_key_size(keylen); in hmac_setkey()
H A Dkmac_prov.c278 int approved = ossl_mac_check_key_size(keylen); in kmac_setkey()