Searched refs:blake2bp (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Modules/_blake2/impl/ |
D | blake2bp-test.c | 33 if( blake2bp( hash, buf, key, BLAKE2B_OUTBYTES, i, BLAKE2B_KEYBYTES ) < 0 || in main()
|
D | blake2.h | 170 …BLAKE2_API int blake2bp( uint8_t *out, const void *in, const void *key, size_t outlen, size_t inle…
|
D | blake2bp.c | 196 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/ |
D | blake2ns.h | 14 #define blake2bp PyBlake2_blake2bp macro
|