Searched refs:hash_sha256_check (Results 1 – 6 of 6) sorted by relevance
| /optee_os/lib/libmbedtls/core/ |
| H A D | hash.c | 182 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 D | hash.c | 172 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 D | remoteproc_pta.c | 110 res = hash_sha256_check(hash, dst, size); in rproc_pta_load_segment()
|
| /optee_os/core/include/crypto/ |
| H A D | crypto.h | 341 TEE_Result hash_sha256_check(const uint8_t *hash, const uint8_t *data,
|
| /optee_os/core/mm/ |
| H A D | fobj.c | 480 return hash_sha256_check(hash, va, SMALL_PAGE_SIZE); in rop_load_page_helper()
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | boot.c | 550 res = hash_sha256_check(hash, page, SMALL_PAGE_SIZE); in init_pager_runtime()
|