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.c259 BLAKE2_LOCAL_INLINE(int) blake2b_compress( blake2b_state *S, const uint8_t block[BLAKE2B_BLOCKBYTES… in blake2b_compress() function
342 blake2b_compress( S, S->buf ); /* Compress */ in blake2b_update()
372 blake2b_compress( S, S->buf ); in blake2b_final()
380 blake2b_compress( S, S->buf ); in blake2b_final()
Dblake2b-ref.c226 static int blake2b_compress( blake2b_state *S, const uint8_t block[BLAKE2B_BLOCKBYTES] ) in blake2b_compress() function
302 blake2b_compress( S, S->buf ); /* Compress */ in blake2b_update()
335 blake2b_compress( S, S->buf ); in blake2b_final()
343 blake2b_compress( S, S->buf ); in blake2b_final()
/external/python/cpython3/Modules/_blake2/
Dblake2ns.h8 #define blake2b_compress PyBlake2_blake2b_compress macro