Searched refs:crypto (Results 1 – 25 of 46) sorted by relevance
12
/system/extras/crypto-perf/ |
D | Android.bp | 2 name: "crypto", 6 "-march=armv8-a+crypto", 10 srcs: ["crypto.cpp"],
|
/system/vold/ |
D | CryptoType.h | 42 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/ |
D | CryptoProperties.sysprop | 25 prop_name: "ro.crypto.type" 35 prop_name: "ro.crypto.state"
|
/system/core/adb/crypto/include/adb/crypto/ |
D | rsa_2048_key.h | 25 namespace crypto {
|
D | x509_generator.h | 22 namespace crypto {
|
D | key.h | 26 namespace crypto {
|
/system/nvram/core/ |
D | crypto.h | 26 namespace crypto {
|
D | crypto_boringssl.cpp | 27 namespace crypto { namespace
|
/system/core/adb/crypto/ |
D | key.cpp | 25 namespace crypto { namespace
|
D | rsa_2048_key.cpp | 25 namespace crypto { namespace
|
D | x509_generator.cpp | 28 namespace crypto { namespace
|
/system/core/adb/crypto/tests/ |
D | x509_generator_test.cpp | 25 namespace crypto { namespace
|
D | key_test.cpp | 30 namespace crypto { namespace
|
D | rsa_2048_key_test.cpp | 30 namespace crypto { namespace
|
/system/extras/verity/ |
D | Utils.java | 47 import javax.crypto.Cipher; 48 import javax.crypto.EncryptedPrivateKeyInfo; 49 import javax.crypto.SecretKeyFactory; 50 import javax.crypto.spec.PBEKeySpec;
|
/system/libsysprop/srcs/api/ |
D | PlatformProperties-latest.txt | 68 prop_name: "ro.crypto.state" 76 prop_name: "ro.crypto.type"
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | fsverity_init.te | 18 # When kernel requests an algorithm, the crypto API first looks for an
|
D | init.te | 36 # since it potentially requires tearing down dm-devices (e.g. dm-bow, dm-crypto)
|
/system/sepolicy/private/ |
D | fsverity_init.te | 18 # When kernel requests an algorithm, the crypto API first looks for an
|
D | property_contexts | 116 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/ |
D | fsverity_init.te | 22 # When kernel requests an algorithm, the crypto API first looks for an
|
/system/core/gatekeeperd/ |
D | Android.bp | 46 include_dirs: ["external/scrypt/lib/crypto"],
|
/system/extras/ |
D | CleanSpec.mk | 51 $(call add-clean-step, rm -f $(TARGET_OUT_OPTIONAL_EXECUTABLES)/crypto)
|
/system/core/bootstat/ |
D | bootstat.rc | 49 # 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/ |
D | property_contexts | 123 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