blake2b-ref.c | 207 blake2b_update(S, block, BLAKE2B_BLOCKBYTES); 253 blake2b_update(S, block, BLAKE2B_BLOCKBYTES); 261 blake2b_update(blake2b_state *S, const uint8_t *in, uint64_t inlen) function in typeref:typename:int 364 blake2b_update(S, (const uint8_t *) in, inlen); 403 blake2b_update(S, (const uint8_t *) in, inlen);
|