Searched refs:sha (Results 1 – 5 of 5) sorted by relevance
/optee_os-3.20.0/core/drivers/ |
A D | zynqmp_huk.c | 113 uint8_t sha[HW_UNIQUE_KEY_LENGTH] = { 0 }; in tee_otp_get_hw_unique_key() local 176 memcpy(sha, src, sizeof(sha)); in tee_otp_get_hw_unique_key() 205 if (memcmp(src, sha, sizeof(sha))) { in tee_otp_get_hw_unique_key() 227 memzero_explicit(sha, sizeof(sha)); in tee_otp_get_hw_unique_key()
|
A D | versal_huk.c | 298 uint8_t sha[48] = { }; in tee_otp_get_hw_unique_key() local 307 if (versal_sha3_384((uint8_t *)dna, sizeof(dna), sha, sizeof(sha))) { in tee_otp_get_hw_unique_key() 312 if (aes_gcm_encrypt(sha, sizeof(sha), enc_data, sizeof(enc_data))) { in tee_otp_get_hw_unique_key() 326 memzero_explicit(sha, sizeof(sha)); in tee_otp_get_hw_unique_key()
|
/optee_os-3.20.0/core/tee/ |
A D | tee_fs_key_manager.c | 211 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-3.20.0/core/include/ |
A D | tpm2.h | 78 uint8_t sha[TPM2_SHA_DIGEST_SIZE]; member
|
/optee_os-3.20.0/core/arch/arm/dts/ |
A D | sama5d2.dtsi | 315 sha@f0028000 { 316 compatible = "atmel,at91sam9g46-sha";
|
Completed in 6 milliseconds