Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/secure_storage/src/its/transform/
Daead_get.c46 uint8_t hash_output[SHA256_OUTPUT_SIZE]; in hash_data_into_key() local
47 const psa_status_t ret = psa_hash_compute(PSA_ALG_SHA_256, data, data_len, hash_output, in hash_data_into_key()
48 sizeof(hash_output), &hash_len); in hash_data_into_key()
51 memcpy(key, hash_output, CONFIG_SECURE_STORAGE_ITS_TRANSFORM_AEAD_KEY_SIZE); in hash_data_into_key()
52 mbedtls_platform_zeroize(hash_output, sizeof(hash_output)); in hash_data_into_key()