Home
last modified time | relevance | path

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

/external/rust/crates/openssl/src/
Dcipher.rs97 pub struct Cipher(Inner); struct
99 unsafe impl Sync for Cipher {} implementation
100 unsafe impl Send for Cipher {} implementation
102 impl Cipher { implementation
Dsymm.rs73 pub struct Cipher(*const ffi::EVP_CIPHER); struct
75 impl Cipher { impl
81 pub fn from_nid(nid: Nid) -> Option<Cipher> { in from_nid()
355 pub unsafe fn from_ptr(ptr: *const ffi::EVP_CIPHER) -> Cipher { in from_ptr()
420 unsafe impl Sync for Cipher {} implementation
421 unsafe impl Send for Cipher {} implementation
496 t: Cipher, in new()
646 t: Cipher, in encrypt()
685 t: Cipher, in decrypt()
694 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.rs29 cipher: Cipher, in bytes_to_key()
Dcms.rs214 cipher: Cipher, in encrypt()
Dpkey.rs335 cipher: Cipher, in private_key_to_pkcs8_passphrase()
479 pub fn cmac(cipher: &Cipher, key: &[u8]) -> Result<PKey<Private>, ErrorStack> { in cmac()
Dpkcs7.rs104 cipher: Cipher, in encrypt()
/external/rust/beto-rust/nearby/presence/ldt/benches/
Dldt_scan.rs128 ) -> LdtBenchState<F::Cipher, D> { in build_bench_state()
151 ) -> ScanScenario<F::Cipher, D> { in random_ldt_scenario()
177 type Cipher: ScanCipher; typedef
179 fn build_cipher<C: CryptoProvider>(&self, key_rng: &mut C::CryptoRng) -> Self::Cipher; in build_cipher()
232 type Cipher = LdtScanCipher<B, T, M, P>; typedef
234 fn build_cipher<C: CryptoProvider>(&self, key_rng: &mut C::CryptoRng) -> Self::Cipher { in build_cipher()
280 type Cipher = Aes128Ctr64LE; typedef
282 fn build_cipher<C: CryptoProvider>(&self, key_rng: &mut C::CryptoRng) -> Self::Cipher { in build_cipher()
/external/rust/crates/zip/src/
Daes_ctr.rs30 type Cipher; typedef
35 type Cipher = aes::Aes128; typedef
40 type Cipher = aes::Aes192; typedef
45 type Cipher = aes::Aes256; typedef
/external/pdfium/core/fpdfapi/parser/
Dcpdf_crypto_handler.h27 enum class Cipher { enum
/external/conscrypt/
DCAPABILITIES.md85 ### Cipher subsection
/external/python/cryptography/src/cryptography/hazmat/primitives/ciphers/
Dbase.py100 class Cipher(object): class
/external/scapy/scapy/layers/
Dipsec.py172 Cipher = algorithms = modes = None variable