Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_blake2/impl/
Dblake2sp-test.c32 if( blake2sp( hash, buf, key, BLAKE2S_OUTBYTES, i, BLAKE2S_KEYBYTES ) < 0 || in main()
Dblake2.h169 …BLAKE2_API int blake2sp( uint8_t *out, const void *in, const void *key, size_t outlen, size_t inle…
Dblake2sp.c194 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/
Dblake2ns.h26 #define blake2sp PyBlake2_blake2sp macro