Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/cryptoutils/cryptokey/
DCryptoKeyKeyStore_PSA_s.c143 psa_status_t KeyStore_s_getKeyAttributes(psa_msg_t *msg) in KeyStore_s_getKeyAttributes() argument
150 if ((msg->in_size[0] != sizeof(getKeyAttributesMsg)) || (msg->out_size[0] != sizeof(ret))) in KeyStore_s_getKeyAttributes()
155 psa_read(msg->handle, 0, &getKeyAttributesMsg, sizeof(getKeyAttributesMsg)); in KeyStore_s_getKeyAttributes()
157 if (TFM_CLIENT_ID_IS_NS(msg->client_id)) in KeyStore_s_getKeyAttributes()
166 KeyStore_s_copyKeyIDFromClient(&keyID, msg->client_id, &getKeyAttributesMsg.key); in KeyStore_s_getKeyAttributes()
177 psa_write(msg->handle, 0, &ret, sizeof(ret)); in KeyStore_s_getKeyAttributes()
185 psa_status_t KeyStore_s_importKey(psa_msg_t *msg) in KeyStore_s_importKey() argument
192 if ((msg->in_size[0] != sizeof(importKeyMsg)) || (msg->out_size[0] != sizeof(ret))) in KeyStore_s_importKey()
197 psa_read(msg->handle, 0, &importKeyMsg, sizeof(importKeyMsg)); in KeyStore_s_importKey()
199 if (TFM_CLIENT_ID_IS_NS(msg->client_id)) in KeyStore_s_importKey()
[all …]
DCryptoKeyKeyStore_PSA_s.h140 psa_status_t KeyStore_s_handlePsaMsg(psa_msg_t *msg);
/hal_ti-latest/simplelink/source/ti/drivers/spi/
DSPICC32XXDMA.c323 SPI_Transaction *msg; in spiHwiFxn() local
368 msg = object->transaction; in spiHwiFxn()
373 object->transferCallbackFxn((SPI_Handle) arg, msg); in spiHwiFxn()
751 SPI_Transaction *msg; in SPICC32XXDMA_transferCancel() local
813 msg = object->transaction; in SPICC32XXDMA_transferCancel()
818 object->transferCallbackFxn(handle, msg); in SPICC32XXDMA_transferCancel()
/hal_ti-latest/simplelink/source/ti/drivers/i2c/
DI2CCC32XX.c95 static void I2CCC32XX_blockingCallback(I2C_Handle handle, I2C_Transaction *msg,
125 I2C_Transaction *msg, bool transferStatus) in I2CCC32XX_blockingCallback() argument