Home
last modified time | relevance | path

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

/aosp_15_r20/system/extras/libfscrypt/include/fscrypt/
H A Dfscrypt.h32 struct EncryptionOptions { struct
41 EncryptionOptions() : version(0) {} in EncryptionOptions() argument
45 EncryptionOptions options;
53 bool OptionsToString(const EncryptionOptions& options, std::string* options_string);
55 bool OptionsToStringForApiLevel(unsigned int first_api_level, const EncryptionOptions& options,
58 bool ParseOptions(const std::string& options_string, EncryptionOptions* options);
61 EncryptionOptions* options);
65 inline bool operator==(const EncryptionOptions& lhs, const EncryptionOptions& rhs) {
71 inline bool operator!=(const EncryptionOptions& lhs, const EncryptionOptions& rhs) {
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Dmls_rules.rs91 pub struct EncryptionOptions { struct
99 impl EncryptionOptions { implementation
172 ) -> Result<EncryptionOptions, Self::Error>; in encryption_options() argument
209 ) -> Result<EncryptionOptions, Self::Error> {
224 pub encryption_options: EncryptionOptions,
243 pub fn with_encryption_options(self, encryption_options: EncryptionOptions) -> Self { in with_encryption_options()
280 ) -> Result<EncryptionOptions, Self::Error> { in encryption_options() argument
Dmod.rs43 use self::mls_rules::{EncryptionOptions, MlsRules};
1524 pub(crate) fn encryption_options(&self) -> Result<EncryptionOptions, MlsError> { in encryption_options() argument
2379 .with_encryption_options(EncryptionOptions::new(true, PaddingMode::None)), in test_group_encrypt_plaintext_padding()
2393 EncryptionOptions::new(true, PaddingMode::StepFunction), in test_group_encrypt_plaintext_padding()
4197 ) -> Result<crate::mls_rules::EncryptionOptions, MlsError> { in encryption_options() argument
Dproposal_cache.rs627 use crate::group::mls_rules::{CommitDirection, CommitSource, EncryptionOptions};
3901 ) -> Result<EncryptionOptions, Self::Error> { in user_defined_filter_can_remove_proposals() argument
3952 ) -> Result<EncryptionOptions, Self::Error> { in encryption_options() argument
3998 ) -> Result<EncryptionOptions, Self::Error> { in encryption_options() argument
/aosp_15_r20/system/extras/libfscrypt/
H A Dfscrypt.cpp142 bool OptionsToString(const EncryptionOptions& options, std::string* options_string) { in OptionsToString()
146 bool OptionsToStringForApiLevel(unsigned int first_api_level, const EncryptionOptions& options, in OptionsToStringForApiLevel()
169 EncryptionOptions options_check; in OptionsToStringForApiLevel()
182 bool ParseOptions(const std::string& options_string, EncryptionOptions* options) { in ParseOptions()
187 EncryptionOptions* options) { in ParseOptionsForApiLevel()
/aosp_15_r20/system/extras/libfscrypt/tests/
H A Dfscrypt_test.cpp29 const EncryptionOptions TestString(unsigned int first_api_level, const std::string instring, in TestString()
31 EncryptionOptions options; in TestString()
45 EncryptionOptions dummy_options; in TEST()
209 EncryptionOptions foo_options; in TEST()
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/examples/
Dcustom.rs35 CommitDirection, CommitOptions, CommitSource, EncryptionOptions, ProposalBundle,
173 ) -> Result<EncryptionOptions, Self::Error> { in encryption_options() argument
174 Ok(EncryptionOptions::new(false, PaddingMode::None)) in encryption_options()
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/test_utils/
Dmod.rs27 use crate::group::{mls_rules::EncryptionOptions, padding::PaddingMode};
77 mls_rules.with_encryption_options(EncryptionOptions::new(true, PaddingMode::None)) in generate_basic_client()
/aosp_15_r20/system/vold/
H A DFsCrypt.cpp98 EncryptionOptions s_data_options;
129 static KeyGeneration makeGen(const EncryptionOptions& options) { in makeGen()
337 static bool install_storage_key(const std::string& mountpoint, const EncryptionOptions& options, in install_storage_key()
355 static bool get_volume_file_encryption_options(EncryptionOptions* options) { in get_volume_file_encryption_options()
765 EncryptionOptions options; in read_or_create_volkey()
H A DKeyUtil.cpp38 using android::fscrypt::EncryptionOptions;
131 bool installKey(const std::string& mountpoint, const EncryptionOptions& options, in installKey()
H A DKeyUtil.h51 bool installKey(const std::string& mountpoint, const android::fscrypt::EncryptionOptions& options,
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/interop_test_vectors/
Dframing.rs18 mls_rules::EncryptionOptions,
397 EncryptionOptions::new(control_encryption_enabled, PaddingMode::None), in make_group()
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/
Dlib.rs170 CommitDirection, CommitOptions, CommitSource, DefaultMlsRules, EncryptionOptions,
/aosp_15_r20/cts/tests/tests/security/native/encryption/
H A DFileBasedEncryptionPolicyTest.cpp220 android::fscrypt::EncryptionOptions options; in validateAdoptableStorageSettings()
/aosp_15_r20/external/googleapis/google/cloud/sql/v1/
H A Dcloud_sql_resources.proto430 message EncryptionOptions { message
445 EncryptionOptions encryption_options = 1;
/aosp_15_r20/system/core/fs_mgr/
H A Dfs_mgr.cpp459 android::fscrypt::EncryptionOptions options; in tune_encrypt()
/aosp_15_r20/external/googleapis/google/cloud/sql/v1beta4/
H A Dcloud_sql_resources.proto930 message EncryptionOptions { message
945 EncryptionOptions encryption_options = 1;