Home
last modified time | relevance | path

Searched refs:cipher_nid (Results 1 – 7 of 7) sorted by relevance

/openssl/crypto/evp/
H A Devp_pbe.c27 int cipher_nid; member
104 int ret = 0, cipher_nid, md_nid; in EVP_PBE_CipherInit_ex() local
126 if (cipher_nid != -1) { in EVP_PBE_CipherInit_ex()
131 cipher = EVP_get_cipherbynid(cipher_nid); in EVP_PBE_CipherInit_ex()
135 OBJ_nid2sn(cipher_nid)); in EVP_PBE_CipherInit_ex()
217 pbe_tmp->cipher_nid = cipher_nid; in EVP_PBE_alg_add_type()
235 int cipher_nid, md_nid; in EVP_PBE_alg_add() local
238 cipher_nid = EVP_CIPHER_get_nid(cipher); in EVP_PBE_alg_add()
240 cipher_nid = -1; in EVP_PBE_alg_add()
247 cipher_nid, md_nid, keygen); in EVP_PBE_alg_add()
[all …]
/openssl/doc/man3/
H A DEVP_PBE_CipherInit.pod24 int EVP_PBE_alg_add_type(int pbe_type, int pbe_nid, int cipher_nid,
/openssl/test/
H A Devp_extra_test2.c1399 int cipher_nid = 0, md_nid = 0; in test_evp_pbe_alg_add() local
1408 &cipher_nid, &md_nid, &keygen, &keygen_ex))) in test_evp_pbe_alg_add()
/openssl/ssl/
H A Dssl_ciph.c2190 int cipher_nid = SSL_CIPHER_get_cipher_nid(c); in ssl_cipher_get_overhead() local
2191 const EVP_CIPHER *e_ciph = EVP_get_cipherbynid(cipher_nid); in ssl_cipher_get_overhead()
/openssl/ssl/statem/
H A Dstatem_clnt.c3414 int cipher_nid = ossl_gost18_cke_cipher_nid(s); in tls_construct_cke_gost18() local
3417 if (cipher_nid == NID_undef) { in tls_construct_cke_gost18()
3468 EVP_PKEY_CTRL_CIPHER, cipher_nid, NULL) <= 0) { in tls_construct_cke_gost18()
H A Dstatem_srvr.c3315 int cipher_nid = ossl_gost18_cke_cipher_nid(s); in tls_process_cke_gost18() local
3318 if (cipher_nid == NID_undef) { in tls_process_cke_gost18()
3355 EVP_PKEY_CTRL_CIPHER, cipher_nid, NULL) <= 0) { in tls_process_cke_gost18()
/openssl/include/openssl/
H A Devp.h1551 int EVP_PBE_alg_add_type(int pbe_type, int pbe_nid, int cipher_nid,

Completed in 48 milliseconds