Home
last modified time | relevance | path

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

12

/system/extras/crypto-perf/
DAndroid.bp2 name: "crypto",
6 "-march=armv8-a+crypto",
10 srcs: ["crypto.cpp"],
/system/libsysprop/srcs/android/sysprop/
DCryptoProperties.sysprop25 prop_name: "ro.crypto.type"
35 prop_name: "ro.crypto.state"
/system/nvram/core/
Dcrypto.h26 namespace crypto {
Dcrypto_boringssl.cpp27 namespace crypto { namespace
Dnvram_manager.cpp239 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/
DUtils.java47 import javax.crypto.Cipher;
48 import javax.crypto.EncryptedPrivateKeyInfo;
49 import javax.crypto.SecretKeyFactory;
50 import javax.crypto.spec.PBEKeySpec;
/system/core/gatekeeperd/tests/
DAndroid.bp32 include_dirs: ["external/scrypt/lib/crypto"],
/system/core/gatekeeperd/
DAndroid.bp49 include_dirs: ["external/scrypt/lib/crypto"],
/system/sepolicy/prebuilts/api/29.0/private/
Dfsverity_init.te22 # When kernel requests an algorithm, the crypto API first looks for an
Dproperty_contexts100 ro.crypto. u:object_r:vold_prop:s0
/system/sepolicy/private/
Dfsverity_init.te22 # When kernel requests an algorithm, the crypto API first looks for an
Dproperty_contexts100 ro.crypto. u:object_r:vold_prop:s0
/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/core/trusty/keymaster/legacy/
DMakefile52 LDLIBS=-L$(BASE)/../boringssl/build/crypto -lcrypto -lpthread -lstdc++
/system/sepolicy/prebuilts/api/26.0/private/
Dproperty_contexts80 ro.crypto. u:object_r:vold_prop:s0
/system/sepolicy/prebuilts/api/27.0/private/
Dproperty_contexts81 ro.crypto. u:object_r:vold_prop:s0
/system/sepolicy/prebuilts/api/29.0/public/
Dproperty_contexts113 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
Dvold.te53 # crypto key is stored so it can be destroyed
/system/sepolicy/public/
Dproperty_contexts113 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
Dvold.te53 # crypto key is stored so it can be destroyed
/system/sepolicy/prebuilts/api/28.0/private/
Dproperty_contexts88 ro.crypto. u:object_r:vold_prop:s0
/system/vold/
Dcryptfs.cpp289 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/
Dproperty_contexts100 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/
Dinit.rc628 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