Searched refs:sha3_process (Results 1 – 5 of 5) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/hashes/ |
| H A D | sha3_test.c | 45 sha3_process(&c, buf, sizeof(buf) / 2); in sha3_224_test() 46 sha3_process(&c, buf + sizeof(buf) / 2, 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() 110 sha3_process(&c, buf + sizeof(buf) / 2, 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() [all …]
|
| H 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/core/lib/libtomcrypt/ |
| H A D | sha3_accel.c | 24 &sha3_process, 39 &sha3_process, 54 &sha3_process, 69 &sha3_process, 118 int sha3_process(hash_state *md, const unsigned char *in, unsigned long inlen) in sha3_process() function
|
| H A D | shake.c | 38 if (sha3_process((void *)&c->sha3, data, len) == CRYPT_OK) in do_sha3_update()
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H 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)
|