Home
last modified time | relevance | path

Searched refs:KeyStore_PSA_importKey (Results 1 – 5 of 5) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/cryptoutils/cryptokey/
DCryptoKeyKeyStore_PSA_ns.c139 int_fast16_t KeyStore_PSA_importKey(KeyStore_PSA_KeyAttributes *attributes, in KeyStore_PSA_importKey() function
DCryptoKeyKeyStore_PSA_helpers.c256 int_fast16_t KeyStore_PSA_importKey(KeyStore_PSA_KeyAttributes *attributes, in KeyStore_PSA_importKey() function
DCryptoKeyKeyStore_PSA.h1632 int_fast16_t KeyStore_PSA_importKey(KeyStore_PSA_KeyAttributes *attributes,
DCryptoKeyKeyStore_PSA_s.c223 … ret = KeyStore_PSA_importKey(&keyAttributes, importKeyMsg.data, importKeyMsg.dataLength, &keyID); in KeyStore_s_importKey()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesctrdrbg/
DAESCTRDRBGXX.c392 keyStoreStatus = KeyStore_PSA_importKey(attributesPtr, in AESCTRDRBG_generateKey()