Searched refs:sha3_process (Results 1 – 3 of 3) sorted by relevance
/optee_os/core/lib/libtomcrypt/src/hashes/ |
A D | sha3_test.c | 52 sha3_process(&c, buf, sizeof(buf) / 2); in sha3_224_test() 63 sha3_process(&c, &c1, 1); in sha3_224_test() 108 sha3_process(&c, buf, sizeof(buf)); in sha3_256_test() 116 sha3_process(&c, buf, sizeof(buf) / 2); in sha3_256_test() 127 sha3_process(&c, &c1, 1); in sha3_256_test() 137 sha3_process(&c, (unsigned char*) in sha3_256_test() 191 sha3_process(&c, buf, sizeof(buf)); in sha3_384_test() 199 sha3_process(&c, buf, sizeof(buf) / 2); in sha3_384_test() 210 sha3_process(&c, &c1, 1); in sha3_384_test() 246 sha3_process(&c, buf, sizeof(buf)); in sha3_512_test() [all …]
|
A D | sha3.c | 26 &sha3_process, 41 &sha3_process, 56 &sha3_process, 71 &sha3_process, 87 &sha3_process, 101 &sha3_process, 115 &sha3_process, 129 &sha3_process, 267 int sha3_process(hash_state *md, const unsigned char *in, unsigned long inlen) in sha3_process() function
|
/optee_os/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_hash.h | 274 int sha3_process(hash_state * md, const unsigned char *in, unsigned long inlen); 289 #define sha3_shake_process(a,b,c) sha3_process(a,b,c) 300 #define keccak_process(a,b,c) sha3_process(a,b,c)
|
Completed in 5 milliseconds