Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/secure_storage/psa/crypto/src/
Dmain.c77 ret = psa_get_key_attributes(ID, &retrieved_key_attributes); in ZTEST()
82 ret = psa_get_key_attributes(ID, &retrieved_key_attributes); in ZTEST()
/Zephyr-latest/samples/tfm_integration/psa_crypto/src/
Dpsa_crypto.c445 psa_get_key_attributes(key_handle, &attributes); in crp_generate_csr()
/Zephyr-latest/modules/openthread/platform/
Dcrypto_psa.c214 status = psa_get_key_attributes(aKeyRef, &attributes); in otPlatCryptoHasKey()