Home
last modified time | relevance | path

Searched refs:crypto (Results 1 – 25 of 46) sorted by relevance

12

/system/extras/crypto-perf/
DAndroid.bp2 name: "crypto",
6 "-march=armv8-a+crypto",
10 srcs: ["crypto.cpp"],
/system/vold/
DCryptoType.h42 constexpr CryptoType set_kernel_name(const char* crypto) const { in set_kernel_name()
43 return CryptoType(this->config_name, crypto, this->keysize); in set_kernel_name()
55 constexpr CryptoType(const char* property, const char* crypto, size_t ksize) in CryptoType()
56 : config_name(property), kernel_name(crypto), keysize(ksize) {} in CryptoType()
/system/libsysprop/srcs/android/sysprop/
DCryptoProperties.sysprop25 prop_name: "ro.crypto.type"
35 prop_name: "ro.crypto.state"
/system/core/adb/crypto/include/adb/crypto/
Drsa_2048_key.h25 namespace crypto {
Dx509_generator.h22 namespace crypto {
Dkey.h26 namespace crypto {
/system/nvram/core/
Dcrypto.h26 namespace crypto {
Dcrypto_boringssl.cpp27 namespace crypto { namespace
/system/core/adb/crypto/
Dkey.cpp25 namespace crypto { namespace
Drsa_2048_key.cpp25 namespace crypto { namespace
Dx509_generator.cpp28 namespace crypto { namespace
/system/core/adb/crypto/tests/
Dx509_generator_test.cpp25 namespace crypto { namespace
Dkey_test.cpp30 namespace crypto { namespace
Drsa_2048_key_test.cpp30 namespace crypto { namespace
/system/extras/verity/
DUtils.java47 import javax.crypto.Cipher;
48 import javax.crypto.EncryptedPrivateKeyInfo;
49 import javax.crypto.SecretKeyFactory;
50 import javax.crypto.spec.PBEKeySpec;
/system/libsysprop/srcs/api/
DPlatformProperties-latest.txt68 prop_name: "ro.crypto.state"
76 prop_name: "ro.crypto.type"
/system/sepolicy/prebuilts/api/30.0/private/
Dfsverity_init.te18 # When kernel requests an algorithm, the crypto API first looks for an
Dinit.te36 # since it potentially requires tearing down dm-devices (e.g. dm-bow, dm-crypto)
/system/sepolicy/private/
Dfsverity_init.te18 # When kernel requests an algorithm, the crypto API first looks for an
Dproperty_contexts116 ro.crypto. u:object_r:vold_prop:s0
405 ro.crypto.allow_encrypt_override u:object_r:vold_config_prop:s0 exact bool
406 ro.crypto.dm_default_key.options_format.version u:object_r:vold_config_prop:s0 exact int
407 ro.crypto.fde_algorithm u:object_r:vold_config_prop:s0 exact string
408 ro.crypto.fde_sector_size u:object_r:vold_config_prop:s0 exact int
409 ro.crypto.scrypt_params u:object_r:vold_config_prop:s0 exact string
410 ro.crypto.set_dun u:object_r:vold_config_prop:s0 exact bool
411 ro.crypto.volume.contents_mode u:object_r:vold_config_prop:s0 exact string
412 ro.crypto.volume.filenames_mode u:object_r:vold_config_prop:s0 exact string
413 ro.crypto.volume.metadata.encryption u:object_r:vold_config_prop:s0 exact string
[all …]
/system/sepolicy/prebuilts/api/29.0/private/
Dfsverity_init.te22 # When kernel requests an algorithm, the crypto API first looks for an
/system/core/gatekeeperd/
DAndroid.bp46 include_dirs: ["external/scrypt/lib/crypto"],
/system/extras/
DCleanSpec.mk51 $(call add-clean-step, rm -f $(TARGET_OUT_OPTIONAL_EXECUTABLES)/crypto)
/system/core/bootstat/
Dbootstat.rc49 # property:ro.crypto.type=block: FDE device
50 on post-fs-data && property:init.svc.bootanim=running && property:ro.crypto.type=block
/system/sepolicy/prebuilts/api/30.0/public/
Dproperty_contexts123 ro.crypto.allow_encrypt_override u:object_r:exported2_vold_prop:s0 exact bool
124 ro.crypto.dm_default_key.options_format.version u:object_r:exported2_vold_prop:s0 exact int
125 ro.crypto.fde_algorithm u:object_r:exported2_vold_prop:s0 exact string
126 ro.crypto.fde_sector_size u:object_r:exported2_vold_prop:s0 exact int
127 ro.crypto.scrypt_params u:object_r:exported2_vold_prop:s0 exact string
128 ro.crypto.set_dun u:object_r:exported2_vold_prop:s0 exact bool
129 ro.crypto.volume.contents_mode u:object_r:exported2_vold_prop:s0 exact string
130 ro.crypto.volume.filenames_mode u:object_r:exported2_vold_prop:s0 exact string
131 ro.crypto.volume.metadata.encryption u:object_r:exported2_vold_prop:s0 exact string
132 ro.crypto.volume.metadata.method u:object_r:exported2_vold_prop:s0 exact string
[all …]

12