Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sha3/
Dsha3module.c147 static PyTypeObject SHA3_384type; variable
197 } else if (type == &SHA3_384type) { in py_sha3_new()
420 } else if (type == &SHA3_384type) { in SHA3_get_name()
553 SHA3_TYPE(SHA3_384type, "_sha3.sha3_384", sha3_384__doc__, SHA3_methods);
730 init_sha3type("sha3_384", &SHA3_384type); in PyInit__sha3()