Home
last modified time | relevance | path

Searched refs:OSSL_CMP_ITAV (Results 1 – 23 of 23) sorted by relevance

/openssl/crypto/cmp/
H A Dcmp_asn.c72 ASN1_ADB(OSSL_CMP_ITAV) = {
135 ASN1_SEQUENCE(OSSL_CMP_ITAV) = {
179 OSSL_CMP_ITAV *itav;
235 OSSL_CMP_ITAV
238 OSSL_CMP_ITAV *itav; in OSSL_CMP_ITAV_new0_certProfile()
325 OSSL_CMP_ITAV *itav; in OSSL_CMP_ITAV_new_rootCaKeyUpdate()
378 OSSL_CMP_ITAV
382 OSSL_CMP_ITAV *itav; in OSSL_CMP_ITAV_new0_certReqTemplate()
592 OSSL_CMP_ITAV
595 OSSL_CMP_ITAV *itav; in OSSL_CMP_ITAV_new0_crlStatusList()
[all …]
H A Dcmp_hdr.c75 STACK_OF(OSSL_CMP_ITAV) in STACK_OF() argument
171 OSSL_CMP_ITAV *itav) in ossl_cmp_hdr_generalInfo_push0_item()
179 const STACK_OF(OSSL_CMP_ITAV) *itavs) in ossl_cmp_hdr_generalInfo_push1_items()
182 OSSL_CMP_ITAV *itav; in ossl_cmp_hdr_generalInfo_push1_items()
202 OSSL_CMP_ITAV *itav; in ossl_cmp_hdr_set_implicitConfirm()
228 OSSL_CMP_ITAV *itav; in ossl_cmp_hdr_has_implicitConfirm()
H A Dcmp_local.h101 STACK_OF(OSSL_CMP_ITAV) *geninfo_ITAVs;
125 STACK_OF(OSSL_CMP_ITAV) *genm_ITAVs; /* content of general message */
308 DECLARE_ASN1_FUNCTIONS(OSSL_CMP_ITAV)
550 STACK_OF(OSSL_CMP_ITAV) *generalInfo; /* 8 */
561 typedef STACK_OF(OSSL_CMP_ITAV) OSSL_CMP_GENMSGCONTENT;
563 typedef STACK_OF(OSSL_CMP_ITAV) OSSL_CMP_GENREPCONTENT;
900 OSSL_CMP_ITAV *itav);
902 const STACK_OF(OSSL_CMP_ITAV) *itavs);
965 int ossl_cmp_msg_gen_push0_ITAV(OSSL_CMP_MSG *msg, OSSL_CMP_ITAV *itav);
967 const STACK_OF(OSSL_CMP_ITAV) *itavs);
[all …]
H A Dcmp_genm.c75 static OSSL_CMP_ITAV *get_genm_itav(OSSL_CMP_CTX *ctx, in get_genm_itav()
76 OSSL_CMP_ITAV *req, /* gets consumed */ in get_genm_itav()
79 STACK_OF(OSSL_CMP_ITAV) *itavs = NULL; in get_genm_itav()
115 OSSL_CMP_ITAV *itav = sk_OSSL_CMP_ITAV_shift(itavs); in get_genm_itav()
143 OSSL_CMP_ITAV *req, *itav; in OSSL_CMP_get1_caCerts()
292 OSSL_CMP_ITAV *req, *itav; in OSSL_CMP_get1_rootCaKeyUpdate()
356 OSSL_CMP_ITAV *req = NULL, *itav = NULL; in OSSL_CMP_get1_crlUpdate()
414 OSSL_CMP_ITAV *req, *itav = NULL; in OSSL_CMP_get1_certReqTemplate()
H A Dcmp_msg.c646 int ossl_cmp_msg_gen_push0_ITAV(OSSL_CMP_MSG *msg, OSSL_CMP_ITAV *itav) in ossl_cmp_msg_gen_push0_ITAV()
665 const STACK_OF(OSSL_CMP_ITAV) *itavs) in ossl_cmp_msg_gen_push1_ITAVs()
668 OSSL_CMP_ITAV *itav = NULL; in ossl_cmp_msg_gen_push1_ITAVs()
689 const STACK_OF(OSSL_CMP_ITAV) *itavs, in gen_new()
721 const STACK_OF(OSSL_CMP_ITAV) *itavs) in ossl_cmp_genp_new()
H A Dcmp_ctx.c519 int OSSL_CMP_CTX_push0_geninfo_ITAV(OSSL_CMP_CTX *ctx, OSSL_CMP_ITAV *itav) in OSSL_CMP_CTX_push0_geninfo_ITAV()
539 DEFINE_OSSL_CMP_CTX_get0(geninfo_ITAVs, STACK_OF(OSSL_CMP_ITAV)) in DEFINE_OSSL_CMP_CTX_get0() argument
542 int OSSL_CMP_CTX_push0_genm_ITAV(OSSL_CMP_CTX *ctx, OSSL_CMP_ITAV *itav) in DEFINE_OSSL_CMP_CTX_get0()
H A Dcmp_client.c1023 STACK_OF(OSSL_CMP_ITAV) *OSSL_CMP_exec_GENM_ses(OSSL_CMP_CTX *ctx) in STACK_OF() argument
1027 STACK_OF(OSSL_CMP_ITAV) *itavs = NULL; in STACK_OF()
/openssl/doc/man3/
H A DOSSL_CMP_ITAV_set0.pod12 - OSSL_CMP_ITAV utility functions
18 OSSL_CMP_ITAV *OSSL_CMP_ITAV_create(ASN1_OBJECT *type, ASN1_TYPE *value);
19 void OSSL_CMP_ITAV_set0(OSSL_CMP_ITAV *itav, ASN1_OBJECT *type,
21 ASN1_OBJECT *OSSL_CMP_ITAV_get0_type(const OSSL_CMP_ITAV *itav);
22 ASN1_TYPE *OSSL_CMP_ITAV_get0_value(const OSSL_CMP_ITAV *itav);
23 int OSSL_CMP_ITAV_push0_stack_item(STACK_OF(OSSL_CMP_ITAV) **itav_sk_p,
24 OSSL_CMP_ITAV *itav);
25 OSSL_CMP_ITAV
27 int OSSL_CMP_ITAV_get0_certProfile(const OSSL_CMP_ITAV *itav,
66 OIDs to use as types in B<OSSL_CMP_ITAV> can be found at
[all …]
H A DOSSL_CMP_ITAV_new_caCerts.pod26 OSSL_CMP_ITAV *OSSL_CMP_ITAV_new_caCerts(const STACK_OF(X509) *caCerts);
29 OSSL_CMP_ITAV *OSSL_CMP_ITAV_new_rootCaCert(const X509 *rootCaCert);
30 int OSSL_CMP_ITAV_get0_rootCaCert(const OSSL_CMP_ITAV *itav, X509 **out);
31 OSSL_CMP_ITAV *OSSL_CMP_ITAV_new_rootCaKeyUpdate(const X509 *newWithNew,
34 int OSSL_CMP_ITAV_get0_rootCaKeyUpdate(const OSSL_CMP_ITAV *itav,
47 OSSL_CMP_ITAV
49 int OSSL_CMP_ITAV_get0_crlStatusList(const OSSL_CMP_ITAV *itav,
51 OSSL_CMP_ITAV *OSSL_CMP_ITAV_new_crls(const X509_CRL *crl);
53 OSSL_CMP_ITAV
56 int OSSL_CMP_ITAV_get1_certReqTemplate(const OSSL_CMP_ITAV *itav,
[all …]
H A DOSSL_CMP_HDR_get0_transactionID.pod18 STACK_OF(OSSL_CMP_ITAV)
H A DOSSL_CMP_SRV_CTX_new.pod53 STACK_OF(OSSL_CMP_ITAV) *in,
54 STACK_OF(OSSL_CMP_ITAV) **out);
H A DOSSL_CMP_CTX_new.pod129 int OSSL_CMP_CTX_push0_geninfo_ITAV(OSSL_CMP_CTX *ctx, OSSL_CMP_ITAV *itav);
131 STACK_OF(OSSL_CMP_ITAV)
151 int OSSL_CMP_CTX_push0_genm_ITAV(OSSL_CMP_CTX *ctx, OSSL_CMP_ITAV *itav);
841 OSSL_CMP_ITAV *itav = OSSL_CMP_ITAV_create(type, NULL);
844 STACK_OF(OSSL_CMP_ITAV) *itavs;
H A DOSSL_CMP_exec_certreq.pod41 STACK_OF(OSSL_CMP_ITAV) *OSSL_CMP_exec_GENM_ses(OSSL_CMP_CTX *ctx);
/openssl/include/openssl/
H A Dcmp.h.in226 typedef struct ossl_cmp_itav_st OSSL_CMP_ITAV; typedef
227 DECLARE_ASN1_DUP_FUNCTION(OSSL_CMP_ITAV) argument
229 generate_stack_macros("OSSL_CMP_ITAV");
277 OSSL_CMP_ITAV *itav);
278 void OSSL_CMP_ITAV_free(OSSL_CMP_ITAV *itav);
282 int OSSL_CMP_ITAV_get0_certProfile(const OSSL_CMP_ITAV *itav,
306 OSSL_CMP_ITAV
310 OSSL_CMP_ITAV *OSSL_CMP_ITAV_new_crls(const X509_CRL *crls);
312 OSSL_CMP_ITAV
408 STACK_OF(OSSL_CMP_ITAV)
[all …]
/openssl/apps/lib/
H A Dcmp_mock_srv.c306 STACK_OF(OSSL_CMP_ITAV) *itavs = in process_cert_request()
311 OSSL_CMP_ITAV *itav = sk_OSSL_CMP_ITAV_value(itavs, i); in process_cert_request()
450 static OSSL_CMP_ITAV *process_genm_itav(mock_srv_ctx *ctx, int req_nid, in process_genm_itav()
451 const OSSL_CMP_ITAV *req) in process_genm_itav()
453 OSSL_CMP_ITAV *rsp = NULL; in process_genm_itav()
542 const STACK_OF(OSSL_CMP_ITAV) *in, in process_genm()
543 STACK_OF(OSSL_CMP_ITAV) **out) in process_genm()
558 OSSL_CMP_ITAV *req = sk_OSSL_CMP_ITAV_value(in, 0), *rsp; in process_genm()
/openssl/fuzz/
H A Dcmp.c126 const STACK_OF(OSSL_CMP_ITAV) *in, in process_genm()
127 STACK_OF(OSSL_CMP_ITAV) **out) in process_genm()
/openssl/test/
H A Dcmp_hdr_test.c312 OSSL_CMP_ITAV *itav = OSSL_CMP_ITAV_new(); in execute_HDR_generalInfo_push0_item_test()
341 OSSL_CMP_ITAV *itav, *pushed_itav; in execute_HDR_generalInfo_push1_items_test()
342 STACK_OF(OSSL_CMP_ITAV) *itavs = NULL, *ginfo; in execute_HDR_generalInfo_push1_items_test()
H A Dcmp_client_test.c105 OSSL_CMP_ITAV *itav = OSSL_CMP_ITAV_create(type, NULL); in execute_exec_GENM_ses_test_single()
106 STACK_OF(OSSL_CMP_ITAV) *itavs; in execute_exec_GENM_ses_test_single()
H A Dcmp_ctx_test.c775 DEFINE_PUSH_TEST(0, 0, geninfo_ITAVs, geninfo_ITAV, OSSL_CMP_ITAV) in DEFINE_SET_CB_TEST()
797 DEFINE_PUSH_TEST(0, 0, genm_ITAVs, genm_ITAV, OSSL_CMP_ITAV) in DEFINE_SET_CB_TEST()
H A Dcmp_msg_test.c364 OSSL_CMP_ITAV *iv = NULL; in test_cmp_create_genm()
/openssl/doc/internal/man3/
H A Dossl_cmp_msg_create.pod76 int ossl_cmp_msg_gen_ITAV_push0(OSSL_CMP_MSG *msg, OSSL_CMP_ITAV *itav);
78 STACK_OF(OSSL_CMP_ITAV) *itavs);
H A Dossl_cmp_hdr_init.pod41 OSSL_CMP_ITAV *itav);
43 STACK_OF(OSSL_CMP_ITAV) *itavs);
/openssl/apps/
H A Dcmp.c1962 OSSL_CMP_ITAV *itav = NULL; in add_certProfile()
1998 OSSL_CMP_ITAV *itav; in handle_opt_geninfo()
2494 static int print_itavs(const STACK_OF(OSSL_CMP_ITAV) *itavs) in print_itavs()
2505 OSSL_CMP_ITAV *itav = sk_OSSL_CMP_ITAV_value(itavs, i - 1); in print_itavs()
3482 OSSL_CMP_ITAV *req; in do_genm()
3483 STACK_OF(OSSL_CMP_ITAV) *itavs; in do_genm()

Completed in 75 milliseconds