Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sha3/
Dsha3module.c146 static PyTypeObject SHA3_256type; variable
195 } else if (type == &SHA3_256type) { in py_sha3_new()
418 } else if (type == &SHA3_256type) { in SHA3_get_name()
552 SHA3_TYPE(SHA3_256type, "_sha3.sha3_256", sha3_256__doc__, SHA3_methods);
729 init_sha3type("sha3_256", &SHA3_256type); in PyInit__sha3()