HomeSort by relevance Sort by last modified time
    Searched refs:blake2b_compress (Results 1 - 3 of 3) sorted by null

  /external/python/cpython3/Modules/_blake2/
blake2ns.h 8 #define blake2b_compress PyBlake2_blake2b_compress macro
  /external/python/cpython3/Modules/_blake2/impl/
blake2b-ref.c 226 static int blake2b_compress( blake2b_state *S, const uint8_t block[BLAKE2B_BLOCKBYTES] ) function
302 blake2b_compress( S, S->buf ); /* Compress */
335 blake2b_compress( S, S->buf );
343 blake2b_compress( S, S->buf );
blake2b.c 259 BLAKE2_LOCAL_INLINE(int) blake2b_compress( blake2b_state *S, const uint8_t block[BLAKE2B_BLOCKBYTES] ) function
342 blake2b_compress( S, S->buf ); /* Compress */
372 blake2b_compress( S, S->buf );
380 blake2b_compress( S, S->buf );

Completed in 214 milliseconds