Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/macs/
H A Dblake2s_mac.c22 #define BLAKE2_UPDATE ossl_blake2s_update
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/digests/
H A Dblake2_prov.c34 ossl_blake2s256_init, ossl_blake2s_update,
H A Dblake2s_prov.c139 ossl_blake2s_update(c, block, BLAKE2S_BLOCKBYTES); in ossl_blake2s_init_key()
249 int ossl_blake2s_update(BLAKE2S_CTX *c, const void *data, size_t datalen) in ossl_blake2s_update() function
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/include/prov/
H A Dblake2.h109 int ossl_blake2s_update(BLAKE2S_CTX *c, const void *data, size_t datalen);