Searched defs:blake2s (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/python/cpython3/Modules/_blake2/ |
D | blake2module.h | 23 #define blake2s PyBlake2_blake2s macro
|
/aosp_15_r20/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
|