OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:blake2s_init_key
(Results
1 - 3
of
3
) sorted by null
/external/python/cpython3/Modules/_blake2/
blake2ns.h
23
#define
blake2s_init_key
PyBlake2_blake2s_init_key
macro
/external/python/cpython3/Modules/_blake2/impl/
blake2s-ref.c
187
int
blake2s_init_key
( blake2s_state *S, const uint8_t outlen, const void *key, const uint8_t keylen )
function
360
if(
blake2s_init_key
( S, outlen, key, keylen ) < 0 ) return -1;
blake2s.c
211
int
blake2s_init_key
( blake2s_state *S, const uint8_t outlen, const void *key, const uint8_t keylen )
function
384
if(
blake2s_init_key
( S, outlen, key, keylen ) < 0 ) return -1;
Completed in 143 milliseconds