Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sha3/
Dsha3module.c151 static PyTypeObject Keccak_256type; variable
204 } else if (type == &Keccak_256type) { in py_sha3_new()
427 } else if (type == &Keccak_256type) { in SHA3_get_name()
578 SHA3_TYPE(Keccak_256type, "_sha3.keccak_256", keccak_256__doc__, SHA3_methods);
734 init_sha3type("keccak_256", &Keccak_256type); in PyInit__sha3()