Searched refs:Keccak_384type (Results 1 – 1 of 1) sorted by relevance
152 static PyTypeObject Keccak_384type; variable209 } else if (type == &Keccak_384type) { in py_sha3_new_impl()432 } else if (type == &Keccak_384type) { in SHA3_get_name()582 SHA3_TYPE(Keccak_384type, "_sha3.keccak_384", keccak_384__doc__, SHA3_methods);733 init_sha3type("keccak_384", &Keccak_384type); in PyInit__sha3()