Searched refs:crypto (Results 1 – 25 of 26) sorted by relevance
12
/system/extras/crypto-perf/ |
D | Android.bp | 2 name: "crypto", 6 "-march=armv8-a+crypto", 10 srcs: ["crypto.cpp"],
|
/system/libsysprop/srcs/android/sysprop/ |
D | CryptoProperties.sysprop | 25 prop_name: "ro.crypto.type" 35 prop_name: "ro.crypto.state"
|
/system/nvram/core/ |
D | crypto.h | 26 namespace crypto {
|
D | crypto_boringssl.cpp | 27 namespace crypto { namespace
|
D | nvram_manager.cpp | 239 request.size != crypto::kSHA256DigestSize) { in CreateSpace() 241 crypto::kSHA256DigestSize); in CreateSpace() 424 crypto::SHA256(sha256_input.data(), sha256_input.size(), contents.data(), in WriteSpace()
|
/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/core/gatekeeperd/tests/ |
D | Android.bp | 32 include_dirs: ["external/scrypt/lib/crypto"],
|
/system/core/gatekeeperd/ |
D | Android.bp | 49 include_dirs: ["external/scrypt/lib/crypto"],
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | fsverity_init.te | 22 # When kernel requests an algorithm, the crypto API first looks for an
|
D | property_contexts | 100 ro.crypto. u:object_r:vold_prop:s0
|
/system/sepolicy/private/ |
D | fsverity_init.te | 22 # When kernel requests an algorithm, the crypto API first looks for an
|
D | property_contexts | 100 ro.crypto. u:object_r:vold_prop:s0
|
/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/core/trusty/keymaster/legacy/ |
D | Makefile | 52 LDLIBS=-L$(BASE)/../boringssl/build/crypto -lcrypto -lpthread -lstdc++
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | property_contexts | 80 ro.crypto. u:object_r:vold_prop:s0
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | property_contexts | 81 ro.crypto. u:object_r:vold_prop:s0
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | property_contexts | 113 ro.crypto.allow_encrypt_override u:object_r:exported2_vold_prop:s0 exact bool 114 ro.crypto.scrypt_params u:object_r:exported2_vold_prop:s0 exact string 115 ro.crypto.volume.filenames_mode u:object_r:exported2_vold_prop:s0 exact string 240 ro.crypto.state u:object_r:exported_vold_prop:s0 exact string 241 ro.crypto.type u:object_r:exported_vold_prop:s0 exact string
|
D | vold.te | 53 # crypto key is stored so it can be destroyed
|
/system/sepolicy/public/ |
D | property_contexts | 113 ro.crypto.allow_encrypt_override u:object_r:exported2_vold_prop:s0 exact bool 114 ro.crypto.scrypt_params u:object_r:exported2_vold_prop:s0 exact string 115 ro.crypto.volume.filenames_mode u:object_r:exported2_vold_prop:s0 exact string 240 ro.crypto.state u:object_r:exported_vold_prop:s0 exact string 241 ro.crypto.type u:object_r:exported_vold_prop:s0 exact string
|
D | vold.te | 53 # crypto key is stored so it can be destroyed
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | property_contexts | 88 ro.crypto. u:object_r:vold_prop:s0
|
/system/vold/ |
D | cryptfs.cpp | 289 constexpr CryptoType set_crypto_name(const char* crypto) const { in set_crypto_name() 290 return CryptoType(this->property_name, crypto, this->keysize); in set_crypto_name() 302 constexpr CryptoType(const char* property, const char* crypto, uint32_t ksize) in CryptoType() 303 : property_name(property), crypto_name(crypto), keysize(ksize) {} in CryptoType()
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | property_contexts | 100 ro.crypto.scrypt_params u:object_r:exported2_vold_prop:s0 exact string 198 ro.crypto.state u:object_r:exported_vold_prop:s0 exact string 199 ro.crypto.type u:object_r:exported_vold_prop:s0 exact string
|
/system/core/rootdir/ |
D | init.rc | 628 on zygote-start && property:ro.crypto.state=unencrypted 635 on zygote-start && property:ro.crypto.state=unsupported 642 on zygote-start && property:ro.crypto.state=encrypted && property:ro.crypto.type=file
|
12