Home
last modified time | relevance | path

Searched refs:blake2bp (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Modules/_blake2/impl/
Dblake2bp-test.c33 if( blake2bp( hash, buf, key, BLAKE2B_OUTBYTES, i, BLAKE2B_KEYBYTES ) < 0 || in main()
Dblake2.h170 …BLAKE2_API int blake2bp( uint8_t *out, const void *in, const void *key, size_t outlen, size_t inle…
Dblake2bp.c196 int blake2bp( uint8_t *out, const void *in, const void *key, size_t outlen, size_t inlen, size_t ke… in blake2bp() function
/external/python/cpython3/Modules/_blake2/
Dblake2ns.h14 #define blake2bp PyBlake2_blake2bp macro