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
213 } else if (type == &SHAKE256type) { in py_sha3_new()
436 } else if (type == &SHAKE256type) { in SHA3_get_name()
690 SHA3_TYPE(SHAKE256type, "_sha3.shake_256", shake_256__doc__, SHAKE_methods);
739 init_sha3type("shake_256", &SHAKE256type); in PyInit__sha3()