Searched refs:KeyStore_PSA_KeyFileId (Results 1 – 8 of 8) sorted by relevance
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/cryptoutils/cryptokey/ |
| D | CryptoKeyKeyStore_PSA_ns.c | 52 static int_fast16_t KeyStore_PSA_exportCommon(KeyStore_PSA_KeyFileId key, in KeyStore_PSA_exportCommon() 85 int_fast16_t KeyStore_PSA_exportPublicKey(KeyStore_PSA_KeyFileId key, in KeyStore_PSA_exportPublicKey() 96 int_fast16_t KeyStore_PSA_exportKey(KeyStore_PSA_KeyFileId key, uint8_t *data, size_t dataSize, siz… in KeyStore_PSA_exportKey() 104 static int_fast16_t KeyStore_PSA_destroyCommon(KeyStore_PSA_KeyFileId key, int32_t type) in KeyStore_PSA_destroyCommon() 131 int_fast16_t KeyStore_PSA_destroyKey(KeyStore_PSA_KeyFileId key) in KeyStore_PSA_destroyKey() 142 KeyStore_PSA_KeyFileId *key) in KeyStore_PSA_importKey() 172 int_fast16_t KeyStore_PSA_purgeKey(KeyStore_PSA_KeyFileId key) in KeyStore_PSA_purgeKey() 180 int_fast16_t KeyStore_PSA_getKeyAttributes(KeyStore_PSA_KeyFileId key, KeyStore_PSA_KeyAttributes *… in KeyStore_PSA_getKeyAttributes()
|
| D | CryptoKeyKeyStore_PSA_helpers.c | 100 int_fast16_t KeyStore_PSA_purgeKey(KeyStore_PSA_KeyFileId key) in KeyStore_PSA_purgeKey() 197 int_fast16_t KeyStore_PSA_getKey(KeyStore_PSA_KeyFileId key, in KeyStore_PSA_getKey() 259 KeyStore_PSA_KeyFileId *key) in KeyStore_PSA_importKey() 278 int_fast16_t KeyStore_PSA_exportKey(KeyStore_PSA_KeyFileId key, uint8_t *data, size_t dataSize, siz… in KeyStore_PSA_exportKey() 297 int_fast16_t KeyStore_PSA_exportPublicKey(KeyStore_PSA_KeyFileId key, in KeyStore_PSA_exportPublicKey() 319 int_fast16_t KeyStore_PSA_destroyKey(KeyStore_PSA_KeyFileId key) in KeyStore_PSA_destroyKey() 347 int_fast16_t KeyStore_PSA_getKeyAttributes(KeyStore_PSA_KeyFileId key, KeyStore_PSA_KeyAttributes *… in KeyStore_PSA_getKeyAttributes()
|
| D | CryptoKeyKeyStore_PSA.h | 1132 typedef mbedtls_svc_key_id_t KeyStore_PSA_KeyFileId; typedef 1166 typedef mbedtls_svc_key_id_t KeyStore_PSA_KeyFileId; typedef 1240 void KeyStore_PSA_setKeyId(KeyStore_PSA_KeyAttributes *attributes, KeyStore_PSA_KeyFileId key); 1283 KeyStore_PSA_KeyFileId KeyStore_PSA_getKeyId(KeyStore_PSA_KeyAttributes *attributes); 1496 int_fast16_t KeyStore_PSA_exportPublicKey(KeyStore_PSA_KeyFileId key, 1561 int_fast16_t KeyStore_PSA_exportKey(KeyStore_PSA_KeyFileId key, uint8_t *data, size_t dataSize, siz… 1635 KeyStore_PSA_KeyFileId *key); 1665 int_fast16_t KeyStore_PSA_getKeyAttributes(KeyStore_PSA_KeyFileId key, KeyStore_PSA_KeyAttributes *… 1709 int_fast16_t KeyStore_PSA_purgeKey(KeyStore_PSA_KeyFileId key); 1766 int_fast16_t KeyStore_PSA_destroyKey(KeyStore_PSA_KeyFileId key);
|
| D | CryptoKeyKeyStore_PSA.c | 44 KeyStore_PSA_KeyFileId keyID, in KeyStore_PSA_initKey() 63 KeyStore_PSA_KeyFileId keyID, in KeyStore_PSA_initBlankKey() 81 void KeyStore_PSA_setKeyId(KeyStore_PSA_KeyAttributes *attributes, KeyStore_PSA_KeyFileId key) in KeyStore_PSA_setKeyId() 97 KeyStore_PSA_KeyFileId KeyStore_PSA_getKeyId(KeyStore_PSA_KeyAttributes *attributes) in KeyStore_PSA_getKeyId()
|
| D | CryptoKeyKeyStore_PSA_init.h | 60 KeyStore_PSA_KeyFileId keyID, 80 KeyStore_PSA_KeyFileId keyID,
|
| D | CryptoKeyKeyStore_PSA_s.c | 124 static void KeyStore_s_copyKeyIDtoClient(KeyStore_PSA_KeyFileId *keyID, uint32_t *clientKeyID) in KeyStore_s_copyKeyIDtoClient() 133 void KeyStore_s_copyKeyIDFromClient(KeyStore_PSA_KeyFileId *keyID, int32_t clientId, uint32_t *clie… in KeyStore_s_copyKeyIDFromClient() 148 KeyStore_PSA_KeyFileId keyID; in KeyStore_s_getKeyAttributes() 190 KeyStore_PSA_KeyFileId keyID; in KeyStore_s_importKey() 202 …if ((cmse_has_unpriv_nonsecure_rw_access(importKeyMsg.key, sizeof(KeyStore_PSA_KeyFileId)) == NULL… in KeyStore_s_importKey() 240 KeyStore_PSA_KeyFileId keyID; in KeyStore_s_destroyPurgeKey() 272 KeyStore_PSA_KeyFileId keyID; in KeyStore_s_exportKey() 344 KeyStore_PSA_KeyFileId keyID; in KeyStore_s_getKey()
|
| D | CryptoKeyKeyStore_PSA_s.h | 93 KeyStore_PSA_KeyFileId *key; 172 void KeyStore_s_copyKeyIDFromClient(KeyStore_PSA_KeyFileId *keyID, int32_t clientId, uint32_t *clie…
|
| D | CryptoKeyKeyStore_PSA_helpers.h | 110 int_fast16_t KeyStore_PSA_getKey(KeyStore_PSA_KeyFileId key,
|