Home
last modified time | relevance | path

Searched refs:encryption_algorithm (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/pkcs8/src/
Dencrypted_private_key_info.rs46 pub encryption_algorithm: EncryptionScheme<'a>, field
58 .encryption_algorithm in decrypt()
92 encryption_algorithm: pbes2_params.into(), in encrypt_with()
106 encryption_algorithm: reader.decode()?, in decode_value()
115 self.encryption_algorithm.encoded_len()? in value_len()
120 self.encryption_algorithm.encode(writer)?; in encode_value()
139 .field("encryption_algorithm", &self.encryption_algorithm) in fmt()
/aosp_15_r20/external/rust/android-crates-io/crates/pkcs8/tests/
Dencrypted_private_key.rs85 pk.encryption_algorithm.oid(), in decode_ed25519_encpriv_aes128_pbkdf2_sha1_der()
89 let pbes2_params = pk.encryption_algorithm.pbes2().unwrap(); in decode_ed25519_encpriv_aes128_pbkdf2_sha1_der()
117 pk.encryption_algorithm.oid(), in decode_ed25519_encpriv_aes256_pbkdf2_sha256_der()
121 let pbes2_params = pk.encryption_algorithm.pbes2().unwrap(); in decode_ed25519_encpriv_aes256_pbkdf2_sha256_der()
/aosp_15_r20/external/pytorch/.ci/pytorch/
H A Dcreate_test_cert.py24 encryption_algorithm=serialization.NoEncryption(),
/aosp_15_r20/external/pigweed/pw_software_update/py/pw_software_update/
H A Dkeys.py78 encryption_algorithm=NoEncryption(),
H A Dgenerate_test_bundle.py114 encryption_algorithm=serialization.NoEncryption(),
/aosp_15_r20/frameworks/proto_logging/stats/atoms/ike/
H A Dike_extension_atoms.proto99 optional android.stats.ike.EncryptionAlgorithms encryption_algorithm = 5; field
/aosp_15_r20/out/soong/.intermediates/frameworks/proto_logging/stats/libstats_proto_host/linux_glibc_x86_64_shared/gen/proto/frameworks/proto_logging/stats/atoms/ike/
Dike_extension_atoms.pb.h743 ::android::stats::ike::EncryptionAlgorithms encryption_algorithm() const; in Swap()
1303 …oid::stats::ike::EncryptionAlgorithms NegotiatedSecurityAssociation::encryption_algorithm() const { in encryption_algorithm() function
/aosp_15_r20/external/googleapis/google/storage/v2/
H A Dstorage.proto1294 // should be provided in the encryption_algorithm, encryption_key_bytes, and
1649 string encryption_algorithm = 1; field
2323 string encryption_algorithm = 1; field
/aosp_15_r20/external/googleapis/google/storage/v1/
H A Dstorage_resources.proto685 string encryption_algorithm = 1; field
H A Dstorage.proto1581 string encryption_algorithm = 1; field
/aosp_15_r20/out/soong/.intermediates/frameworks/proto_logging/stats/stats_log_api_gen/libstatslog_rust/android_arm64_armv8-2a_cortex-a55_rlib_rlib-std_apex31/out/
Dstatslog.rs55683 pub r#encryption_algorithm: EncryptionAlgorithm,
55692 …r, self.r#session_type, self.r#ike_state, self.r#dh_group, self.r#encryption_algorithm, self.r#key… in stats_write()
55701 r#encryption_algorithm: EncryptionAlgorithm, in stats_write()
55715 AStatsEvent_writeInt32(__event, r#encryption_algorithm as i32); in stats_write()
/aosp_15_r20/out/soong/.intermediates/frameworks/proto_logging/stats/stats_log_api_gen/statslog.rs/gen/
Dstatslog.rs55683 pub r#encryption_algorithm: EncryptionAlgorithm,
55692 …r, self.r#session_type, self.r#ike_state, self.r#dh_group, self.r#encryption_algorithm, self.r#key… in stats_write()
55701 r#encryption_algorithm: EncryptionAlgorithm, in stats_write()
55715 AStatsEvent_writeInt32(__event, r#encryption_algorithm as i32); in stats_write()