Home
last modified time | relevance | path

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

/hardware/interfaces/identity/support/tests/
DIdentityCredentialSupportTest.cpp265 optional<vector<uint8_t>> otherPubKey = support::ecKeyPairGetPublicKey(keyPair.value()); in TEST() local
266 ASSERT_TRUE(otherPubKey); in TEST()
268 otherPubKey.value(), privKey.value(), "0001", "someIssuer", "someSubject", 0, 0, {}); in TEST()