Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sha3/
Dsha3module.c148 static PyTypeObject SHA3_512type; variable
199 } else if (type == &SHA3_512type) { in py_sha3_new()
422 } else if (type == &SHA3_512type) { in SHA3_get_name()
554 SHA3_TYPE(SHA3_512type, "_sha3.sha3_512", sha3_512__doc__, SHA3_methods);
731 init_sha3type("sha3_512", &SHA3_512type); in PyInit__sha3()