/third_party/rust/crates/rust-openssl/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() 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 …]
|
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 | pkcs7.rs | 104 cipher: Cipher, in encrypt()
|
D | pkey.rs | 354 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/ |
D | system_cipher.js | 44 const Cipher = { variable
|
D | ohos_security_cryptoFramework.js | 224 const Cipher = { variable
|
/third_party/node/lib/internal/crypto/ |
D | cipher.js | 124 function Cipher(cipher, password, options) { class 272 Cipher, property
|
/third_party/node/doc/api/ |
D | crypto.md | 271 ### `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/ |
D | test-crypto-cipher-decipher.js | 83 const Cipher = crypto.Cipher; constant
|
/third_party/node/tools/doc/ |
D | type-parser.mjs | 62 'Cipher': 'crypto.html#crypto_class_cipher', property
|
/third_party/node/lib/ |
D | crypto.js | 200 Cipher, property
|
/third_party/openssl/crypto/aes/ |
D | aes_core.c | 533 static void Cipher(const unsigned char *in, unsigned char *out, in Cipher() function
|
/third_party/node/src/ |
D | node_crypto.cc | 5063 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
|