Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/hashes/
H A Dsha3_test.c403 keccak_224_init(&c); in keccak_224_test()
415 keccak_224_init(&c); in keccak_224_test()
427 keccak_224_init(&c); in keccak_224_test()
441 keccak_224_init(&c); in keccak_224_test()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_hash.h292 #define keccak_224_init(a) sha3_224_init(a) macro