Home
last modified time | relevance | path

Searched refs:blake2b_compress (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Modules/_blake2/impl/
Dblake2b-ref.c230 static int blake2b_compress( blake2b_state *S, const uint8_t block[BLAKE2B_BLOCKBYTES] ) in blake2b_compress() function
306 blake2b_compress( S, S->buf ); // Compress in blake2b_update()
334 blake2b_compress( S, S->buf ); in blake2b_final()
342 blake2b_compress( S, S->buf ); in blake2b_final()
Dblake2b.c280 static inline int blake2b_compress( blake2b_state *S, const uint8_t block[BLAKE2B_BLOCKBYTES] ) in blake2b_compress() function
363 blake2b_compress( S, S->buf ); // Compress in blake2b_update()
389 blake2b_compress( S, S->buf ); in blake2b_final()
397 blake2b_compress( S, S->buf ); in blake2b_final()
/external/python/cpython3/Modules/_blake2/
Dblake2ns.h8 #define blake2b_compress PyBlake2_blake2b_compress macro