Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/macs/
H A Dblake2b_mac.c22 #define BLAKE2_UPDATE ossl_blake2b_update
/freebsd/crypto/openssl/providers/implementations/digests/
H A Dblake2_prov.c40 ossl_blake2b512_init, ossl_blake2b_update,
H A Dblake2b_prov.c146 ossl_blake2b_update(c, block, BLAKE2B_BLOCKBYTES); in ossl_blake2b_init_key()
258 int ossl_blake2b_update(BLAKE2B_CTX *c, const void *data, size_t datalen) in ossl_blake2b_update() function
/freebsd/crypto/openssl/providers/implementations/include/prov/
H A Dblake2.h91 int ossl_blake2b_update(BLAKE2B_CTX *c, const void *data, size_t datalen);