Home
last modified time | relevance | path

Searched refs:crypto_accel_sha3_compress (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/lib/libtomcrypt/
H A Dsha3_accel.c142 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 Dsha3_armv8a_ce.c13 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 Dcrypto_accel.h49 void crypto_accel_sha3_compress(uint64_t state[25], const void *src,