Home
last modified time | relevance | path

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

/openssl-master/crypto/cmp/
A Dcmp_asn.c80 ASN1_ADB(OSSL_CMP_ITAV) = {
85 ASN1_SEQUENCE_OF_OPT(OSSL_CMP_ITAV,
122 } ASN1_ADB_END(OSSL_CMP_ITAV, 0, infoType, 0,
126 ASN1_SEQUENCE(OSSL_CMP_ITAV) = {
128 ASN1_ADB_OBJECT(OSSL_CMP_ITAV)
129 } ASN1_SEQUENCE_END(OSSL_CMP_ITAV)
130 IMPLEMENT_ASN1_FUNCTIONS(OSSL_CMP_ITAV)
131 IMPLEMENT_ASN1_DUP_FUNCTION(OSSL_CMP_ITAV)
135 OSSL_CMP_ITAV *itav;
374 OSSL_CMP_ITAV)
[all …]
A Dcmp_local.h96 STACK_OF(OSSL_CMP_ITAV) *geninfo_ITAVs;
119 STACK_OF(OSSL_CMP_ITAV) *genm_ITAVs; /* content of general message */
254 DECLARE_ASN1_FUNCTIONS(OSSL_CMP_ITAV)
494 STACK_OF(OSSL_CMP_ITAV) *generalInfo; /* 8 */
505 typedef STACK_OF(OSSL_CMP_ITAV) OSSL_CMP_GENMSGCONTENT;
507 typedef STACK_OF(OSSL_CMP_ITAV) OSSL_CMP_GENREPCONTENT;
814 OSSL_CMP_ITAV *itav);
816 const STACK_OF(OSSL_CMP_ITAV) *itavs);
877 int ossl_cmp_msg_gen_push0_ITAV(OSSL_CMP_MSG *msg, OSSL_CMP_ITAV *itav);
879 const STACK_OF(OSSL_CMP_ITAV) *itavs);
[all …]
A Dcmp_hdr.c189 OSSL_CMP_ITAV *itav) in ossl_cmp_hdr_generalInfo_push0_item()
197 const STACK_OF(OSSL_CMP_ITAV) *itavs) in ossl_cmp_hdr_generalInfo_push1_items()
200 OSSL_CMP_ITAV *itav; in ossl_cmp_hdr_generalInfo_push1_items()
220 OSSL_CMP_ITAV *itav; in ossl_cmp_hdr_set_implicitConfirm()
246 OSSL_CMP_ITAV *itav; in ossl_cmp_hdr_has_implicitConfirm()
A Dcmp_msg.c647 int ossl_cmp_msg_gen_push0_ITAV(OSSL_CMP_MSG *msg, OSSL_CMP_ITAV *itav) in ossl_cmp_msg_gen_push0_ITAV()
666 const STACK_OF(OSSL_CMP_ITAV) *itavs) in ossl_cmp_msg_gen_push1_ITAVs()
669 OSSL_CMP_ITAV *itav = NULL; in ossl_cmp_msg_gen_push1_ITAVs()
690 const STACK_OF(OSSL_CMP_ITAV) *itavs, in gen_new()
723 const STACK_OF(OSSL_CMP_ITAV) *itavs) in ossl_cmp_genp_new()
A Dcmp_client.c860 STACK_OF(OSSL_CMP_ITAV) *OSSL_CMP_exec_GENM_ses(OSSL_CMP_CTX *ctx) in STACK_OF() argument
864 STACK_OF(OSSL_CMP_ITAV) *rcvd_itavs = NULL; in STACK_OF()
A Dcmp_ctx.c556 int OSSL_CMP_CTX_push0_geninfo_ITAV(OSSL_CMP_CTX *ctx, OSSL_CMP_ITAV *itav) in OSSL_CMP_CTX_push0_geninfo_ITAV()
566 int OSSL_CMP_CTX_push0_genm_ITAV(OSSL_CMP_CTX *ctx, OSSL_CMP_ITAV *itav) in OSSL_CMP_CTX_push0_genm_ITAV()
/openssl-master/doc/man3/
A DOSSL_CMP_ITAV_set0.pod10 - OSSL_CMP_ITAV utility functions
15 OSSL_CMP_ITAV *OSSL_CMP_ITAV_create(ASN1_OBJECT *type, ASN1_TYPE *value);
16 void OSSL_CMP_ITAV_set0(OSSL_CMP_ITAV *itav, ASN1_OBJECT *type,
18 ASN1_OBJECT *OSSL_CMP_ITAV_get0_type(const OSSL_CMP_ITAV *itav);
19 ASN1_TYPE *OSSL_CMP_ITAV_get0_value(const OSSL_CMP_ITAV *itav);
21 int OSSL_CMP_ITAV_push0_stack_item(STACK_OF(OSSL_CMP_ITAV) **itav_sk_p,
22 OSSL_CMP_ITAV *itav);
32 OSSL_CMP_ITAV_create() creates a new B<OSSL_CMP_ITAV> structure and fills it in.
81 OSSL_CMP_ITAV *itav = OSSL_CMP_ITAV_create(type, val);
A DOSSL_CMP_SRV_CTX_new.pod50 STACK_OF(OSSL_CMP_ITAV) *in,
51 STACK_OF(OSSL_CMP_ITAV) **out);
A DOSSL_CMP_CTX_new.pod118 int OSSL_CMP_CTX_push0_geninfo_ITAV(OSSL_CMP_CTX *ctx, OSSL_CMP_ITAV *itav);
136 int OSSL_CMP_CTX_push0_genm_ITAV(OSSL_CMP_CTX *ctx, OSSL_CMP_ITAV *itav);
738 OSSL_CMP_ITAV *itav = OSSL_CMP_ITAV_new(type, NULL);
741 STACK_OF(OSSL_CMP_ITAV) *itavs;
A DOSSL_CMP_exec_certreq.pod36 STACK_OF(OSSL_CMP_ITAV) *OSSL_CMP_exec_GENM_ses(OSSL_CMP_CTX *ctx);
/openssl-master/include/openssl/
A Dcmp.h.in222 typedef struct ossl_cmp_itav_st OSSL_CMP_ITAV; typedef
223 DECLARE_ASN1_DUP_FUNCTION(OSSL_CMP_ITAV) argument
225 generate_stack_macros("OSSL_CMP_ITAV");
252 void OSSL_CMP_ITAV_set0(OSSL_CMP_ITAV *itav, ASN1_OBJECT *type,
254 ASN1_OBJECT *OSSL_CMP_ITAV_get0_type(const OSSL_CMP_ITAV *itav);
255 ASN1_TYPE *OSSL_CMP_ITAV_get0_value(const OSSL_CMP_ITAV *itav);
256 int OSSL_CMP_ITAV_push0_stack_item(STACK_OF(OSSL_CMP_ITAV) **itav_sk_p,
257 OSSL_CMP_ITAV *itav);
258 void OSSL_CMP_ITAV_free(OSSL_CMP_ITAV *itav);
418 STACK_OF(OSSL_CMP_ITAV) **out);
[all …]
/openssl-master/fuzz/
A Dcmp.c126 const STACK_OF(OSSL_CMP_ITAV) *in, in process_genm()
127 STACK_OF(OSSL_CMP_ITAV) **out) in process_genm()
/openssl-master/test/
A Dcmp_hdr_test.c297 OSSL_CMP_ITAV *itav = OSSL_CMP_ITAV_new(); in execute_HDR_generalInfo_push0_item_test()
326 OSSL_CMP_ITAV *itav, *pushed_itav; in execute_HDR_generalInfo_push1_items_test()
327 STACK_OF(OSSL_CMP_ITAV) *itavs = NULL, *ginfo; in execute_HDR_generalInfo_push1_items_test()
A Dcmp_client_test.c98 STACK_OF(OSSL_CMP_ITAV) *itavs = NULL; in execute_exec_GENM_ses_test()
A Dcmp_ctx_test.c753 DEFINE_PUSH_TEST(0, 0, geninfo_ITAVs, geninfo_ITAV, OSSL_CMP_ITAV) in DEFINE_SET_CB_TEST()
775 DEFINE_PUSH_TEST(0, 0, genm_ITAVs, genm_ITAV, OSSL_CMP_ITAV) in DEFINE_SET_CB_TEST()
A Dcmp_msg_test.c364 OSSL_CMP_ITAV *iv = NULL; in test_cmp_create_genm()
/openssl-master/doc/internal/man3/
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);
A Dossl_cmp_hdr_init.pod41 OSSL_CMP_ITAV *itav);
43 STACK_OF(OSSL_CMP_ITAV) *itavs);
/openssl-master/apps/lib/
A Dcmp_mock_srv.c295 const STACK_OF(OSSL_CMP_ITAV) *in, in process_genm()
296 STACK_OF(OSSL_CMP_ITAV) **out) in process_genm()
/openssl-master/apps/
A Dcmp.c1696 OSSL_CMP_ITAV *itav; in handle_opt_geninfo()
1968 static void print_itavs(STACK_OF(OSSL_CMP_ITAV) *itavs) in print_itavs()
1970 OSSL_CMP_ITAV *itav = NULL; in print_itavs()
2816 STACK_OF(OSSL_CMP_ITAV) *itavs; in cmp_main()
2819 OSSL_CMP_ITAV *itav = in cmp_main()

Completed in 37 milliseconds