Home
last modified time | relevance | path

Searched refs:crypto_accel_sha1_compress (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/arch/arm/crypto/
H A Dsha1_armv8a_ce.c13 void crypto_accel_sha1_compress(uint32_t state[5], const void *src, in crypto_accel_sha1_compress() function
/optee_os/core/include/crypto/
H A Dcrypto_accel.h43 void crypto_accel_sha1_compress(uint32_t state[5], const void *src,
/optee_os/core/lib/libtomcrypt/
H A Dsha1_accel.c73 crypto_accel_sha1_compress(state, buf, blocks); in sha1_compress_nblocks()
/optee_os/lib/libmbedtls/core/
H A Dhash.c205 crypto_accel_sha1_compress(ctx->state, data, 1); in mbedtls_internal_sha1_process()