Home
last modified time | relevance | path

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

/third_party/python/Modules/_sha3/
H A Dsha3module.c610 #define init_sha3type(type, typespec) \ in _sha3_exec() macro
622 init_sha3type(sha3_224_type, sha3_224_spec); in _sha3_exec()
623 init_sha3type(sha3_256_type, sha3_256_spec); in _sha3_exec()
624 init_sha3type(sha3_384_type, sha3_384_spec); in _sha3_exec()
625 init_sha3type(sha3_512_type, sha3_512_spec); in _sha3_exec()
626 init_sha3type(shake_128_type, SHAKE128_spec); in _sha3_exec()
627 init_sha3type(shake_256_type, SHAKE256_spec); in _sha3_exec()
628 #undef init_sha3type in _sha3_exec() macro

Completed in 1 milliseconds