Searched refs:hash_sha256_check (Results 1 – 5 of 5) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/ |
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-3.20.0/lib/libmbedtls/core/ |
A D | hash.c | 181 TEE_Result hash_sha256_check(const uint8_t *hash, const uint8_t *data, in hash_sha256_check() function
|
/optee_os-3.20.0/core/include/crypto/ |
A D | crypto.h | 323 TEE_Result hash_sha256_check(const uint8_t *hash, const uint8_t *data,
|
/optee_os-3.20.0/core/mm/ |
A D | fobj.c | 476 return hash_sha256_check(hash, va, SMALL_PAGE_SIZE); in rop_load_page_helper()
|
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | boot.c | 519 res = hash_sha256_check(hash, page, SMALL_PAGE_SIZE); in init_runtime()
|
Completed in 9 milliseconds