Lines Matching defs:bool
43 fn GenerateKey(keyId: *const KeyId, need_auth: bool, require_password_set: bool) -> i32; in GenerateKey()
69 require_password_set: bool, in calculate_key_alias()
70 standard: bool, in calculate_key_alias()
88 require_password_set: bool, in get_existing_key_alias()
136 require_password_set: bool, in huks_rename_key_alias()
159 require_password_set: bool, in rename_key_alias()
160 ) -> bool { in rename_key_alias()
193 require_password_set: bool, in new_with_alias()
204 require_password_set: bool, in new_without_alias()
219 pub fn exists(&self) -> Result<bool> { in exists()
279 pub(crate) fn need_user_auth(&self) -> bool { in need_user_auth()
284 pub(crate) fn need_device_unlock(&self) -> bool { in need_device_unlock()