Home
last modified time | relevance | path

Searched refs:cipher_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/crypto/
Dcrypto_keys.cc335 config.cipher_, in WritePrivateKey()
342 CHECK_NULL(config.cipher_); in WritePrivateKey()
350 config.cipher_, in WritePrivateKey()
359 config.cipher_, in WritePrivateKey()
375 config.cipher_, in WritePrivateKey()
382 CHECK_NULL(config.cipher_); in WritePrivateKey()
689 result.cipher_ = EVP_get_cipherbyname(*cipher_name); in GetPrivateKeyEncodingFromJs()
690 if (result.cipher_ == nullptr) { in GetPrivateKeyEncodingFromJs()
697 result.cipher_ = nullptr; in GetPrivateKeyEncodingFromJs()
703 CHECK_IMPLIES(context != kKeyContextInput, result.cipher_ != nullptr); in GetPrivateKeyEncodingFromJs()
Dcrypto_keys.h66 const EVP_CIPHER* cipher_; member