34 #ifndef ti_drivers_CryptoKeyKeyStore_PSA_init__include 35 #define ti_drivers_CryptoKeyKeyStore_PSA_init__include 62 const void *keyAttributes);
82 const void *keyAttributes);
101 const void *keyAttributes);
120 const void *keyAttributes);
int_fast16_t KeyStore_PSA_initKeyHSM(CryptoKey *keyHandle, KeyStore_PSA_KeyFileId keyID, size_t keyLength, const void *keyAttributes)
Initializes a CryptoKey type.
The CryptoKey type is an opaque representation of a cryptographic key.
CryptoKeyKeyStore_PSA driver header.
int_fast16_t KeyStore_PSA_initKey(CryptoKey *keyHandle, KeyStore_PSA_KeyFileId keyID, size_t keyLength, const void *keyAttributes)
Initializes a CryptoKey type.
CryptoKey datastructure.
Definition: CryptoKey.h:211
mbedtls_svc_key_id_t KeyStore_PSA_KeyFileId
Definition: CryptoKeyKeyStore_PSA.h:1170
int_fast16_t KeyStore_PSA_initBlankKey(CryptoKey *keyHandle, KeyStore_PSA_KeyFileId keyID, size_t keyLength, const void *keyAttributes)
Initializes a Blank CryptoKey type.
int_fast16_t KeyStore_PSA_initBlankKeyHSM(CryptoKey *keyHandle, KeyStore_PSA_KeyFileId keyID, size_t keyLength, const void *keyAttributes)
Initializes a Blank CryptoKey type.