Searched refs:s_blake2b_compress (Results 1 – 1 of 1) sorted by relevance
304 static int s_blake2b_compress(hash_state *md, const unsigned char *buf) in ss_blake2b_compress()351 static int s_blake2b_compress(hash_state *md, const unsigned char *buf) in s_blake2b_compress() function383 s_blake2b_compress(md, md->blake2b.buf); /* Compress */ in blake2b_process()388 s_blake2b_compress(md, in); in blake2b_process()422 s_blake2b_compress(md, md->blake2b.buf); in blake2b_done()
Completed in 2 milliseconds