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
202 } else if (type == &Keccak_224type) { in py_sha3_new()
425 } else if (type == &Keccak_224type) { in SHA3_get_name()
577 SHA3_TYPE(Keccak_224type, "_sha3.keccak_224", keccak_224__doc__, SHA3_methods);
733 init_sha3type("keccak_224", &Keccak_224type); in PyInit__sha3()