Searched defs:Ciphertext (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv_dynamic/src/ |
D | legacy.rs | 157 fn to_ciphertext(&self) -> DynamicSerializeDataElement<Ciphertext>; in to_ciphertext() 169 fn to_ciphertext(&self) -> DynamicSerializeDataElement<Ciphertext> { in to_ciphertext() 182 Ciphertext(Box<dyn SerializeDataElement<Ciphertext>>), enumerator 200 pub fn to_ciphertext(&self) -> Option<DynamicSerializeDataElement<Ciphertext>> { in to_ciphertext() 270 Ciphertext(ActionBits<Ciphertext>), enumerator
|
/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/crypto/ |
H A D | elgamal.h | 56 struct Ciphertext { struct 81 StatusOr<elgamal::Ciphertext> Mul(const elgamal::Ciphertext& ciphertext1, argument
|
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/legacy/deserialize/tests/ |
D | happy_path.rs | 399 D::Deserialized<Ciphertext>, in do_random_roundtrip_test() 407 ) -> D::Deserialized<Ciphertext>, in do_random_roundtrip_test() 453 des: Vec<DynamicSerializeDataElement<Ciphertext>>, in build_and_assert_deserialized_matches() 454 expected: &[D::Deserialized<Ciphertext>], in build_and_assert_deserialized_matches() 478 expected: &[D::Deserialized<Ciphertext>],
|
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/legacy/ |
D | mod.rs | 66 pub struct Ciphertext; struct 68 impl PacketFlavor for Ciphertext { implementation 79 Ciphertext, enumerator
|
D | random_data_elements.rs | 59 fn sample<R: rand::Rng + ?Sized>(&self, rng: &mut R) -> ActionsDataElement<Ciphertext> { in sample()
|
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/legacy/deserialize/ |
D | mod.rs | 233 pub fn data_elements(&self) -> DeIterator<Ciphertext> { in data_elements() 245 ) -> GenericDeIterator<Ciphertext, D> { in generic_data_elements()
|
/aosp_15_r20/external/tink/go/kwp/subtle/ |
H A D | kwp_test.go | 99 Ciphertext string `json:"ct"` member
|
/aosp_15_r20/external/boringssl/src/ssl/test/runner/hpke/ |
H A D | hpke_test.go | 91 Ciphertext HexString `json:"ct"` member
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/hpke/ |
H A D | hpke_test.go | 91 Ciphertext HexString `json:"ct"` member
|
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/extended/deserialize/section/intermediate/ |
D | mod.rs | 94 Ciphertext(CiphertextSection<'a>), enumerator
|
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/legacy/data_elements/actions/ |
D | tests.rs | 680 bits: &mut ActionBits<Ciphertext>, in set_ciphertexttext_action()
|
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_ffi_core/src/deserialize/ |
D | v0.rs | 367 data_elements: Vec<legacy::deserialize::DeserializedDataElement<legacy::Ciphertext>>, in allocate_with_decrypted_contents()
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/external_client/ |
D | group.rs | 85 Ciphertext(ContentType), enumerator
|