Searched defs:Cipher (Results 1 – 8 of 8) sorted by relevance
| /third_party/rust/crates/rust-openssl/openssl/src/ |
| D | cipher.rs | 113 pub struct Cipher(Inner); struct 115 unsafe impl Sync for Cipher {} implementation 116 unsafe impl Send for Cipher {} implementation 118 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() 353 pub unsafe fn from_ptr(ptr: *const ffi::EVP_CIPHER) -> Cipher { in from_ptr() 418 unsafe impl Sync for Cipher {} implementation 419 unsafe impl Send for Cipher {} implementation 494 t: Cipher, in new() 644 t: Cipher, in encrypt() 683 t: Cipher, in decrypt() 692 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 | 34 cipher: Cipher, in bytes_to_key()
|
| D | cms.rs | 214 cipher: Cipher, in encrypt()
|
| D | pkcs7.rs | 104 cipher: Cipher, in encrypt()
|
| D | pkey.rs | 358 cipher: Cipher, in private_key_to_pkcs8_passphrase() 485 pub fn cmac(cipher: &Cipher, key: &[u8]) -> Result<PKey<Private>, ErrorStack> { in cmac()
|
| /third_party/openssl/crypto/aes/ |
| D | aes_core.c | 533 static void Cipher(const unsigned char *in, unsigned char *out, in Cipher() function
|