Home
last modified time | relevance | path

Searched defs:cipher_nid (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/crypto/evp/
Devp_pbe.c27 int cipher_nid; member
97 int ret = 0, cipher_nid, md_nid; in EVP_PBE_CipherInit_ex() local
192 int EVP_PBE_alg_add_type(int pbe_type, int pbe_nid, int cipher_nid, in EVP_PBE_alg_add_type()
226 int cipher_nid, md_nid; in EVP_PBE_alg_add() local
/third_party/openssl/test/
Devp_extra_test2.c1067 int cipher_nid = 0, md_nid = 0; in test_evp_pbe_alg_add() local
/third_party/openssl/ssl/statem/
Dstatem_clnt.c3168 int cipher_nid = ossl_gost18_cke_cipher_nid(s); in tls_construct_cke_gost18() local
Dstatem_srvr.c3214 int cipher_nid = ossl_gost18_cke_cipher_nid(s); in tls_process_cke_gost18() local
/third_party/openssl/ssl/
Dssl_ciph.c2189 int cipher_nid = SSL_CIPHER_get_cipher_nid(c); in ssl_cipher_get_overhead() local
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs2038 pub fn cipher_nid(&self) -> Option<Nid> { in cipher_nid() method