Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/cryptoutils/cryptokey/
DCryptoKeyPlaintext.c79 int_fast16_t CryptoKeyPlaintext_setKeyLocation(CryptoKey *keyHandle, uint8_t *location) in CryptoKeyPlaintext_setKeyLocation() argument
81 keyHandle->u.plaintext.keyMaterial = location; in CryptoKeyPlaintext_setKeyLocation()
89 int_fast16_t CryptoKeyPlaintext_getKeyLocation(CryptoKey *keyHandle, uint8_t **location) in CryptoKeyPlaintext_getKeyLocation() argument
91 *location = keyHandle->u.plaintext.keyMaterial; in CryptoKeyPlaintext_getKeyLocation()
DCryptoKeyPlaintext.h133 int_fast16_t CryptoKeyPlaintext_setKeyLocation(CryptoKey *keyHandle, uint8_t *location);
144 int_fast16_t CryptoKeyPlaintext_getKeyLocation(CryptoKey *keyHandle, uint8_t **location);
DCryptoKeyKeyStore_PSA.h886 #define KEYSTORE_PSA_KEY_LIFETIME_FROM_PERSISTENCE_AND_LOCATION(persistence, location) \ argument
887 (PSA_KEY_LIFETIME_FROM_PERSISTENCE_AND_LOCATION(persistence, location))
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/dma/
DUDMALPF3.h135location((UDMALPF3_CONFIG_BASE) + (CHANNEL_INDEX) * sizeof(uDMAControlTableEntry))))
/hal_ti-latest/simplelink/source/ti/drivers/net/wifi/porting/
DCC3220SF_LAUNCHXL.c151 #pragma location=".dbghdr"