Home
last modified time | relevance | path

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

/third_party/openssl/providers/implementations/macs/
Dblake2s_mac.c22 #define BLAKE2_UPDATE ossl_blake2s_update
/third_party/openssl/providers/implementations/digests/
Dblake2_prov.c34 ossl_blake2s256_init, ossl_blake2s_update,
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
/third_party/openssl/providers/implementations/include/prov/
Dblake2.h109 int ossl_blake2s_update(BLAKE2S_CTX *c, const void *data, size_t datalen);