Searched refs:cipher_nid (Results 1 – 9 of 9) sorted by relevance
/third_party/openssl/crypto/evp/ |
D | evp_pbe.c | 27 int cipher_nid; member 97 int ret = 0, cipher_nid, md_nid; in EVP_PBE_CipherInit_ex() local 102 &cipher_nid, &md_nid, &keygen, &keygen_ex)) { in EVP_PBE_CipherInit_ex() 119 if (cipher_nid != -1) { in EVP_PBE_CipherInit_ex() 121 cipher = cipher_fetch = EVP_CIPHER_fetch(libctx, OBJ_nid2sn(cipher_nid), propq); in EVP_PBE_CipherInit_ex() 124 cipher = EVP_get_cipherbynid(cipher_nid); in EVP_PBE_CipherInit_ex() 128 OBJ_nid2sn(cipher_nid)); in EVP_PBE_CipherInit_ex() 192 int EVP_PBE_alg_add_type(int pbe_type, int pbe_nid, int cipher_nid, in EVP_PBE_alg_add_type() argument 208 pbe_tmp->cipher_nid = cipher_nid; in EVP_PBE_alg_add_type() 226 int cipher_nid, md_nid; in EVP_PBE_alg_add() local [all …]
|
/third_party/openssl/doc/man3/ |
D | EVP_PBE_CipherInit.pod | 24 int EVP_PBE_alg_add_type(int pbe_type, int pbe_nid, int cipher_nid,
|
/third_party/openssl/test/ |
D | evp_extra_test2.c | 1067 int cipher_nid = 0, md_nid = 0; in test_evp_pbe_alg_add() local 1076 &cipher_nid, &md_nid, &keygen, &keygen_ex))) in test_evp_pbe_alg_add()
|
/third_party/openssl/ssl/ |
D | ssl_ciph.c | 2189 int cipher_nid = SSL_CIPHER_get_cipher_nid(c); in ssl_cipher_get_overhead() local 2190 const EVP_CIPHER *e_ciph = EVP_get_cipherbynid(cipher_nid); in ssl_cipher_get_overhead()
|
/third_party/openssl/ssl/statem/ |
D | statem_clnt.c | 3168 int cipher_nid = ossl_gost18_cke_cipher_nid(s); in tls_construct_cke_gost18() local 3170 if (cipher_nid == NID_undef) { in tls_construct_cke_gost18() 3222 EVP_PKEY_CTRL_CIPHER, cipher_nid, NULL) <= 0) { in tls_construct_cke_gost18()
|
D | statem_srvr.c | 3214 int cipher_nid = ossl_gost18_cke_cipher_nid(s); in tls_process_cke_gost18() local 3216 if (cipher_nid == NID_undef) { in tls_process_cke_gost18() 3253 EVP_PKEY_CTRL_CIPHER, cipher_nid, NULL) <= 0) { in tls_process_cke_gost18()
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | evp.h | 1122 int EVP_PBE_alg_add_type(int pbe_type, int pbe_nid, int cipher_nid,
|
/third_party/openssl/include/openssl/ |
D | evp.h | 1533 int EVP_PBE_alg_add_type(int pbe_type, int pbe_nid, int cipher_nid,
|
/third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
D | mod.rs | 2038 pub fn cipher_nid(&self) -> Option<Nid> { in cipher_nid() method
|