Home
last modified time | relevance | path

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

/hardware/interfaces/identity/support/tests/
DIdentityCredentialSupportTest.cpp156 optional<vector<uint8_t>> privKey = support::ecKeyPairGetPrivateKey(keyPair.value()); in TEST()
206 optional<vector<uint8_t>> privKey = support::ecKeyPairGetPrivateKey(keyPair.value()); in TEST()
237 optional<vector<uint8_t>> privKey = support::ecKeyPairGetPrivateKey(keyPair.value()); in TEST()
270 optional<vector<uint8_t>> privKey = support::ecKeyPairGetPrivateKey(keyPair.value()); in generateCertChain()
283 optional<vector<uint8_t>> privKey = support::ecKeyPairGetPrivateKey(keyPair.value()); in TEST()
309 optional<vector<uint8_t>> privKey = support::ecKeyPairGetPrivateKey(keyPair.value()); in TEST()
335 optional<vector<uint8_t>> privKey = support::ecKeyPairGetPrivateKey(keyPair.value()); in TEST()
356 optional<vector<uint8_t>> otherPrivKey = support::ecKeyPairGetPrivateKey(keyPair.value()); in TEST()
/hardware/interfaces/identity/support/include/android/hardware/identity/support/
DIdentityCredentialSupport.h142 optional<vector<uint8_t>> ecKeyPairGetPrivateKey(const vector<uint8_t>& keyPair);
/hardware/interfaces/identity/aidl/vts/
DVtsIdentityTestUtils.cpp67 optional<vector<uint8_t>> readerKey = support::ecKeyPairGetPrivateKey(readerKeyPKCS8.value()); in generateReaderCertificate()
DVtsHalIdentityEndToEndTest.cpp451 support::ecKeyPairGetPrivateKey(readerEphemeralKeyPair.value()); in TEST_P()
DReaderAuthTests.cpp118 optional<vector<uint8_t>> privateKey = support::ecKeyPairGetPrivateKey(keyPKCS8.value()); in generateReaderKey()
/hardware/interfaces/identity/aidl/default/
DWritableIdentityCredential.cpp96 optional<vector<uint8_t>> privKey = support::ecKeyPairGetPrivateKey(keyPair); in getAttestationCertificate()
DIdentityCredential.cpp858 optional<vector<uint8_t>> signingKey = support::ecKeyPairGetPrivateKey(signingKeyPKCS8.value()); in generateSigningKeyPair()
/hardware/interfaces/identity/support/src/
DIdentityCredentialSupport.cpp1117 optional<vector<uint8_t>> ecKeyPairGetPrivateKey(const vector<uint8_t>& keyPair) { in ecKeyPairGetPrivateKey() function