Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/cryptoutils/cryptokey/
DCryptoKeyPlaintext.c44 int_fast16_t CryptoKeyPlaintext_markAsBlank(CryptoKey *keyHandle) in CryptoKeyPlaintext_markAsBlank()
54 int_fast16_t CryptoKeyPlaintext_initKey(CryptoKey *keyHandle, uint8_t *key, size_t keyLength) in CryptoKeyPlaintext_initKey()
66 int_fast16_t CryptoKeyPlaintext_initBlankKey(CryptoKey *keyHandle, uint8_t *keyLocation, size_t key… in CryptoKeyPlaintext_initBlankKey()
79 int_fast16_t CryptoKeyPlaintext_setKeyLocation(CryptoKey *keyHandle, uint8_t *location) in CryptoKeyPlaintext_setKeyLocation()
89 int_fast16_t CryptoKeyPlaintext_getKeyLocation(CryptoKey *keyHandle, uint8_t **location) in CryptoKeyPlaintext_getKeyLocation()
99 int_fast16_t CryptoKeyPlaintext_getKeyLength(CryptoKey *keyHandle, size_t *length) in CryptoKeyPlaintext_getKeyLength()
109 int_fast16_t CryptoKeyPlaintext_setKeyLength(CryptoKey *keyHandle, size_t length) in CryptoKeyPlaintext_setKeyLength()
121 int_fast16_t CryptoKeyPlaintextHSM_initKey(CryptoKey *keyHandle, uint8_t *key, size_t keyLength) in CryptoKeyPlaintextHSM_initKey()
DCryptoKey.c148 int_fast16_t CryptoKey_getCryptoKeyType(const CryptoKey *keyHandle, CryptoKey_Encoding *keyType) in CryptoKey_getCryptoKeyType()
158 int_fast16_t CryptoKey_isBlank(const CryptoKey *keyHandle, bool *isBlank) in CryptoKey_isBlank()
DCryptoKeyKeyStore_PSA.c43 int_fast16_t KeyStore_PSA_initKey(CryptoKey *keyHandle, in KeyStore_PSA_initKey()
62 int_fast16_t KeyStore_PSA_initBlankKey(CryptoKey *keyHandle, in KeyStore_PSA_initBlankKey()