Searched refs:blake2b_compress (Results 1 – 3 of 3) sorted by relevance
230 static int blake2b_compress( blake2b_state *S, const uint8_t block[BLAKE2B_BLOCKBYTES] ) in blake2b_compress() function306 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()
280 static inline int blake2b_compress( blake2b_state *S, const uint8_t block[BLAKE2B_BLOCKBYTES] ) in blake2b_compress() function363 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()
8 #define blake2b_compress PyBlake2_blake2b_compress macro