Home
last modified time | relevance | path

Searched refs:EVP_CIPHER_nid (Results 1 – 11 of 11) sorted by relevance

/third_party/openssl/test/
Dpbetest.c74 if (!TEST_true(PKCS5_pbe_set0_algor(algor, EVP_CIPHER_nid(cipher), pbe_iter, in test_pkcs5_pbe()
/third_party/rust/crates/rust-openssl/openssl/src/
Dcipher.rs453 #[corresponds(EVP_CIPHER_nid)]
455 let nid = unsafe { ffi::EVP_CIPHER_nid(self.as_ptr()) }; in nid()
Dsymm.rs96 let nid = unsafe { ffi::EVP_CIPHER_nid(self.0) }; in nid()
/third_party/rust/crates/rust-openssl/openssl-sys/src/
Devp.rs82 pub unsafe fn EVP_CIPHER_nid(cipher: *const EVP_CIPHER) -> c_int {
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Devp.rs42 pub fn EVP_CIPHER_nid(cipher: *const EVP_CIPHER) -> c_int;
/third_party/openssl/util/
Dother.syms653 EVP_CIPHER_nid define
/third_party/rust/crates/rust-openssl/openssl-sys/
DCHANGELOG.md234 * Added `EVP_CIPHER_nid`.
/third_party/openssl/ohos_lite/include/openssl/
Devp.h464 int EVP_CIPHER_nid(const EVP_CIPHER *cipher);
465 # define EVP_CIPHER_name(e) OBJ_nid2sn(EVP_CIPHER_nid(e))
/third_party/openssl/doc/man3/
DEVP_EncryptInit.pod80 EVP_CIPHER_nid,
214 #define EVP_CIPHER_nid EVP_CIPHER_get_nid
1697 The EVP_CIPHER_nid(), EVP_CIPHER_name(), EVP_CIPHER_block_size(),
/third_party/openssl/include/openssl/
Devp.h578 # define EVP_CIPHER_nid EVP_CIPHER_get_nid macro
/third_party/node/src/
Dnode_crypto.cc2589 return EVP_CIPHER_nid(cipher) == NID_chacha20_poly1305 || in IsSupportedAuthenticatedMode()
3727 if (EVP_CIPHER_nid(cipher) == NID_chacha20_poly1305) { in InitIv()