Searched refs:getRpcKey (Results 1 – 4 of 4) sorted by relevance
30 using ::android::security::rkp::support::getRpcKey;48 TEST_P(RkpdClientTest, getRpcKey) { in TEST_P() argument49 std::optional<RemotelyProvisionedKey> key = getRpcKey(rpc_, /*keyId=*/0); in TEST_P()
199 std::optional<RemotelyProvisionedKey> getRpcKey(const sp<IRemotelyProvisionedComponent>& rpc, in getRpcKey() function
36 std::optional<RemotelyProvisionedKey> getRpcKey(const sp<IRemotelyProvisionedComponent>& rpc,
42 using ::android::security::rkp::support::getRpcKey;186 std::optional<RemotelyProvisionedKey> key = getRpcKey(rpc_, callingUid); in setRemotelyProvisionedAttestationKey()