Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sha3/
Dsha3module.c152 static PyTypeObject Keccak_384type; variable
206 } else if (type == &Keccak_384type) { in py_sha3_new()
429 } else if (type == &Keccak_384type) { in SHA3_get_name()
579 SHA3_TYPE(Keccak_384type, "_sha3.keccak_384", keccak_384__doc__, SHA3_methods);
735 init_sha3type("keccak_384", &Keccak_384type); in PyInit__sha3()