Home
last modified time | relevance | path

Searched defs:BLAKE2B_BLOCKBYTES (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/crypto/blake2/
Dblake2_local.h25 #define BLAKE2B_BLOCKBYTES 128 macro
/third_party/python/Modules/_blake2/impl/
Dblake2b-ref.c230 static int blake2b_compress( blake2b_state *S, const uint8_t block[BLAKE2B_BLOCKBYTES] ) in blake2b_compress()
Dblake2b.c280 static inline int blake2b_compress( blake2b_state *S, const uint8_t block[BLAKE2B_BLOCKBYTES] ) in blake2b_compress()
Dblake2.h63 BLAKE2B_BLOCKBYTES = 128, enumerator