/freebsd/crypto/openssl/crypto/cmp/ |
H A D | cmp_asn.c | 76 ASN1_ADB_TEMPLATE(infotypeandvalue_default) = ASN1_OPT(OSSL_CMP_ITAV, 80 ASN1_ADB(OSSL_CMP_ITAV) = { 82 ADB_ENTRY(NID_id_it_caProtEncCert, ASN1_OPT(OSSL_CMP_ITAV, 85 ASN1_SEQUENCE_OF_OPT(OSSL_CMP_ITAV, 88 ASN1_SEQUENCE_OF_OPT(OSSL_CMP_ITAV, 91 ASN1_OPT(OSSL_CMP_ITAV, infoValue.preferredSymmAlg, 94 ASN1_OPT(OSSL_CMP_ITAV, infoValue.caKeyUpdateInfo, 97 ASN1_OPT(OSSL_CMP_ITAV, infoValue.currentCRL, X509_CRL)), 99 ASN1_SEQUENCE_OF_OPT(OSSL_CMP_ITAV, 102 ASN1_OPT(OSSL_CMP_ITAV, infoValue.keyPairParamReq, [all …]
|
H 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; 815 OSSL_CMP_ITAV *itav); 817 const STACK_OF(OSSL_CMP_ITAV) *itavs); 880 int ossl_cmp_msg_gen_push0_ITAV(OSSL_CMP_MSG *msg, OSSL_CMP_ITAV *itav); 882 const STACK_OF(OSSL_CMP_ITAV) *itavs); [all …]
|
H 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()
|
H A D | cmp_msg.c | 637 int ossl_cmp_msg_gen_push0_ITAV(OSSL_CMP_MSG *msg, OSSL_CMP_ITAV *itav) in ossl_cmp_msg_gen_push0_ITAV() 656 const STACK_OF(OSSL_CMP_ITAV) *itavs) in ossl_cmp_msg_gen_push1_ITAVs() 659 OSSL_CMP_ITAV *itav = NULL; in ossl_cmp_msg_gen_push1_ITAVs() 680 const STACK_OF(OSSL_CMP_ITAV) *itavs, in gen_new() 712 const STACK_OF(OSSL_CMP_ITAV) *itavs) in ossl_cmp_genp_new()
|
H A D | cmp_client.c | 890 STACK_OF(OSSL_CMP_ITAV) *OSSL_CMP_exec_GENM_ses(OSSL_CMP_CTX *ctx) in STACK_OF() argument 894 STACK_OF(OSSL_CMP_ITAV) *itavs = NULL; in STACK_OF()
|
H A D | cmp_ctx.c | 566 int OSSL_CMP_CTX_push0_geninfo_ITAV(OSSL_CMP_CTX *ctx, OSSL_CMP_ITAV *itav) in OSSL_CMP_CTX_push0_geninfo_ITAV() 587 int OSSL_CMP_CTX_push0_genm_ITAV(OSSL_CMP_CTX *ctx, OSSL_CMP_ITAV *itav) in OSSL_CMP_CTX_push0_genm_ITAV()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | cmp.h | 248 typedef struct ossl_cmp_itav_st OSSL_CMP_ITAV; typedef 249 DECLARE_ASN1_DUP_FUNCTION(OSSL_CMP_ITAV) 250 SKM_DEFINE_STACK_OF_INTERNAL(OSSL_CMP_ITAV, OSSL_CMP_ITAV, OSSL_CMP_ITAV) 252 #define sk_OSSL_CMP_ITAV_value(sk, idx) ((OSSL_CMP_ITAV *)OPENSSL_sk_value(ossl_check_const_OSSL_CM… 253 #define sk_OSSL_CMP_ITAV_new(cmp) ((STACK_OF(OSSL_CMP_ITAV) *)OPENSSL_sk_new(ossl_check_OSSL_CMP_IT… 254 #define sk_OSSL_CMP_ITAV_new_null() ((STACK_OF(OSSL_CMP_ITAV) *)OPENSSL_sk_new_null()) 255 #define sk_OSSL_CMP_ITAV_new_reserve(cmp, n) ((STACK_OF(OSSL_CMP_ITAV) *)OPENSSL_sk_new_reserve(oss… 259 #define sk_OSSL_CMP_ITAV_delete(sk, i) ((OSSL_CMP_ITAV *)OPENSSL_sk_delete(ossl_check_OSSL_CMP_ITAV… 260 #define sk_OSSL_CMP_ITAV_delete_ptr(sk, ptr) ((OSSL_CMP_ITAV *)OPENSSL_sk_delete_ptr(ossl_check_OSS… 263 #define sk_OSSL_CMP_ITAV_pop(sk) ((OSSL_CMP_ITAV *)OPENSSL_sk_pop(ossl_check_OSSL_CMP_ITAV_sk_type(… [all …]
|
H A D | cmp.h.in | 225 typedef struct ossl_cmp_itav_st OSSL_CMP_ITAV; typedef 226 DECLARE_ASN1_DUP_FUNCTION(OSSL_CMP_ITAV) argument 228 generate_stack_macros("OSSL_CMP_ITAV"); 254 OSSL_CMP_ITAV *OSSL_CMP_ITAV_create(ASN1_OBJECT *type, ASN1_TYPE *value); 255 void OSSL_CMP_ITAV_set0(OSSL_CMP_ITAV *itav, ASN1_OBJECT *type, 257 ASN1_OBJECT *OSSL_CMP_ITAV_get0_type(const OSSL_CMP_ITAV *itav); 258 ASN1_TYPE *OSSL_CMP_ITAV_get0_value(const OSSL_CMP_ITAV *itav); 259 int OSSL_CMP_ITAV_push0_stack_item(STACK_OF(OSSL_CMP_ITAV) **itav_sk_p, 260 OSSL_CMP_ITAV *itav); 261 void OSSL_CMP_ITAV_free(OSSL_CMP_ITAV *itav); [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H 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);
|
H A D | OSSL_CMP_SRV_CTX_new.pod | 50 STACK_OF(OSSL_CMP_ITAV) *in, 51 STACK_OF(OSSL_CMP_ITAV) **out);
|
H A D | OSSL_CMP_CTX_new.pod | 119 int OSSL_CMP_CTX_push0_geninfo_ITAV(OSSL_CMP_CTX *ctx, OSSL_CMP_ITAV *itav); 138 int OSSL_CMP_CTX_push0_genm_ITAV(OSSL_CMP_CTX *ctx, OSSL_CMP_ITAV *itav); 784 OSSL_CMP_ITAV *itav = OSSL_CMP_ITAV_create(type, NULL); 787 STACK_OF(OSSL_CMP_ITAV) *itavs;
|
H A D | OSSL_CMP_exec_certreq.pod | 36 STACK_OF(OSSL_CMP_ITAV) *OSSL_CMP_exec_GENM_ses(OSSL_CMP_CTX *ctx);
|
/freebsd/crypto/openssl/fuzz/ |
H 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()
|
/freebsd/crypto/openssl/test/ |
H A D | cmp_hdr_test.c | 312 OSSL_CMP_ITAV *itav = OSSL_CMP_ITAV_new(); 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 D | cmp_client_test.c | 106 OSSL_CMP_ITAV *itav = OSSL_CMP_ITAV_create(type, NULL); in execute_exec_GENM_ses_test_single() 107 STACK_OF(OSSL_CMP_ITAV) *itavs; in execute_exec_GENM_ses_test_single()
|
H A D | cmp_ctx_test.c | 756 DEFINE_PUSH_TEST(0, 0, geninfo_ITAVs, geninfo_ITAV, OSSL_CMP_ITAV) in DEFINE_SET_CB_TEST() 778 DEFINE_PUSH_TEST(0, 0, genm_ITAVs, genm_ITAV, OSSL_CMP_ITAV) in DEFINE_SET_CB_TEST()
|
H A D | cmp_msg_test.c | 365 OSSL_CMP_ITAV *iv = NULL; in test_cmp_create_genm()
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H 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);
|
H A D | ossl_cmp_hdr_init.pod | 41 OSSL_CMP_ITAV *itav); 43 STACK_OF(OSSL_CMP_ITAV) *itavs);
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | cmp_mock_srv.c | 296 const STACK_OF(OSSL_CMP_ITAV) *in, in process_genm() 297 STACK_OF(OSSL_CMP_ITAV) **out) in process_genm()
|
/freebsd/crypto/openssl/apps/ |
H A D | cmp.c | 1782 OSSL_CMP_ITAV *itav; in handle_opt_geninfo() 2082 static void print_itavs(STACK_OF(OSSL_CMP_ITAV) *itavs) in print_itavs() 2084 OSSL_CMP_ITAV *itav = NULL; in print_itavs() 2993 STACK_OF(OSSL_CMP_ITAV) *itavs; in cmp_main() 2996 OSSL_CMP_ITAV *itav = in cmp_main()
|