Searched refs:sha3_process (Results 1 – 3 of 3) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/hashes/ |
A D | sha3_test.c | 45 sha3_process(&c, buf, sizeof(buf) / 2); in sha3_224_test() 56 sha3_process(&c, &c1, 1); in sha3_224_test() 101 sha3_process(&c, buf, sizeof(buf)); in sha3_256_test() 109 sha3_process(&c, buf, sizeof(buf) / 2); in sha3_256_test() 120 sha3_process(&c, &c1, 1); in sha3_256_test() 130 sha3_process(&c, (unsigned char*) in sha3_256_test() 184 sha3_process(&c, buf, sizeof(buf)); in sha3_384_test() 192 sha3_process(&c, buf, sizeof(buf) / 2); in sha3_384_test() 203 sha3_process(&c, &c1, 1); in sha3_384_test() 239 sha3_process(&c, buf, sizeof(buf)); in sha3_512_test() [all …]
|
A D | sha3.c | 19 &sha3_process, 34 &sha3_process, 49 &sha3_process, 64 &sha3_process, 80 &sha3_process, 94 &sha3_process, 108 &sha3_process, 122 &sha3_process, 260 int sha3_process(hash_state *md, const unsigned char *in, unsigned long inlen) in sha3_process() function
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_hash.h | 267 int sha3_process(hash_state * md, const unsigned char *in, unsigned long inlen); 282 #define sha3_shake_process(a,b,c) sha3_process(a,b,c) 293 #define keccak_process(a,b,c) sha3_process(a,b,c)
|
Completed in 7 milliseconds