Home
last modified time | relevance | path

Searched defs:Cipher (Results 1 – 17 of 17) sorted by relevance

/external/boringssl/src/rust/bssl-crypto/src/cipher/
Dmod.rs133 struct Cipher<C: EvpCipherType> { struct
138 impl<C: EvpCipherType> Cipher<C> { implementation
355 impl<C: EvpCipherType> Drop for Cipher<C> { implementation
/external/cronet/third_party/boringssl/src/rust/bssl-crypto/src/cipher/
Dmod.rs135 struct Cipher<C: EvpCipherType> { struct
140 impl<C: EvpCipherType> Cipher<C> { impl
357 impl<C: EvpCipherType> Drop for Cipher<C> { implementation
/external/rust/beto-rust/nearby/presence/ldt/benches/
Dldt_scan.rs122 ) -> LdtBenchState<F::Cipher, D> { in build_bench_state()
145 ) -> ScanScenario<F::Cipher, D> { in random_ldt_scenario()
170 type Cipher: ScanCipher; typedef
172 fn build_cipher<C: CryptoProvider>(&self, key_rng: &mut C::CryptoRng) -> Self::Cipher; in build_cipher()
225 type Cipher = LdtScanCipher<B, T, M, P>; typedef
227 fn build_cipher<C: CryptoProvider>(&self, key_rng: &mut C::CryptoRng) -> Self::Cipher { in build_cipher()
273 type Cipher = Aes128Ctr64LE; typedef
275 fn build_cipher<C: CryptoProvider>(&self, key_rng: &mut C::CryptoRng) -> Self::Cipher { in build_cipher()
/external/rust/crates/zip/src/
Daes_ctr.rs31 type Cipher; typedef
36 type Cipher = aes::Aes128; typedef
41 type Cipher = aes::Aes192; typedef
46 type Cipher = aes::Aes256; typedef
/external/rust/crates/openssl/src/
Dcipher.rs113 pub struct Cipher(Inner); struct
115 unsafe impl Sync for Cipher {} implementation
116 unsafe impl Send for Cipher {} implementation
118 impl Cipher { impl
Dsymm.rs73 pub struct Cipher(*const ffi::EVP_CIPHER); struct
75 impl Cipher { implementation
81 pub fn from_nid(nid: Nid) -> Option<Cipher> { in from_nid()
496 pub unsafe fn from_ptr(ptr: *const ffi::EVP_CIPHER) -> Cipher { in from_ptr()
561 unsafe impl Sync for Cipher {} implementation
562 unsafe impl Send for Cipher {} implementation
637 t: Cipher, in new()
808 t: Cipher, in encrypt()
847 t: Cipher, in decrypt()
856 t: Cipher, in cipher()
[all …]
Denvelope.rs40 pub fn new<T>(cipher: Cipher, pub_keys: &[PKey<T>]) -> Result<Seal, ErrorStack> in new()
105 cipher: Cipher, in new()
Dpkcs5.rs34 cipher: Cipher, in bytes_to_key()
Dcms.rs216 cipher: Cipher, in encrypt()
Dpkey.rs362 cipher: Cipher, in private_key_to_pkcs8_passphrase()
505 pub fn cmac(cipher: &Cipher, key: &[u8]) -> Result<PKey<Private>, ErrorStack> { in cmac()
Dpkcs7.rs134 cipher: Cipher, in encrypt()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_crypto_handler.h27 enum class Cipher { enum
/external/tink/go/daead/subtle/
Daes_siv.go59 Cipher cipher.Block member
/external/conscrypt/
DCAPABILITIES.md85 ### Cipher subsection
/external/scapy/scapy/layers/
Dipsec.py172 Cipher = algorithms = modes = None variable
/external/rust/crates/mls-rs/src/group/
Dframing.rs549 Cipher(PrivateMessage) = 2u16, enumerator
/external/aws-sdk-java-v2/services/elasticloadbalancingv2/src/main/resources/codegen-resources/
Dservice-2.json1267 "Cipher":{ object