Home
last modified time | relevance | path

Searched refs:aes (Results 1 – 25 of 38) sorted by relevance

12

/device/google/zumapro/conf/
DAndroid.bp40 …cmd: "sed -e s/@fileencryption@/fileencryption=:aes-256-hctr2:inlinecrypt_optimized+wrappedkey_v0/…
49 …cmd: "sed -e s/@fileencryption@/fileencryption=:aes-256-hctr2:inlinecrypt_optimized+wrappedkey_v0/…
58 cmd: "sed -e s/@fileencryption@/fileencryption=aes-256-xts:aes-256-hctr2/" +
67 cmd: "sed -e s/@fileencryption@/fileencryption=aes-256-xts:aes-256-hctr2/" +
94 cmd: "sed -e s/@fileencryption@/fileencryption=aes-256-xts/" +
96 " -e s/@metadata_encryption@/metadata_encryption=aes-256-xts/ $(in) > $(out)",
103 cmd: "sed -e s/@fileencryption@/fileencryption=aes-256-xts/" +
105 " -e s/@metadata_encryption@/metadata_encryption=aes-256-xts/ $(in) > $(out)",
/device/google/zuma/conf/ext4/
DAndroid.bp49 …cmd: "sed -e s/@fileencryption@/fileencryption=:aes-256-hctr2:inlinecrypt_optimized+wrappedkey_v0/…
61 cmd: "sed -e s/@fileencryption@/fileencryption=aes-256-xts:aes-256-hctr2/" +
85 cmd: "sed -e s/@fileencryption@/fileencryption=aes-256-xts/" +
87 " -e s/@metadata_encryption@/metadata_encryption=aes-256-xts/ $(in) > $(out)",
/device/google/zuma/conf/f2fs/
DAndroid.bp49 …cmd: "sed -e s/@fileencryption@/fileencryption=:aes-256-hctr2:inlinecrypt_optimized+wrappedkey_v0/…
61 cmd: "sed -e s/@fileencryption@/fileencryption=aes-256-xts:aes-256-hctr2/" +
85 cmd: "sed -e s/@fileencryption@/fileencryption=aes-256-xts/" +
87 " -e s/@metadata_encryption@/metadata_encryption=aes-256-xts/ $(in) > $(out)",
/device/google/contexthub/lib/nanohub/
Daes.c346 aesInitForEncr(&ctx->aes, k); in aesCbcInitForEncr()
354 aesInitForDecr(&ctx->aes, &tmp, k); in aesCbcInitForDecr()
365 aesEncr(&ctx->aes, ctx->iv, dst); in aesCbcEncr()
373 aesDecr(&ctx->aes, src, tmp); in aesCbcDecr()
/device/generic/car/common/
Dfstab.ranchu.car7 …odev,nomblk_io_submit,errors=panic wait,check,quota,fileencryption=aes-256-xts:aes-256-cts,reser…
/device/linaro/dragonboard/shared/utils/sdcard-boot/
Dfstab.mmc2 …attr,barrier=1,inlinecrypt latemount,wait,formattable,fileencryption=aes-256-xts:aes-256-cts:v2+in…
Dfstab.sdhci2 …attr,barrier=1,inlinecrypt latemount,wait,formattable,fileencryption=aes-256-xts:aes-256-cts:v2+in…
/device/linaro/dragonboard/sm8x50/
Dfstab2 …attr,barrier=1,inlinecrypt latemount,wait,formattable,fileencryption=aes-256-xts:aes-256-cts:v2+in…
/device/generic/goldfish/board/fstab/
Dx8612 …odev,nomblk_io_submit,errors=panic wait,check,quota,fileencryption=aes-256-xts:aes-256-cts,reser…
Darm15 …odev,nomblk_io_submit,errors=panic wait,check,quota,fileencryption=aes-256-xts:aes-256-cts,reser…
/device/linaro/dragonboard/
Dfstab.common2 …attr,barrier=1,inlinecrypt latemount,wait,formattable,fileencryption=aes-256-xts:aes-256-cts:v2+in…
/device/google/redbull/
Dfstab.hardware12 …inecrypt latemount,wait,check,quota,formattable,fileencryption=aes-256-xts:aes-256-cts:v2+in…
/device/google/trout/product_files/
Dfstab.trout5 …,nosuid,inlinecrypt,reserve_root=32768 latemount,wait,fileencryption=aes-256-xts:aes-256-cts:v2+in…
/device/google/cuttlefish/host/commands/secure_env/
Dprimary_key_builder.cpp49 .keyBits.aes = 128, // The default maximum AES key size in the simulator. in ParentKey()
50 .mode.aes = TPM2_ALG_CFB, in ParentKey()
Dencrypted_serializable.cpp64 .keyBits.aes = 128, // The default maximum AES key size in the simulator. in CreateKey()
65 .mode.aes = TPM2_ALG_CFB, in CreateKey()
/device/google/gs201/conf/
DAndroid.bp48 cmd: "sed -e s/@fileencryption@/aes-256-xts/" +
49 " -e s/@metadata_encryption@/aes-256-xts/ $(in) > $(out)",
/device/google/gs101/conf/nomodem/
DAndroid.bp63 cmd: "sed -e s/@fileencryption@/aes-256-xts/" +
64 " -e s/@metadata_encryption@/aes-256-xts/" +
/device/google/cuttlefish/host/commands/secure_env/rust/
Dtpm.rs112 fn kak(&self) -> Result<crypto::OpaqueOr<crypto::aes::Key>, Error> { in kak()
117 Ok(crypto::aes::Key::Aes256(k).into()) in kak()
Dlib.rs22 aes::BoringAes, aes_cmac::BoringAesCmac, des::BoringDes, ec::BoringEc, eq::BoringEq,
110 aes: Box::new(BoringAes), in ta_main()
/device/google/gs101/conf/
DAndroid.bp59 cmd: "sed -e s/@fileencryption@/aes-256-xts/" +
60 " -e s/@metadata_encryption@/aes-256-xts/ $(in) > $(out)",
/device/google/cuttlefish/shared/config/
Dsed.cts1 s/@filename_encryption_mode@/aes-256-cts/
Dsed.hctr21 s/@filename_encryption_mode@/aes-256-hctr2/
Dsed.ext44 s/@userdata_fsmgr_flags@/fileencryption=aes-256-xts:@filename_encryption_mode@/
Dsed.f2fs4 s/@userdata_fsmgr_flags@/fileencryption=aes-256-xts:@filename_encryption_mode@:inlinecrypt_optimize…
/device/google/contexthub/util/nanoapp_encr/
DMakefile18 SRC = nanoapp_encr.c ../../lib/nanohub/aes.c ../../lib/nanohub/sha2.c ../../lib/nanohub/nanoapp.c

12