Searched refs:cipher_mode (Results 1 – 7 of 7) sorted by relevance
/third_party/node/src/crypto/ |
D | crypto_aes.cc | 37 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 …]
|
D | crypto_cipher.h | 158 WebCryptoCipherMode cipher_mode = static_cast<WebCryptoCipherMode>(cmode); in New() local 170 if (CipherTraits::AdditionalConfig(mode, args, 4, cipher_mode, ¶ms) 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
|
D | crypto_aes.h | 67 WebCryptoCipherMode cipher_mode, 73 WebCryptoCipherMode cipher_mode,
|
D | crypto_rsa.h | 103 WebCryptoCipherMode cipher_mode, 109 WebCryptoCipherMode cipher_mode,
|
D | crypto_rsa.cc | 302 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/ |
D | e_devcrypto.c | 429 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/ |
D | e_devcrypto.c | 429 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()
|