Home
last modified time | relevance | path

Searched refs:sha3_process (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/hashes/
H A Dsha3_test.c45 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 Dsha3.c19 &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 Dsha3_accel.c24 &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 Dshake.c38 if (sha3_process((void *)&c->sha3, data, len) == CRYPT_OK) in do_sha3_update()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_hash.h267 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)