Home
last modified time | relevance | path

Searched refs:cipher_mode (Results 1 – 7 of 7) sorted by relevance

/third_party/node/src/crypto/
Dcrypto_aes.cc37 WebCryptoCipherMode cipher_mode, in AES_Cipher() argument
51 const bool encrypt = cipher_mode == kWebCryptoCipherEncrypt; in AES_Cipher()
88 switch (cipher_mode) { in AES_Cipher()
158 if (cipher_mode == kWebCryptoCipherEncrypt && mode == EVP_CIPH_GCM_MODE) { in AES_Cipher()
225 WebCryptoCipherMode cipher_mode, in AES_CTR_Cipher2() argument
231 const bool encrypt = cipher_mode == kWebCryptoCipherEncrypt; in AES_CTR_Cipher2()
268 WebCryptoCipherMode cipher_mode, in AES_CTR_Cipher() argument
303 cipher_mode, in AES_CTR_Cipher()
318 cipher_mode, in AES_CTR_Cipher()
333 cipher_mode, in AES_CTR_Cipher()
[all …]
Dcrypto_cipher.h158 WebCryptoCipherMode cipher_mode = static_cast<WebCryptoCipherMode>(cmode); in New() local
170 if (CipherTraits::AdditionalConfig(mode, args, 4, cipher_mode, &params) in New()
183 cipher_mode, in New()
203 WebCryptoCipherMode cipher_mode, in CipherJob() argument
213 cipher_mode_(cipher_mode), in CipherJob()
220 WebCryptoCipherMode cipher_mode() const { return cipher_mode_; } in cipher_mode() function
Dcrypto_aes.h67 WebCryptoCipherMode cipher_mode,
73 WebCryptoCipherMode cipher_mode,
Dcrypto_rsa.h103 WebCryptoCipherMode cipher_mode,
109 WebCryptoCipherMode cipher_mode,
Dcrypto_rsa.cc302 WebCryptoCipherMode cipher_mode, in AdditionalConfig() argument
345 WebCryptoCipherMode cipher_mode, in DoCipher() argument
349 switch (cipher_mode) { in DoCipher()
/third_party/node/deps/openssl/openssl/engines/
De_devcrypto.c429 unsigned long cipher_mode; in prepare_cipher_methods() local
475 cipher_mode = cipher_data[i].flags & EVP_CIPH_MODE; in prepare_cipher_methods()
479 cipher_mode == EVP_CIPH_CTR_MODE ? 1 : in prepare_cipher_methods()
491 cipher_mode == EVP_CIPH_CTR_MODE ? in prepare_cipher_methods()
/third_party/openssl/engines/
De_devcrypto.c429 unsigned long cipher_mode; in prepare_cipher_methods() local
475 cipher_mode = cipher_data[i].flags & EVP_CIPH_MODE; in prepare_cipher_methods()
479 cipher_mode == EVP_CIPH_CTR_MODE ? 1 : in prepare_cipher_methods()
491 cipher_mode == EVP_CIPH_CTR_MODE ? in prepare_cipher_methods()