Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/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 { 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()
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 …]
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.rs214 cipher: Cipher, in encrypt()
Dpkcs7.rs104 cipher: Cipher, in encrypt()
Dpkey.rs358 cipher: Cipher, in private_key_to_pkcs8_passphrase()
485 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.js149 function Cipher(cipher, password, options) { class
330 Cipher, property
/third_party/node/doc/api/
Dcrypto.md528 ### `cipher.final([outputEncoding])`
543 ### `cipher.getAuthTag()`
561 ### `cipher.setAAD(buffer[, options])`
584 ### `cipher.setAutoPadding([autoPadding])`
605 ### `cipher.update(data[, inputEncoding][, outputEncoding])`
/third_party/node/test/parallel/
Dtest-crypto-cipher-decipher.js83 const Cipher = crypto.Cipher; constant
/third_party/node/src/crypto/
Dcrypto_cipher.cc981 bool PublicKeyCipher::Cipher( in Init() function in node::crypto::PublicKeyCipher
1040 void PublicKeyCipher::Cipher(const FunctionCallbackInfo<Value>& args) { in Init() function in node::crypto::PublicKeyCipher
/third_party/node/tools/doc/
Dtype-parser.mjs71 'Cipher': 'crypto.html#class-cipher', property
/third_party/node/lib/
Dcrypto.js228 Cipher, property
/third_party/node/deps/openssl/openssl/crypto/aes/
Daes_core.c533 static void Cipher(const unsigned char *in, unsigned char *out, in Cipher() function
/third_party/openssl/crypto/aes/
Daes_core.c533 static void Cipher(const unsigned char *in, unsigned char *out, in Cipher() function