Home
last modified time | relevance | path

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

/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/5/android/hardware/identity/
DIPresentationSession.aidl37 byte[] getEphemeralKeyPair(); in getEphemeralKeyPair() method
/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/current/android/hardware/identity/
DIPresentationSession.aidl37 byte[] getEphemeralKeyPair(); in getEphemeralKeyPair() method
/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/4/android/hardware/identity/
DIPresentationSession.aidl37 byte[] getEphemeralKeyPair(); in getEphemeralKeyPair() method
/hardware/interfaces/identity/aidl/android/hardware/identity/
DIPresentationSession.aidl42 byte[] getEphemeralKeyPair(); in getEphemeralKeyPair() method
/hardware/interfaces/identity/aidl/default/common/
DPresentationSession.cpp67 ndk::ScopedAStatus PresentationSession::getEphemeralKeyPair(vector<uint8_t>* outKeyPair) { in getEphemeralKeyPair() function in aidl::android::hardware::identity::PresentationSession
69 optional<vector<uint8_t>> ephemeralKeyPriv = hwProxy_->getEphemeralKeyPair(); in getEphemeralKeyPair()
DPresentationSession.h59 ndk::ScopedAStatus getEphemeralKeyPair(vector<uint8_t>* outKeyPair) override;
DSecureHardwareProxy.h146 virtual optional<vector<uint8_t>> getEphemeralKeyPair() = 0;
/hardware/interfaces/identity/aidl/default/
DFakeSecureHardwareProxy.h111 optional<vector<uint8_t>> getEphemeralKeyPair() override;
DFakeSecureHardwareProxy.cpp380 optional<vector<uint8_t>> FakeSecureHardwareSessionProxy::getEphemeralKeyPair() { in getEphemeralKeyPair() function in android::hardware::identity::FakeSecureHardwareSessionProxy