Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sha3/
Dsha3module.c150 static PyTypeObject Keccak_224type; variable
205 } else if (type == &Keccak_224type) { in py_sha3_new_impl()
428 } else if (type == &Keccak_224type) { in SHA3_get_name()
580 SHA3_TYPE(Keccak_224type, "_sha3.keccak_224", keccak_224__doc__, SHA3_methods);
731 init_sha3type("keccak_224", &Keccak_224type); in PyInit__sha3()