Searched refs:encryption_algorithm (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/pkcs8/src/ |
D | encrypted_private_key_info.rs | 46 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/ |
D | encrypted_private_key.rs | 85 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 D | create_test_cert.py | 24 encryption_algorithm=serialization.NoEncryption(),
|
/aosp_15_r20/external/pigweed/pw_software_update/py/pw_software_update/ |
H A D | keys.py | 78 encryption_algorithm=NoEncryption(),
|
H A D | generate_test_bundle.py | 114 encryption_algorithm=serialization.NoEncryption(),
|
/aosp_15_r20/frameworks/proto_logging/stats/atoms/ike/ |
H A D | ike_extension_atoms.proto | 99 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/ |
D | ike_extension_atoms.pb.h | 743 ::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 D | storage.proto | 1294 // 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 D | storage_resources.proto | 685 string encryption_algorithm = 1; field
|
H A D | storage.proto | 1581 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/ |
D | statslog.rs | 55683 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/ |
D | statslog.rs | 55683 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()
|