Searched refs:createEphemeralKeyPair (Results 1 – 5 of 5) sorted by relevance
70 ndk::ScopedAStatus createEphemeralKeyPair(
133 virtual optional<vector<uint8_t>> createEphemeralKeyPair() = 0;
167 ndk::ScopedAStatus IdentityCredential::createEphemeralKeyPair( in createEphemeralKeyPair() function in aidl::android::hardware::identity::IdentityCredential169 optional<vector<uint8_t>> ephemeralPriv = hwProxy_->createEphemeralKeyPair(); in createEphemeralKeyPair()
92 optional<vector<uint8_t>> createEphemeralKeyPair() override;
232 RemoteSecureHardwarePresentationProxy::createEphemeralKeyPair() { in createEphemeralKeyPair() function in android::hardware::identity::RemoteSecureHardwarePresentationProxy