Searched refs:blake2sp (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Modules/_blake2/impl/ |
D | blake2sp-test.c | 32 if( blake2sp( hash, buf, key, BLAKE2S_OUTBYTES, i, BLAKE2S_KEYBYTES ) < 0 || in main()
|
D | blake2.h | 169 …BLAKE2_API int blake2sp( uint8_t *out, const void *in, const void *key, size_t outlen, size_t inle…
|
D | blake2sp.c | 194 int blake2sp( uint8_t *out, const void *in, const void *key, size_t outlen, size_t inlen, size_t ke… in blake2sp() function
|
/external/python/cpython3/Modules/_blake2/ |
D | blake2ns.h | 26 #define blake2sp PyBlake2_blake2sp macro
|