Home
last modified time | relevance | path

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

/freebsd/crypto/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
109 &cipher_nid, &md_nid, &keygen, &keygen_ex)) { in EVP_PBE_CipherInit_ex()
126 if (cipher_nid != -1) { in EVP_PBE_CipherInit_ex()
128 cipher = cipher_fetch = EVP_CIPHER_fetch(libctx, OBJ_nid2sn(cipher_nid), propq); 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()
199 int EVP_PBE_alg_add_type(int pbe_type, int pbe_nid, int cipher_nid, in EVP_PBE_alg_add_type() argument
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
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DEVP_PBE_CipherInit.pod24 int EVP_PBE_alg_add_type(int pbe_type, int pbe_nid, int cipher_nid,
/freebsd/crypto/openssl/test/
H A Devp_extra_test2.c1613 int cipher_nid = 0, md_nid = 0; in test_evp_pbe_alg_add() local
1622 &cipher_nid, &md_nid, &keygen, &keygen_ex))) in test_evp_pbe_alg_add()
/freebsd/crypto/openssl/ssl/
H A Dssl_ciph.c2182 int cipher_nid = SSL_CIPHER_get_cipher_nid(c); in ssl_cipher_get_overhead() local
2183 const EVP_CIPHER *e_ciph = EVP_get_cipherbynid(cipher_nid); in ssl_cipher_get_overhead()
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_srvr.c3367 int cipher_nid = ossl_gost18_cke_cipher_nid(s); in tls_process_cke_gost18() local
3370 if (cipher_nid == NID_undef) { in tls_process_cke_gost18()
3406 EVP_PKEY_CTRL_CIPHER, cipher_nid, NULL) in tls_process_cke_gost18()
H A Dstatem_clnt.c3467 int cipher_nid = ossl_gost18_cke_cipher_nid(s); in tls_construct_cke_gost18() local
3470 if (cipher_nid == NID_undef) { in tls_construct_cke_gost18()
3522 EVP_PKEY_CTRL_CIPHER, cipher_nid, NULL) in tls_construct_cke_gost18()
/freebsd/crypto/openssl/include/openssl/
H A Devp.h1582 int EVP_PBE_alg_add_type(int pbe_type, int pbe_nid, int cipher_nid,