Home
last modified time | relevance | path

Searched refs:KEYSTORE_PSA_STATUS_GENERIC_ERROR (Results 1 – 4 of 4) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/cryptoutils/cryptokey/
DCryptoKeyKeyStore_PSA_helpers.c102 int_fast16_t status = KEYSTORE_PSA_STATUS_GENERIC_ERROR; in KeyStore_PSA_purgeKey()
153 psa_status_t status = KEYSTORE_PSA_STATUS_GENERIC_ERROR; in KeyStore_PSA_init()
175 return KEYSTORE_PSA_STATUS_GENERIC_ERROR; in KeyStore_PSA_init()
204 psa_status_t status = KEYSTORE_PSA_STATUS_GENERIC_ERROR; in KeyStore_PSA_getKey()
261 int_fast16_t status = KEYSTORE_PSA_STATUS_GENERIC_ERROR; in KeyStore_PSA_importKey()
280 int_fast16_t status = KEYSTORE_PSA_STATUS_GENERIC_ERROR; in KeyStore_PSA_exportKey()
302 int_fast16_t status = KEYSTORE_PSA_STATUS_GENERIC_ERROR; in KeyStore_PSA_exportPublicKey()
321 int_fast16_t status = KEYSTORE_PSA_STATUS_GENERIC_ERROR; in KeyStore_PSA_destroyKey()
350 int_fast16_t status = KEYSTORE_PSA_STATUS_GENERIC_ERROR; in KeyStore_PSA_getKeyAttributes()
DCryptoKeyKeyStore_PSA_ns.c59 int_fast16_t ret = KEYSTORE_PSA_STATUS_GENERIC_ERROR; in KeyStore_PSA_exportCommon()
107 int_fast16_t ret = KEYSTORE_PSA_STATUS_GENERIC_ERROR; in KeyStore_PSA_destroyCommon()
145 int_fast16_t ret = KEYSTORE_PSA_STATUS_GENERIC_ERROR; in KeyStore_PSA_importKey()
183 int_fast16_t ret = KEYSTORE_PSA_STATUS_GENERIC_ERROR; in KeyStore_PSA_getKeyAttributes()
DCryptoKeyKeyStore_PSA.h252 #define KEYSTORE_PSA_STATUS_GENERIC_ERROR ((int_fast16_t)PSA_ERROR_GENERIC_ERROR) macro
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesctrdrbg/
DAESCTRDRBGXX.c352 int_fast16_t keyStoreStatus = KEYSTORE_PSA_STATUS_GENERIC_ERROR; in AESCTRDRBG_generateKey()