Searched refs:location (Results 1 – 5 of 5) sorted by relevance
79 int_fast16_t CryptoKeyPlaintext_setKeyLocation(CryptoKey *keyHandle, uint8_t *location) in CryptoKeyPlaintext_setKeyLocation() argument81 keyHandle->u.plaintext.keyMaterial = location; in CryptoKeyPlaintext_setKeyLocation()89 int_fast16_t CryptoKeyPlaintext_getKeyLocation(CryptoKey *keyHandle, uint8_t **location) in CryptoKeyPlaintext_getKeyLocation() argument91 *location = keyHandle->u.plaintext.keyMaterial; in CryptoKeyPlaintext_getKeyLocation()
133 int_fast16_t CryptoKeyPlaintext_setKeyLocation(CryptoKey *keyHandle, uint8_t *location);144 int_fast16_t CryptoKeyPlaintext_getKeyLocation(CryptoKey *keyHandle, uint8_t **location);
886 #define KEYSTORE_PSA_KEY_LIFETIME_FROM_PERSISTENCE_AND_LOCATION(persistence, location) \ argument887 (PSA_KEY_LIFETIME_FROM_PERSISTENCE_AND_LOCATION(persistence, location))
135 … location((UDMALPF3_CONFIG_BASE) + (CHANNEL_INDEX) * sizeof(uDMAControlTableEntry))))
151 #pragma location=".dbghdr"