Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/keymaster/remote/
Dremote_keymaster4_device.cpp607 keymaster::VerificationToken internal_verification_token; in deviceLocked() local
608 internal_verification_token.challenge = verificationToken.challenge; in deviceLocked()
609 internal_verification_token.timestamp = verificationToken.timestamp; in deviceLocked()
610 internal_verification_token.parameters_verified.Reinitialize( in deviceLocked()
612 internal_verification_token.security_level = in deviceLocked()
614 internal_verification_token.mac = in deviceLocked()
618 passwordOnly, std::move(internal_verification_token)); in deviceLocked()