Home
last modified time | relevance | path

Searched refs:EVP_CIPHER_nid (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/ngtcp2/ngtcp2/crypto/openssl/
H A Dopenssl.c46 switch (EVP_CIPHER_nid(aead)) { in crypto_aead_max_overhead()
203 int cipher_nid = EVP_CIPHER_nid(cipher); in ngtcp2_crypto_aead_ctx_encrypt_init()
250 int cipher_nid = EVP_CIPHER_nid(cipher); in ngtcp2_crypto_aead_ctx_decrypt_init()
495 int cipher_nid = EVP_CIPHER_nid(cipher); in ngtcp2_crypto_encrypt()
534 int cipher_nid = EVP_CIPHER_nid(cipher); in ngtcp2_crypto_decrypt()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dcipher.rs505 #[corresponds(EVP_CIPHER_nid)]
507 let nid = unsafe { ffi::EVP_CIPHER_nid(self.as_ptr()) }; in nid()
H A Dsymm.rs92 /// This corresponds to [`EVP_CIPHER_nid`]
94 /// [`EVP_CIPHER_nid`]: https://www.openssl.org/docs/manmaster/crypto/EVP_CIPHER_nid.html
96 let nid = unsafe { ffi::EVP_CIPHER_nid(self.0) }; in nid()
/third_party/openssl/test/
H A Dpbetest.c74 if (!TEST_true(PKCS5_pbe_set0_algor(algor, EVP_CIPHER_nid(cipher), pbe_iter, in test_pkcs5_pbe()
/third_party/node/src/crypto/
H A Dcrypto_cipher.cc39 return EVP_CIPHER_nid(cipher) == NID_chacha20_poly1305; in IsSupportedAuthenticatedMode()
151 // OBJ_nid2sn(EVP_CIPHER_nid(cipher)) is used here instead of in GetCipherInfo()
158 OBJ_nid2sn(EVP_CIPHER_nid(cipher)))).IsNothing()) { in GetCipherInfo()
165 Int32::New(env->isolate(), EVP_CIPHER_nid(cipher))).IsNothing()) { in GetCipherInfo()
504 if (EVP_CIPHER_nid(cipher) == NID_chacha20_poly1305) { in Init()
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Devp.rs89 pub unsafe fn EVP_CIPHER_nid(cipher: *const EVP_CIPHER) -> c_int { in EVP_CIPHER_nid() functions
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Devp.rs42 pub fn EVP_CIPHER_nid(cipher: *const EVP_CIPHER) -> c_int; in EVP_CIPHER_nid() functions
/third_party/openssl/ohos_lite/include/openssl/
H A Devp.h464 int EVP_CIPHER_nid(const EVP_CIPHER *cipher);
465 # define EVP_CIPHER_name(e) OBJ_nid2sn(EVP_CIPHER_nid(e))
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h580 # define EVP_CIPHER_nid EVP_CIPHER_get_nid macro
/third_party/openssl/include/openssl/
H A Devp.h578 # define EVP_CIPHER_nid EVP_CIPHER_get_nid macro

Completed in 26 milliseconds