Home
last modified time | relevance | path

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

/hardware/interfaces/identity/support/tests/
DIdentityCredentialSupportTest.cpp63 optional<vector<uint8_t>> privKey = support::ecKeyPairGetPrivateKey(keyPair.value()); in TEST()
113 optional<vector<uint8_t>> privKey = support::ecKeyPairGetPrivateKey(keyPair.value()); in TEST()
144 optional<vector<uint8_t>> privKey = support::ecKeyPairGetPrivateKey(keyPair.value()); in TEST()
177 optional<vector<uint8_t>> privKey = support::ecKeyPairGetPrivateKey(keyPair.value()); in generateCertChain()
190 optional<vector<uint8_t>> privKey = support::ecKeyPairGetPrivateKey(keyPair.value()); in TEST()
216 optional<vector<uint8_t>> privKey = support::ecKeyPairGetPrivateKey(keyPair.value()); in TEST()
242 optional<vector<uint8_t>> privKey = support::ecKeyPairGetPrivateKey(keyPair.value()); in TEST()
263 optional<vector<uint8_t>> otherPrivKey = support::ecKeyPairGetPrivateKey(keyPair.value()); in TEST()
528 support::calcEMacKey(support::ecKeyPairGetPrivateKey(deviceKey).value(), // private key in TEST()
538 support::ecKeyPairGetPrivateKey(ephemeralReaderKey).value(), // private key in TEST()
/hardware/interfaces/identity/aidl/default/
DEicOpsImpl.cc239 android::hardware::identity::support::ecKeyPairGetPrivateKey(keyPair.value()); in eicOpsCreateEcKey()
317 android::hardware::identity::support::ecKeyPairGetPrivateKey(keyPair); in eicOpsCreateCredentialKey()
/hardware/interfaces/identity/support/include/android/hardware/identity/support/
DIdentityCredentialSupport.h160 optional<vector<uint8_t>> ecKeyPairGetPrivateKey(const vector<uint8_t>& keyPair);
/hardware/interfaces/identity/aidl/vts/
DUtil.cpp153 optional<vector<uint8_t>> readerKey = support::ecKeyPairGetPrivateKey(readerKeyPKCS8.value()); in generateReaderCertificate()
DReaderAuthTests.cpp118 optional<vector<uint8_t>> privateKey = support::ecKeyPairGetPrivateKey(keyPKCS8.value()); in generateReaderKey()
DEndToEndTests.cpp474 support::ecKeyPairGetPrivateKey(readerEphemeralKeyPair.value()); in TEST_P()
/hardware/interfaces/identity/support/src/
DIdentityCredentialSupport.cpp1007 optional<vector<uint8_t>> ecKeyPairGetPrivateKey(const vector<uint8_t>& keyPair) { in ecKeyPairGetPrivateKey() function