Searched defs:location (Results 1 – 2 of 2) sorted by relevance
79 int_fast16_t CryptoKeyPlaintext_setKeyLocation(CryptoKey *keyHandle, uint8_t *location) in CryptoKeyPlaintext_setKeyLocation()89 int_fast16_t CryptoKeyPlaintext_getKeyLocation(CryptoKey *keyHandle, uint8_t **location) in CryptoKeyPlaintext_getKeyLocation()
886 #define KEYSTORE_PSA_KEY_LIFETIME_FROM_PERSISTENCE_AND_LOCATION(persistence, location) \ argument