Home
last modified time | relevance | path

Searched defs:BLAKE2B_PERSONALBYTES (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Modules/_blake2/impl/
Dblake2b-ref.c133 …ine int blake2b_param_set_personal( blake2b_param *P, const uint8_t personal[BLAKE2B_PERSONALBYTES… in blake2b_param_set_personal()
Dblake2.h67 BLAKE2B_PERSONALBYTES = 16 enumerator
Dblake2b.c175 …ine int blake2b_param_set_personal( blake2b_param *P, const uint8_t personal[BLAKE2B_PERSONALBYTES… in blake2b_param_set_personal()