Home
last modified time | relevance | path

Searched refs:sha (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/drivers/
A Dzynqmp_huk.c29 uint8_t sha[HW_UNIQUE_KEY_LENGTH] = { 0 }; in tee_otp_get_hw_unique_key() local
76 memcpy(sha, src, sizeof(sha)); in tee_otp_get_hw_unique_key()
105 if (memcmp(src, sha, sizeof(sha))) { in tee_otp_get_hw_unique_key()
/optee_os/core/tee/
A Dtee_fs_key_manager.c211 uint8_t sha[TEE_SHA256_HASH_SIZE]; in essiv() local
214 res = sha256(sha, sizeof(sha), fek, TEE_FS_KM_FEK_SIZE); in essiv()
221 res = aes_ecb(iv, pad_blkid, sha, 16); in essiv()
223 memzero_explicit(sha, sizeof(sha)); in essiv()
/optee_os/core/arch/arm/dts/
A Dsama5d2.dtsi309 sha@f0028000 {
310 compatible = "atmel,at91sam9g46-sha";

Completed in 3 milliseconds