Home
last modified time | relevance | path

Searched refs:hash_sha256_check (Results 1 – 6 of 6) sorted by relevance

/optee_os/lib/libmbedtls/core/
H A Dhash.c182 TEE_Result hash_sha256_check(const uint8_t *hash, const uint8_t *data, in hash_sha256_check() function
/optee_os/core/lib/libtomcrypt/
H A Dhash.c172 TEE_Result hash_sha256_check(const uint8_t *hash, const uint8_t *data, in hash_sha256_check() function
/optee_os/core/pta/stm32mp/
H A Dremoteproc_pta.c110 res = hash_sha256_check(hash, dst, size); in rproc_pta_load_segment()
/optee_os/core/include/crypto/
H A Dcrypto.h341 TEE_Result hash_sha256_check(const uint8_t *hash, const uint8_t *data,
/optee_os/core/mm/
H A Dfobj.c480 return hash_sha256_check(hash, va, SMALL_PAGE_SIZE); in rop_load_page_helper()
/optee_os/core/arch/arm/kernel/
H A Dboot.c550 res = hash_sha256_check(hash, page, SMALL_PAGE_SIZE); in init_pager_runtime()