Home
last modified time | relevance | path

Searched defs:attributes (Results 1 – 5 of 5) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/cryptoutils/cryptokey/
DCryptoKeyKeyStore_PSA.c81 void KeyStore_PSA_setKeyId(KeyStore_PSA_KeyAttributes *attributes, KeyStore_PSA_KeyFileId key) in KeyStore_PSA_setKeyId()
89 void KeyStore_PSA_setKeyLifetime(KeyStore_PSA_KeyAttributes *attributes, KeyStore_PSA_KeyLifetime l… in KeyStore_PSA_setKeyLifetime()
97 KeyStore_PSA_KeyFileId KeyStore_PSA_getKeyId(KeyStore_PSA_KeyAttributes *attributes) in KeyStore_PSA_getKeyId()
105 KeyStore_PSA_KeyLifetime KeyStore_PSA_getKeyLifetime(KeyStore_PSA_KeyAttributes *attributes) in KeyStore_PSA_getKeyLifetime()
113 void KeyStore_PSA_setKeyUsageFlags(KeyStore_PSA_KeyAttributes *attributes, KeyStore_PSA_KeyUsage us… in KeyStore_PSA_setKeyUsageFlags()
121 KeyStore_PSA_KeyUsage KeyStore_PSA_getKeyUsageFlags(KeyStore_PSA_KeyAttributes *attributes) in KeyStore_PSA_getKeyUsageFlags()
129 void KeyStore_PSA_setKeyAlgorithm(KeyStore_PSA_KeyAttributes *attributes, KeyStore_PSA_Algorithm al… in KeyStore_PSA_setKeyAlgorithm()
137 KeyStore_PSA_Algorithm KeyStore_PSA_getKeyAlgorithm(KeyStore_PSA_KeyAttributes *attributes) in KeyStore_PSA_getKeyAlgorithm()
145 void KeyStore_PSA_setKeyType(KeyStore_PSA_KeyAttributes *attributes, KeyStore_PSA_KeyType type) in KeyStore_PSA_setKeyType()
153 void KeyStore_PSA_setKeyBits(KeyStore_PSA_KeyAttributes *attributes, size_t bits) in KeyStore_PSA_setKeyBits()
[all …]
DCryptoKeyKeyStore_PSA_helpers.c243 psa_key_attributes_t attributes = {.MBEDTLS_PRIVATE(core) = slot->attr}; in KeyStore_PSA_getKey() local
256 int_fast16_t KeyStore_PSA_importKey(KeyStore_PSA_KeyAttributes *attributes, in KeyStore_PSA_importKey()
347 …t KeyStore_PSA_getKeyAttributes(KeyStore_PSA_KeyFileId key, KeyStore_PSA_KeyAttributes *attributes) in KeyStore_PSA_getKeyAttributes()
367 void KeyStore_PSA_resetKeyAttributes(KeyStore_PSA_KeyAttributes *attributes) in KeyStore_PSA_resetKeyAttributes()
DCryptoKeyKeyStore_PSA_s.h92 struct psa_client_key_attributes_s *attributes; member
107 struct psa_client_key_attributes_s *attributes; member
122 struct psa_client_key_attributes_s *attributes; member
127 struct psa_client_key_attributes_s *attributes; member
DCryptoKeyKeyStore_PSA_ns.c139 int_fast16_t KeyStore_PSA_importKey(KeyStore_PSA_KeyAttributes *attributes, in KeyStore_PSA_importKey()
180 …t KeyStore_PSA_getKeyAttributes(KeyStore_PSA_KeyFileId key, KeyStore_PSA_KeyAttributes *attributes) in KeyStore_PSA_getKeyAttributes()
208 void KeyStore_PSA_resetKeyAttributes(KeyStore_PSA_KeyAttributes *attributes) in KeyStore_PSA_resetKeyAttributes()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesctrdrbg/
DAESCTRDRBGXX.c354 KeyStore_PSA_KeyAttributes attributes = KEYSTORE_PSA_KEY_ATTRIBUTES_INIT; in AESCTRDRBG_generateKey() local