Searched refs:ossl_blake2b_update (Results 1 – 4 of 4) sorted by relevance
22 #define BLAKE2_UPDATE ossl_blake2b_update
33 #define blake2b_update ossl_blake2b_update
147 ossl_blake2b_update(c, block, BLAKE2B_BLOCKBYTES); in ossl_blake2b_init_key()259 int ossl_blake2b_update(BLAKE2B_CTX *c, const void *data, size_t datalen) in ossl_blake2b_update() function
99 int ossl_blake2b_update(BLAKE2B_CTX *c, const void *data, size_t datalen);
Completed in 8 milliseconds