Searched defs:blake2s (Results 1 - 3 of 3) sorted by relevance
| /third_party/python/Modules/_blake2/ |
| H A D | blake2module.h | 23 #define blake2s PyBlake2_blake2s macro
|
| /third_party/python/Modules/_blake2/impl/ |
| H A D | blake2s-ref.c | 341 int blake2s( uint8_t *out, const void *in, const void *key, size_t outlen, size_t inlen, size_t keylen ) in blake2s() function
|
| H A D | blake2s.c | 381 int blake2s( uint8_t *out, const void *in, const void *key, size_t outlen, size_t inlen, size_t keylen ) in blake2s() function
|
Completed in 3 milliseconds