Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/cryptoutils/cryptokey/
DCryptoKeyKeyStore_PSA_s.c236 psa_status_t KeyStore_s_destroyPurgeKey(psa_msg_t *msg, int32_t msgType) in KeyStore_s_destroyPurgeKey() argument
251 if (msgType == KEYSTORE_PSA_S_MSG_TYPE_DESTROY_KEY) in KeyStore_s_destroyPurgeKey()
255 else if (msgType == KEYSTORE_PSA_S_MSG_TYPE_PURGE_KEY) in KeyStore_s_destroyPurgeKey()
268 psa_status_t KeyStore_s_exportKey(psa_msg_t *msg, int32_t msgType) in KeyStore_s_exportKey() argument
292 if (msgType == KEYSTORE_PSA_S_MSG_TYPE_EXPORT_KEY) in KeyStore_s_exportKey()
296 else if (msgType == KEYSTORE_PSA_S_MSG_TYPE_EXPORT_PUBLIC_KEY) in KeyStore_s_exportKey()