Home
last modified time | relevance | path

Searched defs:keyAttributes (Results 1 – 3 of 3) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/cryptoutils/cryptokey/
DCryptoKeyKeyStore_PSA_s.c53 psa_key_attributes_t *keyAttributes) in KeyStore_s_copyKeyAttributesFromClient()
89 static psa_status_t KeyStore_s_copyKeyAttributesToClient(const psa_key_attributes_t *keyAttributes, in KeyStore_s_copyKeyAttributesToClient()
147 KeyStore_PSA_KeyAttributes keyAttributes = KEYSTORE_PSA_KEY_ATTRIBUTES_INIT; in KeyStore_s_getKeyAttributes() local
189 KeyStore_PSA_KeyAttributes keyAttributes = KEYSTORE_PSA_KEY_ATTRIBUTES_INIT; in KeyStore_s_importKey() local
312 KeyStore_PSA_KeyAttributes keyAttributes = KEYSTORE_PSA_KEY_ATTRIBUTES_INIT; in KeyStore_s_resetKeyAttributes() local
DCryptoKeyKeyStore_PSA.c46 void *keyAttributes) in KeyStore_PSA_initKey()
65 void *keyAttributes) in KeyStore_PSA_initBlankKey()
DCryptoKey.h198 void *keyAttributes; member