Home
last modified time | relevance | path

Searched refs:Blake2State (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Modules/_blake2/
Dblake2module.c25 } Blake2State; typedef
27 static inline Blake2State*
32 return (Blake2State *)state; in blake2_get_state()
42 Blake2State *state = blake2_get_state(module); in _blake2_traverse()
51 Blake2State *state = blake2_get_state(module); in _blake2_clear()
77 Blake2State* st = blake2_get_state(m); in blake2_exec()
134 .m_size = sizeof(Blake2State),