Home
last modified time | relevance | path

Searched defs:Ciphertext (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv_dynamic/src/
Dlegacy.rs157 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 Delgamal.h56 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/
Dhappy_path.rs399 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/
Dmod.rs66 pub struct Ciphertext; struct
68 impl PacketFlavor for Ciphertext { implementation
79 Ciphertext, enumerator
Drandom_data_elements.rs59 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/
Dmod.rs233 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 Dkwp_test.go99 Ciphertext string `json:"ct"` member
/aosp_15_r20/external/boringssl/src/ssl/test/runner/hpke/
H A Dhpke_test.go91 Ciphertext HexString `json:"ct"` member
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/hpke/
H A Dhpke_test.go91 Ciphertext HexString `json:"ct"` member
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/extended/deserialize/section/intermediate/
Dmod.rs94 Ciphertext(CiphertextSection<'a>), enumerator
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/legacy/data_elements/actions/
Dtests.rs680 bits: &mut ActionBits<Ciphertext>, in set_ciphertexttext_action()
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_ffi_core/src/deserialize/
Dv0.rs367 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/
Dgroup.rs85 Ciphertext(ContentType), enumerator