Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/crypto/
H A Dsha256_armv8a_ce.c13 void crypto_accel_sha256_compress(uint32_t state[8], const void *src, in crypto_accel_sha256_compress() function
/optee_os/core/include/crypto/
H A Dcrypto_accel.h45 void crypto_accel_sha256_compress(uint32_t state[8], const void *src,
/optee_os/core/lib/libtomcrypt/
H A Dsha256_accel.c75 crypto_accel_sha256_compress(state, buf, blocks); in sha256_compress_nblocks()
/optee_os/lib/libmbedtls/core/
H A Dhash.c215 crypto_accel_sha256_compress(ctx->state, data, 1); in mbedtls_internal_sha256_process()