Searched defs:cipher_nid (Results 1 – 6 of 6) sorted by relevance
27 int cipher_nid; member97 int ret = 0, cipher_nid, md_nid; in EVP_PBE_CipherInit_ex() local192 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
1067 int cipher_nid = 0, md_nid = 0; in test_evp_pbe_alg_add() local
3168 int cipher_nid = ossl_gost18_cke_cipher_nid(s); in tls_construct_cke_gost18() local
3214 int cipher_nid = ossl_gost18_cke_cipher_nid(s); in tls_process_cke_gost18() local
2189 int cipher_nid = SSL_CIPHER_get_cipher_nid(c); in ssl_cipher_get_overhead() local
2038 pub fn cipher_nid(&self) -> Option<Nid> { in cipher_nid() method