Home
last modified time | relevance | path

Searched refs:ossl_blake2s_param_set_key_length (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/macs/
H A Dblake2s_mac.c25 #define BLAKE2_PARAM_SET_KEY_LENGTH ossl_blake2s_param_set_key_length
/freebsd/crypto/openssl/providers/implementations/include/prov/
H A Dblake2.h114 void ossl_blake2s_param_set_key_length(BLAKE2S_PARAM *P, uint8_t keylen);
/freebsd/crypto/openssl/providers/implementations/digests/
H A Dblake2s_prov.c97 void ossl_blake2s_param_set_key_length(BLAKE2S_PARAM *P, uint8_t keylen) in ossl_blake2s_param_set_key_length() function