Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sha3/
Dsha3module.c155 static PyTypeObject SHAKE128type; variable
211 } else if (type == &SHAKE128type) { in py_sha3_new()
434 } else if (type == &SHAKE128type) { in SHA3_get_name()
689 SHA3_TYPE(SHAKE128type, "_sha3.shake_128", shake_128__doc__, SHAKE_methods);
738 init_sha3type("shake_128", &SHAKE128type); in PyInit__sha3()