/openssl-master/crypto/cmp/ |
A D | cmp_asn.c | 80 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 D | cmp_local.h | 96 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 D | cmp_hdr.c | 189 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 D | cmp_msg.c | 647 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 D | cmp_client.c | 860 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 D | cmp_ctx.c | 556 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 D | OSSL_CMP_ITAV_set0.pod | 10 - 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 D | OSSL_CMP_SRV_CTX_new.pod | 50 STACK_OF(OSSL_CMP_ITAV) *in, 51 STACK_OF(OSSL_CMP_ITAV) **out);
|
A D | OSSL_CMP_CTX_new.pod | 118 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 D | OSSL_CMP_exec_certreq.pod | 36 STACK_OF(OSSL_CMP_ITAV) *OSSL_CMP_exec_GENM_ses(OSSL_CMP_CTX *ctx);
|
/openssl-master/include/openssl/ |
A D | cmp.h.in | 222 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 D | cmp.c | 126 const STACK_OF(OSSL_CMP_ITAV) *in, in process_genm() 127 STACK_OF(OSSL_CMP_ITAV) **out) in process_genm()
|
/openssl-master/test/ |
A D | cmp_hdr_test.c | 297 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 D | cmp_client_test.c | 98 STACK_OF(OSSL_CMP_ITAV) *itavs = NULL; in execute_exec_GENM_ses_test()
|
A D | cmp_ctx_test.c | 753 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 D | cmp_msg_test.c | 364 OSSL_CMP_ITAV *iv = NULL; in test_cmp_create_genm()
|
/openssl-master/doc/internal/man3/ |
A D | ossl_cmp_msg_create.pod | 76 int ossl_cmp_msg_gen_ITAV_push0(OSSL_CMP_MSG *msg, OSSL_CMP_ITAV *itav); 78 STACK_OF(OSSL_CMP_ITAV) *itavs);
|
A D | ossl_cmp_hdr_init.pod | 41 OSSL_CMP_ITAV *itav); 43 STACK_OF(OSSL_CMP_ITAV) *itavs);
|
/openssl-master/apps/lib/ |
A D | cmp_mock_srv.c | 295 const STACK_OF(OSSL_CMP_ITAV) *in, in process_genm() 296 STACK_OF(OSSL_CMP_ITAV) **out) in process_genm()
|
/openssl-master/apps/ |
A D | cmp.c | 1696 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()
|