Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/macs/
H A Dblake2b_mac.c24 #define BLAKE2_PARAM_SET_DIGEST_LENGTH ossl_blake2b_param_set_digest_length
/freebsd/crypto/openssl/providers/implementations/include/prov/
H A Dblake2.h100 void ossl_blake2b_param_set_digest_length(BLAKE2B_PARAM *P, uint8_t outlen);
/freebsd/crypto/openssl/providers/implementations/digests/
H A Dblake2b_prov.c98 void ossl_blake2b_param_set_digest_length(BLAKE2B_PARAM *P, uint8_t outlen) in ossl_blake2b_param_set_digest_length() function