Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/crypto/
H A Dsha512_armv8a_ce.c13 void crypto_accel_sha512_compress(uint64_t state[8], const void *src, in crypto_accel_sha512_compress() function
/optee_os/core/include/crypto/
H A Dcrypto_accel.h47 void crypto_accel_sha512_compress(uint64_t state[8], const void *src,
/optee_os/core/lib/libtomcrypt/
H A Dsha512_accel.c43 crypto_accel_sha512_compress(state, buf, blocks); in sha512_compress_nblocks()
/optee_os/lib/libmbedtls/core/
H A Dhash.c225 crypto_accel_sha512_compress(ctx->state, data, 1); in mbedtls_internal_sha512_process()