Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sha3/
Dsha3module.c716 #define init_sha3type(name, type) \ in PyInit__sha3() macro
728 init_sha3type("sha3_224", &SHA3_224type); in PyInit__sha3()
729 init_sha3type("sha3_256", &SHA3_256type); in PyInit__sha3()
730 init_sha3type("sha3_384", &SHA3_384type); in PyInit__sha3()
731 init_sha3type("sha3_512", &SHA3_512type); in PyInit__sha3()
733 init_sha3type("keccak_224", &Keccak_224type); in PyInit__sha3()
734 init_sha3type("keccak_256", &Keccak_256type); in PyInit__sha3()
735 init_sha3type("keccak_384", &Keccak_384type); in PyInit__sha3()
736 init_sha3type("keccak_512", &Keccak_512type); in PyInit__sha3()
738 init_sha3type("shake_128", &SHAKE128type); in PyInit__sha3()
[all …]