Searched refs:outChallenge (Results 1 – 4 of 4) sorted by relevance
89 ndk::ScopedAStatus PresentationSession::getAuthChallenge(int64_t* outChallenge) { in getAuthChallenge() argument90 *outChallenge = authChallenge_; in getAuthChallenge()
60 ndk::ScopedAStatus getAuthChallenge(int64_t* outChallenge) override;
73 ndk::ScopedAStatus createAuthChallenge(int64_t* outChallenge) override;
245 ndk::ScopedAStatus IdentityCredential::createAuthChallenge(int64_t* outChallenge) { in createAuthChallenge() argument259 *outChallenge = challenge.value(); in createAuthChallenge()