Searched refs:psa_hash_compute (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/subsys/secure_storage/src/its/transform/ |
D | aead_get.c | 44 return psa_hash_compute(PSA_ALG_SHA_256, data, data_len, key, in hash_data_into_key() 48 const psa_status_t ret = psa_hash_compute(PSA_ALG_SHA_256, data, data_len, hash_output, in hash_data_into_key()
|
/Zephyr-latest/subsys/net/lib/tls_credentials/ |
D | tls_credentials_digest_raw.c | 33 status = psa_hash_compute(PSA_ALG_SHA_256, credential->buf, credential->len, in credential_digest_raw()
|
/Zephyr-latest/tests/arch/arm/arm_thread_swap_tz/src/ |
D | main.c | 30 psa_status_t status = psa_hash_compute(PSA_ALG_SHA_256, dummy_string, sizeof(dummy_string), in do_hash()
|
/Zephyr-latest/samples/tfm_integration/tfm_secure_partition/dummy_partition/ |
D | dummy_partition.c | 48 status = psa_hash_compute(PSA_ALG_SHA_256, secrets[secret_index].secret, in tfm_dp_secret_digest()
|
/Zephyr-latest/subsys/net/ip/ |
D | tcp.c | 2319 psa_hash_compute(PSA_ALG_SHA_256, (const unsigned char *)&buf, sizeof(buf), in tcpv6_init_isn() 2355 psa_hash_compute(PSA_ALG_SHA_256, (const unsigned char *)&buf, sizeof(buf), in tcpv4_init_isn()
|