OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:blake2s_init
(Results
1 - 3
of
3
) sorted by null
/external/python/cpython3/Modules/_blake2/
blake2ns.h
22
#define
blake2s_init
PyBlake2_blake2s_init
macro
/external/python/cpython3/Modules/_blake2/impl/
blake2s-ref.c
166
int
blake2s_init
( blake2s_state *S, const uint8_t outlen )
function
364
if(
blake2s_init
( S, outlen ) < 0 ) return -1;
blake2s.c
190
int
blake2s_init
( blake2s_state *S, const uint8_t outlen )
function
388
if(
blake2s_init
( S, outlen ) < 0 ) return -1;
Completed in 720 milliseconds