Searched refs:cipher_nid (Results 1 – 7 of 7) sorted by relevance
| /freebsd/crypto/openssl/crypto/evp/ |
| H A D | evp_pbe.c | 27 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 D | EVP_PBE_CipherInit.pod | 24 int EVP_PBE_alg_add_type(int pbe_type, int pbe_nid, int cipher_nid,
|
| /freebsd/crypto/openssl/test/ |
| H A D | evp_extra_test2.c | 1613 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 D | ssl_ciph.c | 2182 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 D | statem_srvr.c | 3367 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 D | statem_clnt.c | 3467 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 D | evp.h | 1582 int EVP_PBE_alg_add_type(int pbe_type, int pbe_nid, int cipher_nid,
|