Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sha3/
Dsha3module.c153 static PyTypeObject Keccak_512type; variable
208 } else if (type == &Keccak_512type) { in py_sha3_new()
431 } else if (type == &Keccak_512type) { in SHA3_get_name()
580 SHA3_TYPE(Keccak_512type, "_sha3.keccak_512", keccak_512__doc__, SHA3_methods);
736 init_sha3type("keccak_512", &Keccak_512type); in PyInit__sha3()