Searched refs:crypto_accel_sha3_compress (Results 1 – 3 of 3) sorted by relevance
| /optee_os/core/lib/libtomcrypt/ |
| H A D | sha3_accel.c | 142 crypto_accel_sha3_compress(state, md->sha3.sb, 1, in sha3_process() 153 crypto_accel_sha3_compress(state, in, block_count, in sha3_process() 197 crypto_accel_sha3_compress(state, buf, 1, digest_size); in sha3_done() 226 crypto_accel_sha3_compress(state, buf, 1, digest_size); in sha3_shake_done() 235 crypto_accel_sha3_compress(state, buf, 1, digest_size); in sha3_shake_done()
|
| /optee_os/core/arch/arm/crypto/ |
| H A D | sha3_armv8a_ce.c | 13 void crypto_accel_sha3_compress(uint64_t state[25], const void *src, in crypto_accel_sha3_compress() function
|
| /optee_os/core/include/crypto/ |
| H A D | crypto_accel.h | 49 void crypto_accel_sha3_compress(uint64_t state[25], const void *src,
|