Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sha3/
Dsha3module.c156 static PyTypeObject SHAKE256type; variable
216 } else if (type == &SHAKE256type) { in py_sha3_new_impl()
439 } else if (type == &SHAKE256type) { in SHA3_get_name()
688 SHA3_TYPE(SHAKE256type, "_sha3.shake_256", shake_256__doc__, SHAKE_methods);
737 init_sha3type("shake_256", &SHAKE256type); in PyInit__sha3()