Lines Matching refs:KeyParameterValue
27 key_parameter::{KeyParameter, KeyParameterValue},
205 KeyParameterValue::Algorithm(Algorithm::AES), in decrypt()
206 KeyParameterValue::KeySize(256), in decrypt()
207 KeyParameterValue::BlockMode(BlockMode::GCM), in decrypt()
208 KeyParameterValue::PaddingMode(PaddingMode::NONE), in decrypt()
209 KeyParameterValue::Nonce(self.nonce.clone()), in decrypt()
210 KeyParameterValue::MacLength(128), in decrypt()
942 KeyParameterValue::Algorithm(Algorithm::AES), in lock_screen_lock_bound_key()
943 KeyParameterValue::KeySize(256), in lock_screen_lock_bound_key()
944 KeyParameterValue::BlockMode(BlockMode::GCM), in lock_screen_lock_bound_key()
945 KeyParameterValue::PaddingMode(PaddingMode::NONE), in lock_screen_lock_bound_key()
946 KeyParameterValue::CallerNonce, in lock_screen_lock_bound_key()
947 KeyParameterValue::KeyPurpose(KeyPurpose::DECRYPT), in lock_screen_lock_bound_key()
948 KeyParameterValue::MinMacLength(128), in lock_screen_lock_bound_key()
949 KeyParameterValue::AuthTimeout(BIOMETRIC_AUTH_TIMEOUT_S), in lock_screen_lock_bound_key()
950 KeyParameterValue::HardwareAuthenticatorType( in lock_screen_lock_bound_key()
955 key_params.push(KeyParameterValue::UserSecureID(*sid)); in lock_screen_lock_bound_key()