Searched refs:blake2b_compress (Results 1 – 3 of 3) sorted by relevance
259 BLAKE2_LOCAL_INLINE(int) blake2b_compress( blake2b_state *S, const uint8_t block[BLAKE2B_BLOCKBYTES… in blake2b_compress() function342 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()
226 static int blake2b_compress( blake2b_state *S, const uint8_t block[BLAKE2B_BLOCKBYTES] ) in blake2b_compress() function302 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()
8 #define blake2b_compress PyBlake2_blake2b_compress macro