Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/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()
352 pub unsafe fn from_ptr(ptr: *const ffi::EVP_CIPHER) -> Cipher { in from_ptr()
417 unsafe impl Sync for Cipher {} implementation
418 unsafe impl Send for Cipher {} implementation
493 t: Cipher, in new()
643 t: Cipher, in encrypt()
682 t: Cipher, in decrypt()
691 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()
Dpkcs7.rs104 cipher: Cipher, in encrypt()
Dpkey.rs354 cipher: Cipher, in private_key_to_pkcs8_passphrase()
498 pub fn cmac(cipher: &Cipher, key: &[u8]) -> Result<PKey<Private>, ErrorStack> { in cmac()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dsystem_cipher.js44 const Cipher = { variable
Dohos_security_cryptoFramework.js224 const Cipher = { variable
/third_party/node/lib/internal/crypto/
Dcipher.js124 function Cipher(cipher, password, options) { class
272 Cipher, property
/third_party/node/doc/api/
Dcrypto.md271 ### `cipher.final([outputEncoding])`
285 ### `cipher.getAuthTag()`
298 ### `cipher.setAAD(buffer[, options])`
318 ### `cipher.setAutoPadding([autoPadding])`
338 ### `cipher.update(data[, inputEncoding][, outputEncoding])`
/third_party/node/test/parallel/
Dtest-crypto-cipher-decipher.js83 const Cipher = crypto.Cipher; constant
/third_party/node/tools/doc/
Dtype-parser.mjs62 'Cipher': 'crypto.html#crypto_class_cipher', property
/third_party/node/lib/
Dcrypto.js200 Cipher, property
/third_party/openssl/crypto/aes/
Daes_core.c533 static void Cipher(const unsigned char *in, unsigned char *out, in Cipher() function
/third_party/node/src/
Dnode_crypto.cc5063 bool PublicKeyCipher::Cipher(Environment* env, in Cipher() function in node::crypto::PublicKeyCipher
5119 void PublicKeyCipher::Cipher(const FunctionCallbackInfo<Value>& args) { in Cipher() function in node::crypto::PublicKeyCipher