Searched refs:cipher_ (Results 1 – 3 of 3) sorted by relevance
3032 result.cipher_ = EVP_get_cipherbyname(*cipher_name); in GetPrivateKeyEncodingFromJs()3033 if (result.cipher_ == nullptr) { in GetPrivateKeyEncodingFromJs()3040 result.cipher_ = nullptr; in GetPrivateKeyEncodingFromJs()3046 CHECK_IMPLIES(context != kKeyContextInput, result.cipher_ != nullptr); in GetPrivateKeyEncodingFromJs()3165 config.cipher_, in WritePrivateKey()3172 CHECK_NULL(config.cipher_); in WritePrivateKey()3180 config.cipher_, in WritePrivateKey()3189 config.cipher_, in WritePrivateKey()3206 config.cipher_, in WritePrivateKey()3213 CHECK_NULL(config.cipher_); in WritePrivateKey()
385 const EVP_CIPHER* cipher_; member
3672 …github.com/nodejs/node/commit/db65422f0d)] - **src**: remove superfluous cipher_ data member (Ben …