Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/secure_fw/partitions/crypto/
Dcrypto_key.c37 *key_attributes = psa_key_attributes_init(); in tfm_crypto_key_attributes_from_client()
/trusted-firmware-m-3.4.0/lib/ext/t_cose/test/
Dt_cose_make_psa_test_key.c168 key_attributes = psa_key_attributes_init(); in make_ecdsa_key_pair()
/trusted-firmware-m-3.4.0/interface/include/psa/
Dcrypto_struct.h131 static inline struct psa_key_attributes_s psa_key_attributes_init(void) in psa_key_attributes_init() function
Dcrypto.h112 static psa_key_attributes_t psa_key_attributes_init(void);
/trusted-firmware-m-3.4.0/lib/ext/t_cose/crypto_adapters/
Dt_cose_psa_crypto.c269 psa_key_attributes_t key_attributes = psa_key_attributes_init(); in t_cose_crypto_sig_size()