Searched defs:Cipher (Results 1 – 13 of 13) sorted by relevance
| /external/rust/crates/openssl/src/ |
| D | cipher.rs | 97 pub struct Cipher(Inner); struct 99 unsafe impl Sync for Cipher {} implementation 100 unsafe impl Send for Cipher {} implementation 102 impl Cipher { implementation
|
| D | symm.rs | 73 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 …]
|
| D | envelope.rs | 40 pub fn new<T>(cipher: Cipher, pub_keys: &[PKey<T>]) -> Result<Seal, ErrorStack> in new() 105 cipher: Cipher, in new()
|
| D | pkcs5.rs | 29 cipher: Cipher, in bytes_to_key()
|
| D | cms.rs | 214 cipher: Cipher, in encrypt()
|
| D | pkey.rs | 335 cipher: Cipher, in private_key_to_pkcs8_passphrase() 479 pub fn cmac(cipher: &Cipher, key: &[u8]) -> Result<PKey<Private>, ErrorStack> { in cmac()
|
| D | pkcs7.rs | 104 cipher: Cipher, in encrypt()
|
| /external/rust/beto-rust/nearby/presence/ldt/benches/ |
| D | ldt_scan.rs | 128 ) -> 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/ |
| D | aes_ctr.rs | 30 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/ |
| D | cpdf_crypto_handler.h | 27 enum class Cipher { enum
|
| /external/conscrypt/ |
| D | CAPABILITIES.md | 85 ### Cipher subsection
|
| /external/python/cryptography/src/cryptography/hazmat/primitives/ciphers/ |
| D | base.py | 100 class Cipher(object): class
|
| /external/scapy/scapy/layers/ |
| D | ipsec.py | 172 Cipher = algorithms = modes = None variable
|