Searched refs:hash_output (Results 1 – 1 of 1) sorted by relevance
48 uint8_t hash_output[SHA256_OUTPUT_SIZE]; in hash_data_into_key() local49 const psa_status_t ret = psa_hash_compute(PSA_ALG_SHA_256, data, data_len, hash_output, in hash_data_into_key()50 sizeof(hash_output), &hash_len); in hash_data_into_key()53 memcpy(key, hash_output, CONFIG_SECURE_STORAGE_ITS_TRANSFORM_AEAD_KEY_SIZE); in hash_data_into_key()54 mbedtls_platform_zeroize(hash_output, sizeof(hash_output)); in hash_data_into_key()
Completed in 3 milliseconds