Home | Sort by: relevance | last modified time | path |
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_generichash/blake2b/ref/ | |
blake2.h | 97 typedef int (*blake2b_compress_fn)(blake2b_state *S, typedef in typeref:typename:int (*)(blake2b_state * S,const uint8_t block[BLAKE2B_BLOCKBYTES]) |
blake2b-ref.c | 28 static blake2b_compress_fn blake2b_compress = blake2b_compress_ref; |