Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sha3/
Dsha3module.c145 static PyTypeObject SHA3_224type; variable
193 if (type == &SHA3_224type) { in py_sha3_new()
416 if (type == &SHA3_224type) { in SHA3_get_name()
551 SHA3_TYPE(SHA3_224type, "_sha3.sha3_224", sha3_224__doc__, SHA3_methods);
728 init_sha3type("sha3_224", &SHA3_224type); in PyInit__sha3()