Home
last modified time | relevance | path

Searched defs:req (Results 1 – 25 of 33) sorted by relevance

12

/openssl/crypto/x509/
H A Dx509_req.c63 EVP_PKEY *X509_REQ_get_pubkey(X509_REQ *req) in X509_REQ_get_pubkey()
70 EVP_PKEY *X509_REQ_get0_pubkey(const X509_REQ *req) in X509_REQ_get0_pubkey()
77 X509_PUBKEY *X509_REQ_get_X509_PUBKEY(X509_REQ *req) in X509_REQ_get_X509_PUBKEY()
152 int X509_REQ_add_extensions_nid(X509_REQ *req, in X509_REQ_add_extensions_nid()
177 int X509_REQ_get_attr_count(const X509_REQ *req) in X509_REQ_get_attr_count()
210 int X509_REQ_add1_attr_by_OBJ(X509_REQ *req, in X509_REQ_add1_attr_by_OBJ()
220 int X509_REQ_add1_attr_by_NID(X509_REQ *req, in X509_REQ_add1_attr_by_NID()
230 int X509_REQ_add1_attr_by_txt(X509_REQ *req, in X509_REQ_add1_attr_by_txt()
240 long X509_REQ_get_version(const X509_REQ *req) in X509_REQ_get_version()
245 X509_NAME *X509_REQ_get_subject_name(const X509_REQ *req) in X509_REQ_get_subject_name()
[all …]
H A Dx_req.c165 X509_REQ *req = NULL; in X509_REQ_new_ex() local
H A Dv3_conf.c379 X509_REQ *req) in X509V3_EXT_REQ_add_nconf()
457 void X509V3_set_ctx(X509V3_CTX *ctx, X509 *issuer, X509 *subj, X509_REQ *req, in X509V3_set_ctx()
583 const char *section, X509_REQ *req) in X509V3_EXT_REQ_add_conf()
H A Dx_all.c230 X509_REQ *d2i_X509_REQ_fp(FILE *fp, X509_REQ **req) in d2i_X509_REQ_fp()
235 int i2d_X509_REQ_fp(FILE *fp, const X509_REQ *req) in i2d_X509_REQ_fp()
241 X509_REQ *d2i_X509_REQ_bio(BIO *bp, X509_REQ **req) in d2i_X509_REQ_bio()
254 int i2d_X509_REQ_bio(BIO *bp, const X509_REQ *req) in i2d_X509_REQ_bio()
/openssl/crypto/ocsp/
H A Docsp_http.c16 const OCSP_REQUEST *req, int buf_size) in OCSP_sendreq_new()
51 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req) in OCSP_sendreq_bio()
H A Docsp_cl.c30 OCSP_ONEREQ *OCSP_request_add0_id(OCSP_REQUEST *req, OCSP_CERTID *cid) in OCSP_request_add0_id()
47 int OCSP_request_set1_name(OCSP_REQUEST *req, const X509_NAME *nm) in OCSP_request_set1_name()
64 int OCSP_request_add1_cert(OCSP_REQUEST *req, X509 *cert) in OCSP_request_add1_cert()
80 int OCSP_request_sign(OCSP_REQUEST *req, in OCSP_request_sign()
H A Docsp_srv.c23 int OCSP_request_onereq_count(OCSP_REQUEST *req) in OCSP_request_onereq_count()
28 OCSP_ONEREQ *OCSP_request_onereq_get0(OCSP_REQUEST *req, int i) in OCSP_request_onereq_get0()
55 int OCSP_request_is_signed(OCSP_REQUEST *req) in OCSP_request_is_signed()
H A Docsp_vfy.c76 static int ocsp_verify(OCSP_REQUEST *req, OCSP_BASICRESP *bs, in ocsp_verify()
385 int OCSP_request_verify(OCSP_REQUEST *req, STACK_OF(X509) *certs, in OCSP_request_verify()
421 static int ocsp_req_find_signer(X509 **psigner, OCSP_REQUEST *req, in ocsp_req_find_signer()
H A Docsp_ext.c282 int OCSP_request_add1_nonce(OCSP_REQUEST *req, unsigned char *val, int len) in OCSP_request_add1_nonce()
309 int OCSP_check_nonce(OCSP_REQUEST *req, OCSP_BASICRESP *bs) in OCSP_check_nonce()
347 int OCSP_copy_nonce(OCSP_BASICRESP *resp, OCSP_REQUEST *req) in OCSP_copy_nonce()
/openssl/crypto/cmp/
H A Dcmp_server.c156 const OSSL_CMP_MSG *req) in process_cert_request()
243 const OSSL_CMP_MSG *req) in process_rr()
291 const OSSL_CMP_MSG *req) in process_genm()
308 const OSSL_CMP_MSG *req) in process_error()
325 const OSSL_CMP_MSG *req) in process_certConf()
379 const OSSL_CMP_MSG *req) in process_pollReq()
419 const OSSL_CMP_MSG *req, in unprotected_exception()
443 const OSSL_CMP_MSG *req) in OSSL_CMP_SRV_process_request()
627 const OSSL_CMP_MSG *req) in OSSL_CMP_CTX_server_perform()
H A Dcmp_http.c50 const OSSL_CMP_MSG *req) in OSSL_CMP_MSG_http_perform()
H A Dcmp_client.c128 static int send_receive_check(OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *req, in send_receive_check()
643 OSSL_CMP_MSG *req; in initial_certreq() local
/openssl/test/certs/
H A Dmkcert.sh67 req() { function
/openssl/apps/
H A Docsp.c225 OCSP_REQUEST *req = NULL; in ocsp_main() local
905 static int add_ocsp_cert(OCSP_REQUEST **req, X509 *cert, in add_ocsp_cert()
931 static int add_ocsp_serial(OCSP_REQUEST **req, char *serial, in add_ocsp_serial()
968 static int print_ocsp_summary(BIO *out, OCSP_BASICRESP *bs, OCSP_REQUEST *req, in print_ocsp_summary()
1030 static void make_ocsp_response(BIO *err, OCSP_RESPONSE **resp, OCSP_REQUEST *req, in make_ocsp_response()
1233 OCSP_RESPONSE *process_responder(OCSP_REQUEST *req, const char *host, in process_responder()
H A Dreq.c241 X509_REQ *req = NULL; in req_main() local
1058 static int make_REQ(X509_REQ *req, EVP_PKEY *pkey, X509_NAME *fsubj, in make_REQ()
1116 static int prompt_info(X509_REQ *req, in prompt_info()
1283 static int auto_info(X509_REQ *req, STACK_OF(CONF_VALUE) *dn_sk, in auto_info()
1370 static int add_attribute_object(X509_REQ *req, char *text, const char *def, in add_attribute_object()
H A Dca.c295 int ret = 1, email_dn = 1, req = 0, verbose = 0, gencrl = 0, dorevoke = 0; in ca_main() local
1373 X509_REQ *req = NULL; in certify() local
1480 int batch, int verbose, X509_REQ *req, const char *ext_sect, in do_body()
1997 X509_REQ *req = NULL; in certify_spkac() local
H A Dx509.c200 X509_REQ *req = X509_to_X509_REQ(cert, NULL, NULL); in x509_to_req() local
271 X509_REQ *req = NULL, *rq = NULL; in x509_main() local
/openssl/crypto/ts/
H A Dts_verify_ctx.c101 TS_VERIFY_CTX *TS_REQ_to_TS_VERIFY_CTX(TS_REQ *req, TS_VERIFY_CTX *ctx) in TS_REQ_to_TS_VERIFY_CTX()
/openssl/crypto/http/
H A Dhttp_client.c57 BIO *req; /* BIO holding the request provided by caller */ member
267 const char *content_type, BIO *req) in set1_content()
331 const ASN1_ITEM *it, const ASN1_VALUE *req) in OSSL_HTTP_REQ_CTX_set1_req()
1037 const char *content_type, BIO *req, in OSSL_HTTP_set1_request()
1234 const char *content_type, BIO *req, in OSSL_HTTP_transfer()
/openssl/test/
H A Dcmp_server_test.c18 OSSL_CMP_MSG *req; member
H A Dhttp_test.c41 const char *req, *path; in mock_http_server() local
128 BIO *req, *rsp; in test_http_method() local
H A Dcmp_client_test.c220 X509_REQ *req = NULL; in test_exec_P10CR_ses() local
/openssl/include/openssl/
H A Docsp.h.in187 # define OCSP_REQ_CTX_i2d(r, it, req) \ argument
189 # define OCSP_REQ_CTX_set1_req(r, req) \ argument
/openssl/fuzz/
H A Dcmp.c31 static OSSL_CMP_MSG *transfer_cb(OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *req) in transfer_cb()
/openssl/apps/lib/
H A Dhttp_server.c302 ASN1_VALUE *req; in http_server_get_asn1_req() local

Completed in 100 milliseconds

12