Searched defs:blake2s (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Modules/_blake2/ |
D | blake2ns.h | 19 #define blake2s PyBlake2_blake2s macro
|
/external/python/cpython3/Modules/_blake2/impl/ |
D | blake2s-ref.c | 341 int blake2s( uint8_t *out, const void *in, const void *key, size_t outlen, size_t inlen, size_t key… in blake2s() function
|
D | blake2s.c | 381 int blake2s( uint8_t *out, const void *in, const void *key, size_t outlen, size_t inlen, size_t key… in blake2s() function
|
D | blake2-dispatch.c | 573 BLAKE2_API int blake2s( uint8_t *out, const void *in, const void *key, size_t outlen, size_t inlen,… in blake2s() function
|