Home
last modified time | relevance | path

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

/system/vold/model/
DVolumeEncryption.cpp35 auto first_api_level = in lookup_volume_method() local
39 return first_api_level > __ANDROID_API_Q__ ? VolumeMethod::kDefaultKey in lookup_volume_method()
44 if (first_api_level > __ANDROID_API_Q__) { in lookup_volume_method()
47 << first_api_level; in lookup_volume_method()
/system/extras/libfscrypt/tests/
Dfscrypt_test.cpp29 const EncryptionOptions TestString(unsigned int first_api_level, const std::string instring, in TestString() argument
34 EXPECT_TRUE(ParseOptionsForApiLevel(first_api_level, instring, &options)); in TestString()
35 EXPECT_TRUE(OptionsToStringForApiLevel(first_api_level, options, &options_string)); in TestString()
40 #define TEST_STRING(first_api_level, instring, outstring) \ argument
42 auto options = TestString(first_api_level, instring, outstring);
/system/extras/libfscrypt/include/fscrypt/
Dfscrypt.h54 bool OptionsToStringForApiLevel(unsigned int first_api_level, const EncryptionOptions& options,
59 bool ParseOptionsForApiLevel(unsigned int first_api_level, const std::string& options_string,
/system/extras/libfscrypt/
Dfscrypt.cpp143 bool OptionsToStringForApiLevel(unsigned int first_api_level, const EncryptionOptions& options, in OptionsToStringForApiLevel() argument
164 if (!ParseOptionsForApiLevel(first_api_level, *options_string, &options_check)) { in OptionsToStringForApiLevel()
180 bool ParseOptionsForApiLevel(unsigned int first_api_level, const std::string& options_string, in ParseOptionsForApiLevel() argument
206 options->version = first_api_level > __ANDROID_API_Q__ ? 2 : 1; in ParseOptionsForApiLevel()
235 if (first_api_level <= __ANDROID_API_Q__ && options->version == 1 && in ParseOptionsForApiLevel()
/system/vold/
DFsCrypt.cpp274 auto first_api_level = GetFirstApiLevel(); in get_volume_file_encryption_options() local
277 first_api_level > __ANDROID_API_Q__ ? "" : "aes-256-heh"); in get_volume_file_encryption_options()
280 if (!ParseOptionsForApiLevel(first_api_level, options_string, options)) { in get_volume_file_encryption_options()
/system/sepolicy/prebuilts/api/28.0/public/
Dproperty_contexts286 ro.product.first_api_level u:object_r:exported_default_prop:s0 exact int
/system/sepolicy/prebuilts/api/29.0/public/
Dproperty_contexts352 ro.product.first_api_level u:object_r:exported_default_prop:s0 exact int
/system/sepolicy/private/
Dproperty_contexts864 ro.product.first_api_level u:object_r:build_vendor_prop:s0 exact int
877 ro.board.first_api_level u:object_r:build_vendor_prop:s0 exact int
/system/sepolicy/prebuilts/api/31.0/private/
Dproperty_contexts864 ro.product.first_api_level u:object_r:build_vendor_prop:s0 exact int
877 ro.board.first_api_level u:object_r:build_vendor_prop:s0 exact int
/system/sepolicy/prebuilts/api/30.0/public/
Dproperty_contexts387 ro.product.first_api_level u:object_r:exported_default_prop:s0 exact int