Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/macs/
H A Dblake2s_mac.c24 #define BLAKE2_PARAM_SET_DIGEST_LENGTH ossl_blake2s_param_set_digest_length
/freebsd/crypto/openssl/providers/implementations/include/prov/
H A Dblake2.h113 void ossl_blake2s_param_set_digest_length(BLAKE2S_PARAM *P, uint8_t outlen);
/freebsd/crypto/openssl/providers/implementations/digests/
H A Dblake2s_prov.c92 void ossl_blake2s_param_set_digest_length(BLAKE2S_PARAM *P, uint8_t outlen) in ossl_blake2s_param_set_digest_length() function