Searched refs:hash_output (Results 1 – 1 of 1) sorted by relevance
47 uint8_t hash_output[SHA256_OUTPUT_SIZE]; in hash_data_into_key() local48 const psa_status_t ret = psa_hash_compute(PSA_ALG_SHA_256, data, data_len, hash_output, in hash_data_into_key()49 sizeof(hash_output), &hash_len); in hash_data_into_key()52 memcpy(key, hash_output, CONFIG_SECURE_STORAGE_ITS_TRANSFORM_AEAD_KEY_SIZE); in hash_data_into_key()53 mbedtls_platform_zeroize(hash_output, sizeof(hash_output)); in hash_data_into_key()