crypto/openssl/apps/cmp.c
1024
int (*set_fn)(OSSL_CMP_CTX *ctx, const X509_NAME *name),
crypto/openssl/apps/cmp.c
1025
OSSL_CMP_CTX *ctx, const char *desc)
crypto/openssl/apps/cmp.c
1042
static int set_gennames(OSSL_CMP_CTX *ctx, char *names, const char *desc)
crypto/openssl/apps/cmp.c
1202
OSSL_CMP_CTX *ctx; /* extra CMP (client) ctx partly used by server */
crypto/openssl/apps/cmp.c
1373
static int setup_verification_ctx(OSSL_CMP_CTX *ctx)
crypto/openssl/apps/cmp.c
1444
static SSL_CTX *setup_ssl_ctx(OSSL_CMP_CTX *ctx, const char *host,
crypto/openssl/apps/cmp.c
1599
static int setup_protection_ctx(OSSL_CMP_CTX *ctx, ENGINE *engine)
crypto/openssl/apps/cmp.c
1714
static int set_fallback_pubkey(OSSL_CMP_CTX *ctx)
crypto/openssl/apps/cmp.c
1761
static int setup_request_ctx(OSSL_CMP_CTX *ctx, ENGINE *engine)
crypto/openssl/apps/cmp.c
2081
static int add_certProfile(OSSL_CMP_CTX *ctx, const char *name)
crypto/openssl/apps/cmp.c
2112
static int handle_opt_geninfo(OSSL_CMP_CTX *ctx)
crypto/openssl/apps/cmp.c
2211
static int setup_client_ctx(OSSL_CMP_CTX *ctx, ENGINE *engine)
crypto/openssl/apps/cmp.c
3286
static int cmp_server(OSSL_CMP_CTX *srv_cmp_ctx)
crypto/openssl/apps/cmp.c
3462
static int do_genm(OSSL_CMP_CTX *ctx)
crypto/openssl/apps/cmp.c
3809
OSSL_CMP_CTX *srv_cmp_ctx;
crypto/openssl/apps/cmp.c
59
static OSSL_CMP_CTX *cmp_ctx = NULL; /* the client-side CMP context */
crypto/openssl/apps/cmp.c
932
static OSSL_CMP_MSG *read_write_req_resp(OSSL_CMP_CTX *ctx,
crypto/openssl/apps/include/cmp_mock_srv.h
22
OSSL_CMP_MSG *ossl_cmp_mock_server_perform(OSSL_CMP_CTX *ctx,
crypto/openssl/apps/lib/cmp_mock_srv.c
732
OSSL_CMP_MSG *ossl_cmp_mock_server_perform(OSSL_CMP_CTX *ctx,
crypto/openssl/crypto/cmp/cmp_client.c
1038
STACK_OF(OSSL_CMP_ITAV) *OSSL_CMP_exec_GENM_ses(OSSL_CMP_CTX *ctx)
crypto/openssl/crypto/cmp/cmp_client.c
139
static int send_receive_check(OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *req,
crypto/openssl/crypto/cmp/cmp_client.c
279
static int poll_for_response(OSSL_CMP_CTX *ctx, int sleep, int rid,
crypto/openssl/crypto/cmp/cmp_client.c
31
static int unprotected_exception(const OSSL_CMP_CTX *ctx,
crypto/openssl/crypto/cmp/cmp_client.c
403
static int save_senderNonce_if_waiting(OSSL_CMP_CTX *ctx,
crypto/openssl/crypto/cmp/cmp_client.c
423
static int send_receive_also_delayed(OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *req,
crypto/openssl/crypto/cmp/cmp_client.c
459
int ossl_cmp_exchange_certConf(OSSL_CMP_CTX *ctx, int certReqId,
crypto/openssl/crypto/cmp/cmp_client.c
486
int ossl_cmp_exchange_error(OSSL_CMP_CTX *ctx, int status, int fail_info,
crypto/openssl/crypto/cmp/cmp_client.c
518
static X509 *get1_cert_status(OSSL_CMP_CTX *ctx, int bodytype,
crypto/openssl/crypto/cmp/cmp_client.c
593
int OSSL_CMP_certConf_cb(OSSL_CMP_CTX *ctx, X509 *cert, int fail_info,
crypto/openssl/crypto/cmp/cmp_client.c
666
static int cert_response(OSSL_CMP_CTX *ctx, int sleep, int rid,
crypto/openssl/crypto/cmp/cmp_client.c
814
static int initial_certreq(OSSL_CMP_CTX *ctx,
crypto/openssl/crypto/cmp/cmp_client.c
834
int OSSL_CMP_try_certreq(OSSL_CMP_CTX *ctx, int req_type,
crypto/openssl/crypto/cmp/cmp_client.c
85
static int save_statusInfo(OSSL_CMP_CTX *ctx, OSSL_CMP_PKISI *si)
crypto/openssl/crypto/cmp/cmp_client.c
878
X509 *OSSL_CMP_exec_certreq(OSSL_CMP_CTX *ctx, int req_type,
crypto/openssl/crypto/cmp/cmp_client.c
908
int OSSL_CMP_exec_RR_ses(OSSL_CMP_CTX *ctx)
crypto/openssl/crypto/cmp/cmp_ctx.c
108
OSSL_CMP_CTX *OSSL_CMP_CTX_new(OSSL_LIB_CTX *libctx, const char *propq)
crypto/openssl/crypto/cmp/cmp_ctx.c
110
OSSL_CMP_CTX *ctx = OPENSSL_zalloc(sizeof(*ctx));
crypto/openssl/crypto/cmp/cmp_ctx.c
160
int OSSL_CMP_CTX_reinit(OSSL_CMP_CTX *ctx)
crypto/openssl/crypto/cmp/cmp_ctx.c
193
void OSSL_CMP_CTX_free(OSSL_CMP_CTX *ctx)
crypto/openssl/crypto/cmp/cmp_ctx.c
256
int PREFIX##_set_##FIELD(OSSL_CMP_CTX *ctx, TYPE val) \
crypto/openssl/crypto/cmp/cmp_ctx.c
26
TYPE *OSSL_CMP_CTX_get0_##NAME(const OSSL_CMP_CTX *ctx) \
crypto/openssl/crypto/cmp/cmp_ctx.c
269
TYPE PREFIX##_get_##FIELD(const OSSL_CMP_CTX *ctx) \
crypto/openssl/crypto/cmp/cmp_ctx.c
282
DEFINE_OSSL_get(OSSL_CMP_CTX, status, int, -1)
crypto/openssl/crypto/cmp/cmp_ctx.c
293
DEFINE_OSSL_set(OSSL_CMP_CTX, certConf_cb, OSSL_CMP_certConf_cb_t)
crypto/openssl/crypto/cmp/cmp_ctx.c
299
DEFINE_OSSL_set(OSSL_CMP_CTX, certConf_cb_arg, void *)
crypto/openssl/crypto/cmp/cmp_ctx.c
306
DEFINE_OSSL_get(OSSL_CMP_CTX, certConf_cb_arg, void *, NULL)
crypto/openssl/crypto/cmp/cmp_ctx.c
312
OSSL_CMP_CTX *ctx = vdata;
crypto/openssl/crypto/cmp/cmp_ctx.c
342
int ossl_cmp_print_log(OSSL_CMP_severity level, const OSSL_CMP_CTX *ctx,
crypto/openssl/crypto/cmp/cmp_ctx.c
395
int OSSL_CMP_CTX_set_log_cb(OSSL_CMP_CTX *ctx, OSSL_CMP_log_cb_t cb)
crypto/openssl/crypto/cmp/cmp_ctx.c
414
void OSSL_CMP_CTX_print_errors(const OSSL_CMP_CTX *ctx)
crypto/openssl/crypto/cmp/cmp_ctx.c
425
int OSSL_CMP_CTX_set1_referenceValue(OSSL_CMP_CTX *ctx,
crypto/openssl/crypto/cmp/cmp_ctx.c
43
int PREFIX##_set0##_##NAME(OSSL_CMP_CTX *ctx, TYPE *val) \
crypto/openssl/crypto/cmp/cmp_ctx.c
436
int OSSL_CMP_CTX_set1_secretValue(OSSL_CMP_CTX *ctx,
crypto/openssl/crypto/cmp/cmp_ctx.c
456
STACK_OF(X509) *OSSL_CMP_CTX_get1_##FIELD(const OSSL_CMP_CTX *ctx) \
crypto/openssl/crypto/cmp/cmp_ctx.c
469
int PREFIX##_set1_##FIELD(OSSL_CMP_CTX *ctx, STACK_OF(X509) *certs) \
crypto/openssl/crypto/cmp/cmp_ctx.c
499
DEFINE_OSSL_set1_certs(OSSL_CMP_CTX, extraCertsOut)
crypto/openssl/crypto/cmp/cmp_ctx.c
505
int OSSL_CMP_CTX_push0_policy(OSSL_CMP_CTX *ctx, POLICYINFO *pinfo)
crypto/openssl/crypto/cmp/cmp_ctx.c
520
int OSSL_CMP_CTX_push0_geninfo_ITAV(OSSL_CMP_CTX *ctx, OSSL_CMP_ITAV *itav)
crypto/openssl/crypto/cmp/cmp_ctx.c
529
int OSSL_CMP_CTX_reset_geninfo_ITAVs(OSSL_CMP_CTX *ctx)
crypto/openssl/crypto/cmp/cmp_ctx.c
543
int OSSL_CMP_CTX_push0_genm_ITAV(OSSL_CMP_CTX *ctx, OSSL_CMP_ITAV *itav)
crypto/openssl/crypto/cmp/cmp_ctx.c
568
int OSSL_CMP_CTX_set1_##FIELD(OSSL_CMP_CTX *ctx, const TYPE *val) \
crypto/openssl/crypto/cmp/cmp_ctx.c
588
int PREFIX##_set1_##FIELD(OSSL_CMP_CTX *ctx, TYPE *val) \
crypto/openssl/crypto/cmp/cmp_ctx.c
59
DEFINE_OSSL_set0_NAME(OSSL_CMP_CTX, trusted, trusted, X509_STORE)
crypto/openssl/crypto/cmp/cmp_ctx.c
614
DEFINE_OSSL_set1_up_ref(OSSL_CMP_CTX, srvCert, X509)
crypto/openssl/crypto/cmp/cmp_ctx.c
634
int OSSL_CMP_CTX_set0_reqExtensions(OSSL_CMP_CTX *ctx, X509_EXTENSIONS *exts)
crypto/openssl/crypto/cmp/cmp_ctx.c
652
int OSSL_CMP_CTX_reqExtensions_have_SAN(OSSL_CMP_CTX *ctx)
crypto/openssl/crypto/cmp/cmp_ctx.c
669
int OSSL_CMP_CTX_push1_subjectAltName(OSSL_CMP_CTX *ctx,
crypto/openssl/crypto/cmp/cmp_ctx.c
700
DEFINE_OSSL_set1_up_ref(OSSL_CMP_CTX, cert, X509)
crypto/openssl/crypto/cmp/cmp_ctx.c
702
int OSSL_CMP_CTX_build_cert_chain(OSSL_CMP_CTX *ctx, X509_STORE *own_trusted,
crypto/openssl/crypto/cmp/cmp_ctx.c
71
int OSSL_CMP_CTX_set1_untrusted(OSSL_CMP_CTX *ctx, STACK_OF(X509) *certs)
crypto/openssl/crypto/cmp/cmp_ctx.c
734
DEFINE_OSSL_set1_up_ref(OSSL_CMP_CTX, oldCert, X509)
crypto/openssl/crypto/cmp/cmp_ctx.c
755
DEFINE_OSSL_set1_up_ref(OSSL_CMP_CTX, pkey, EVP_PKEY)
crypto/openssl/crypto/cmp/cmp_ctx.c
758
int OSSL_CMP_CTX_set0_newPkey(OSSL_CMP_CTX *ctx, int priv, EVP_PKEY *pkey)
crypto/openssl/crypto/cmp/cmp_ctx.c
773
EVP_PKEY *OSSL_CMP_CTX_get0_newPkey(const OSSL_CMP_CTX *ctx, int priv)
crypto/openssl/crypto/cmp/cmp_ctx.c
787
EVP_PKEY *ossl_cmp_ctx_get0_newPubkey(const OSSL_CMP_CTX *ctx)
crypto/openssl/crypto/cmp/cmp_ctx.c
803
int PREFIX##_set1_##FIELD(OSSL_CMP_CTX *ctx, const ASN1_OCTET_STRING *id) \
crypto/openssl/crypto/cmp/cmp_ctx.c
813
DEFINE_set1_ASN1_OCTET_STRING(OSSL_CMP_CTX, transactionID)
crypto/openssl/crypto/cmp/cmp_ctx.c
819
DEFINE_set1_ASN1_OCTET_STRING(OSSL_CMP_CTX, senderNonce)
crypto/openssl/crypto/cmp/cmp_ctx.c
835
DEFINE_OSSL_set(OSSL_CMP_CTX, http_cb, OSSL_HTTP_bio_cb_t)
crypto/openssl/crypto/cmp/cmp_ctx.c
838
DEFINE_OSSL_set(OSSL_CMP_CTX, http_cb_arg, void *)
crypto/openssl/crypto/cmp/cmp_ctx.c
844
DEFINE_OSSL_get(OSSL_CMP_CTX, http_cb_arg, void *, NULL)
crypto/openssl/crypto/cmp/cmp_ctx.c
848
DEFINE_OSSL_set(OSSL_CMP_CTX, transfer_cb, OSSL_CMP_transfer_cb_t)
crypto/openssl/crypto/cmp/cmp_ctx.c
851
DEFINE_OSSL_set(OSSL_CMP_CTX, transfer_cb_arg, void *)
crypto/openssl/crypto/cmp/cmp_ctx.c
857
DEFINE_OSSL_get(OSSL_CMP_CTX, transfer_cb_arg, void *, NULL)
crypto/openssl/crypto/cmp/cmp_ctx.c
860
DEFINE_OSSL_set(OSSL_CMP_CTX, serverPort, int)
crypto/openssl/crypto/cmp/cmp_ctx.c
872
DEFINE_OSSL_get(OSSL_CMP_CTX, failInfoCode, int, -1)
crypto/openssl/crypto/cmp/cmp_ctx.c
875
int OSSL_CMP_CTX_set_option(OSSL_CMP_CTX *ctx, int opt, int val)
crypto/openssl/crypto/cmp/cmp_ctx.c
90
static int cmp_ctx_set_md(OSSL_CMP_CTX *ctx, EVP_MD **pmd, int nid)
crypto/openssl/crypto/cmp/cmp_ctx.c
990
int OSSL_CMP_CTX_get_option(const OSSL_CMP_CTX *ctx, int opt)
crypto/openssl/crypto/cmp/cmp_genm.c
14
static const X509_VERIFY_PARAM *get0_trustedStore_vpm(const OSSL_CMP_CTX *ctx)
crypto/openssl/crypto/cmp/cmp_genm.c
140
int OSSL_CMP_get1_caCerts(OSSL_CMP_CTX *ctx, STACK_OF(X509) **out)
crypto/openssl/crypto/cmp/cmp_genm.c
22
OSSL_CMP_severity level, OSSL_CMP_CTX *ctx,
crypto/openssl/crypto/cmp/cmp_genm.c
247
verify_ss_cert_trans(OSSL_CMP_CTX *ctx, X509 *trusted /* may be NULL */,
crypto/openssl/crypto/cmp/cmp_genm.c
284
int OSSL_CMP_get1_rootCaKeyUpdate(OSSL_CMP_CTX *ctx,
crypto/openssl/crypto/cmp/cmp_genm.c
345
int OSSL_CMP_get1_crlUpdate(OSSL_CMP_CTX *ctx, const X509 *crlcert,
crypto/openssl/crypto/cmp/cmp_genm.c
35
static int ossl_X509_check(OSSL_CMP_CTX *ctx, const char *source, X509 *cert,
crypto/openssl/crypto/cmp/cmp_genm.c
405
int OSSL_CMP_get1_certReqTemplate(OSSL_CMP_CTX *ctx,
crypto/openssl/crypto/cmp/cmp_genm.c
60
static int ossl_X509_check_all(OSSL_CMP_CTX *ctx, const char *source,
crypto/openssl/crypto/cmp/cmp_genm.c
74
static OSSL_CMP_ITAV *get_genm_itav(OSSL_CMP_CTX *ctx,
crypto/openssl/crypto/cmp/cmp_hdr.c
121
static int set_random(ASN1_OCTET_STRING **tgt, OSSL_CMP_CTX *ctx, size_t len)
crypto/openssl/crypto/cmp/cmp_hdr.c
252
int ossl_cmp_hdr_set_transactionID(OSSL_CMP_CTX *ctx, OSSL_CMP_PKIHEADER *hdr)
crypto/openssl/crypto/cmp/cmp_hdr.c
272
int ossl_cmp_hdr_init(OSSL_CMP_CTX *ctx, OSSL_CMP_PKIHEADER *hdr)
crypto/openssl/crypto/cmp/cmp_http.c
48
OSSL_CMP_MSG *OSSL_CMP_MSG_http_perform(OSSL_CMP_CTX *ctx,
crypto/openssl/crypto/cmp/cmp_local.h
1000
ASN1_BIT_STRING *ossl_cmp_calc_protection(const OSSL_CMP_CTX *ctx,
crypto/openssl/crypto/cmp/cmp_local.h
1002
int ossl_cmp_msg_protect(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg);
crypto/openssl/crypto/cmp/cmp_local.h
1005
typedef int (*ossl_cmp_allow_unprotected_cb_t)(const OSSL_CMP_CTX *ctx,
crypto/openssl/crypto/cmp/cmp_local.h
1008
int ossl_cmp_msg_check_update(OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *msg,
crypto/openssl/crypto/cmp/cmp_local.h
1010
int ossl_cmp_msg_check_received(OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *msg,
crypto/openssl/crypto/cmp/cmp_local.h
1012
int ossl_cmp_verify_popo(const OSSL_CMP_CTX *ctx,
crypto/openssl/crypto/cmp/cmp_local.h
1018
int ossl_cmp_exchange_certConf(OSSL_CMP_CTX *ctx, int certReqId,
crypto/openssl/crypto/cmp/cmp_local.h
1020
int ossl_cmp_exchange_error(OSSL_CMP_CTX *ctx, int status, int fail_info,
crypto/openssl/crypto/cmp/cmp_local.h
837
int ossl_cmp_print_log(OSSL_CMP_severity level, const OSSL_CMP_CTX *ctx,
crypto/openssl/crypto/cmp/cmp_local.h
863
int ossl_cmp_ctx_set1_validatedSrvCert(OSSL_CMP_CTX *ctx, X509 *cert);
crypto/openssl/crypto/cmp/cmp_local.h
864
int ossl_cmp_ctx_set_status(OSSL_CMP_CTX *ctx, int status);
crypto/openssl/crypto/cmp/cmp_local.h
865
int ossl_cmp_ctx_set0_statusString(OSSL_CMP_CTX *ctx,
crypto/openssl/crypto/cmp/cmp_local.h
867
int ossl_cmp_ctx_set_failInfoCode(OSSL_CMP_CTX *ctx, int fail_info);
crypto/openssl/crypto/cmp/cmp_local.h
868
int ossl_cmp_ctx_set0_newCert(OSSL_CMP_CTX *ctx, X509 *cert);
crypto/openssl/crypto/cmp/cmp_local.h
869
int ossl_cmp_ctx_set1_newChain(OSSL_CMP_CTX *ctx, STACK_OF(X509) *newChain);
crypto/openssl/crypto/cmp/cmp_local.h
870
int ossl_cmp_ctx_set1_caPubs(OSSL_CMP_CTX *ctx, STACK_OF(X509) *caPubs);
crypto/openssl/crypto/cmp/cmp_local.h
871
int ossl_cmp_ctx_set1_extraCertsIn(OSSL_CMP_CTX *ctx,
crypto/openssl/crypto/cmp/cmp_local.h
873
int ossl_cmp_ctx_set1_recipNonce(OSSL_CMP_CTX *ctx,
crypto/openssl/crypto/cmp/cmp_local.h
875
EVP_PKEY *ossl_cmp_ctx_get0_newPubkey(const OSSL_CMP_CTX *ctx);
crypto/openssl/crypto/cmp/cmp_local.h
876
int ossl_cmp_ctx_set1_first_senderNonce(OSSL_CMP_CTX *ctx,
crypto/openssl/crypto/cmp/cmp_local.h
907
int ossl_cmp_hdr_set_transactionID(OSSL_CMP_CTX *ctx, OSSL_CMP_PKIHEADER *hdr);
crypto/openssl/crypto/cmp/cmp_local.h
908
int ossl_cmp_hdr_init(OSSL_CMP_CTX *ctx, OSSL_CMP_PKIHEADER *hdr);
crypto/openssl/crypto/cmp/cmp_local.h
950
OSSL_CMP_MSG *ossl_cmp_msg_create(OSSL_CMP_CTX *ctx, int bodytype);
crypto/openssl/crypto/cmp/cmp_local.h
951
OSSL_CMP_MSG *ossl_cmp_certreq_new(OSSL_CMP_CTX *ctx, int bodytype,
crypto/openssl/crypto/cmp/cmp_local.h
953
OSSL_CMP_MSG *ossl_cmp_certrep_new(OSSL_CMP_CTX *ctx, int bodytype,
crypto/openssl/crypto/cmp/cmp_local.h
959
OSSL_CMP_MSG *ossl_cmp_rr_new(OSSL_CMP_CTX *ctx);
crypto/openssl/crypto/cmp/cmp_local.h
960
OSSL_CMP_MSG *ossl_cmp_rp_new(OSSL_CMP_CTX *ctx, const OSSL_CMP_PKISI *si,
crypto/openssl/crypto/cmp/cmp_local.h
963
OSSL_CMP_MSG *ossl_cmp_pkiconf_new(OSSL_CMP_CTX *ctx);
crypto/openssl/crypto/cmp/cmp_local.h
964
OSSL_CMP_MSG *ossl_cmp_pollRep_new(OSSL_CMP_CTX *ctx, int crid,
crypto/openssl/crypto/cmp/cmp_local.h
969
OSSL_CMP_MSG *ossl_cmp_genm_new(OSSL_CMP_CTX *ctx);
crypto/openssl/crypto/cmp/cmp_local.h
970
OSSL_CMP_MSG *ossl_cmp_genp_new(OSSL_CMP_CTX *ctx,
crypto/openssl/crypto/cmp/cmp_local.h
972
OSSL_CMP_MSG *ossl_cmp_error_new(OSSL_CMP_CTX *ctx, const OSSL_CMP_PKISI *si,
crypto/openssl/crypto/cmp/cmp_local.h
977
OSSL_CMP_MSG *ossl_cmp_certConf_new(OSSL_CMP_CTX *ctx, int certReqId,
crypto/openssl/crypto/cmp/cmp_local.h
979
OSSL_CMP_MSG *ossl_cmp_pollReq_new(OSSL_CMP_CTX *ctx, int crid);
crypto/openssl/crypto/cmp/cmp_local.h
980
OSSL_CMP_MSG *ossl_cmp_pollRep_new(OSSL_CMP_CTX *ctx, int crid,
crypto/openssl/crypto/cmp/cmp_local.h
992
X509 *ossl_cmp_certresponse_get1_cert(const OSSL_CMP_CTX *ctx,
crypto/openssl/crypto/cmp/cmp_local.h
998
void ossl_cmp_set_own_chain(OSSL_CMP_CTX *ctx);
crypto/openssl/crypto/cmp/cmp_local.h
999
int ossl_cmp_msg_add_extraCerts(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg);
crypto/openssl/crypto/cmp/cmp_msg.c
1125
X509 *ossl_cmp_certresponse_get1_cert(const OSSL_CMP_CTX *ctx, const OSSL_CMP_CERTRESPONSE *crep)
crypto/openssl/crypto/cmp/cmp_msg.c
1158
OSSL_CMP_CTX_set0_newPkey((OSSL_CMP_CTX *)ctx, 1, pkey);
crypto/openssl/crypto/cmp/cmp_msg.c
1192
int OSSL_CMP_MSG_update_transactionID(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg)
crypto/openssl/crypto/cmp/cmp_msg.c
1204
int OSSL_CMP_MSG_update_recipNonce(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg)
crypto/openssl/crypto/cmp/cmp_msg.c
185
OSSL_CMP_MSG *ossl_cmp_msg_create(OSSL_CMP_CTX *ctx, int bodytype)
crypto/openssl/crypto/cmp/cmp_msg.c
279
static const X509_NAME *determine_subj(OSSL_CMP_CTX *ctx, int for_KUR,
crypto/openssl/crypto/cmp/cmp_msg.c
295
OSSL_CRMF_MSG *OSSL_CMP_CTX_setup_CRM(OSSL_CMP_CTX *ctx, int for_KUR, int rid)
crypto/openssl/crypto/cmp/cmp_msg.c
406
OSSL_CMP_MSG *ossl_cmp_certreq_new(OSSL_CMP_CTX *ctx, int type,
crypto/openssl/crypto/cmp/cmp_msg.c
475
static OSSL_CRMF_ENCRYPTEDKEY *enc_privkey(OSSL_CMP_CTX *ctx, const EVP_PKEY *pkey)
crypto/openssl/crypto/cmp/cmp_msg.c
511
OSSL_CMP_MSG *ossl_cmp_certrep_new(OSSL_CMP_CTX *ctx, int bodytype,
crypto/openssl/crypto/cmp/cmp_msg.c
595
OSSL_CMP_MSG *ossl_cmp_rr_new(OSSL_CMP_CTX *ctx)
crypto/openssl/crypto/cmp/cmp_msg.c
658
OSSL_CMP_MSG *ossl_cmp_rp_new(OSSL_CMP_CTX *ctx, const OSSL_CMP_PKISI *si,
crypto/openssl/crypto/cmp/cmp_msg.c
704
OSSL_CMP_MSG *ossl_cmp_pkiconf_new(OSSL_CMP_CTX *ctx)
crypto/openssl/crypto/cmp/cmp_msg.c
764
static OSSL_CMP_MSG *gen_new(OSSL_CMP_CTX *ctx,
crypto/openssl/crypto/cmp/cmp_msg.c
790
OSSL_CMP_MSG *ossl_cmp_genm_new(OSSL_CMP_CTX *ctx)
crypto/openssl/crypto/cmp/cmp_msg.c
796
OSSL_CMP_MSG *ossl_cmp_genp_new(OSSL_CMP_CTX *ctx,
crypto/openssl/crypto/cmp/cmp_msg.c
803
OSSL_CMP_MSG *ossl_cmp_error_new(OSSL_CMP_CTX *ctx, const OSSL_CMP_PKISI *si,
crypto/openssl/crypto/cmp/cmp_msg.c
870
OSSL_CMP_MSG *ossl_cmp_certConf_new(OSSL_CMP_CTX *ctx, int certReqId,
crypto/openssl/crypto/cmp/cmp_msg.c
949
OSSL_CMP_MSG *ossl_cmp_pollReq_new(OSSL_CMP_CTX *ctx, int crid)
crypto/openssl/crypto/cmp/cmp_msg.c
978
OSSL_CMP_MSG *ossl_cmp_pollRep_new(OSSL_CMP_CTX *ctx, int crid,
crypto/openssl/crypto/cmp/cmp_protect.c
133
void ossl_cmp_set_own_chain(OSSL_CMP_CTX *ctx)
crypto/openssl/crypto/cmp/cmp_protect.c
153
int ossl_cmp_msg_add_extraCerts(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg)
crypto/openssl/crypto/cmp/cmp_protect.c
193
static X509_ALGOR *pbmac_algor(const OSSL_CMP_CTX *ctx)
crypto/openssl/crypto/cmp/cmp_protect.c
224
static int set_senderKID(const OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg,
crypto/openssl/crypto/cmp/cmp_protect.c
233
int ossl_cmp_msg_protect(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg)
crypto/openssl/crypto/cmp/cmp_protect.c
33
ASN1_BIT_STRING *ossl_cmp_calc_protection(const OSSL_CMP_CTX *ctx,
crypto/openssl/crypto/cmp/cmp_server.c
108
OSSL_CMP_CTX *OSSL_CMP_SRV_CTX_get0_cmp_ctx(const OSSL_CMP_SRV_CTX *srv_ctx)
crypto/openssl/crypto/cmp/cmp_server.c
24
OSSL_CMP_CTX *ctx; /* CMP client context reused for transactionID etc. */
crypto/openssl/crypto/cmp/cmp_server.c
401
OSSL_CMP_CTX *ctx;
crypto/openssl/crypto/cmp/cmp_server.c
559
static int unprotected_exception(const OSSL_CMP_CTX *ctx,
crypto/openssl/crypto/cmp/cmp_server.c
586
OSSL_CMP_CTX *ctx;
crypto/openssl/crypto/cmp/cmp_server.c
764
OSSL_CMP_MSG *OSSL_CMP_CTX_server_perform(OSSL_CMP_CTX *client_ctx,
crypto/openssl/crypto/cmp/cmp_status.c
257
char *OSSL_CMP_CTX_snprint_PKIStatus(const OSSL_CMP_CTX *ctx, char *buf,
crypto/openssl/crypto/cmp/cmp_vfy.c
108
int OSSL_CMP_validate_cert_path(const OSSL_CMP_CTX *ctx,
crypto/openssl/crypto/cmp/cmp_vfy.c
163
static int check_name(const OSSL_CMP_CTX *ctx, int log_success,
crypto/openssl/crypto/cmp/cmp_vfy.c
196
static int check_kid(const OSSL_CMP_CTX *ctx,
crypto/openssl/crypto/cmp/cmp_vfy.c
246
static int cert_acceptable(const OSSL_CMP_CTX *ctx,
crypto/openssl/crypto/cmp/cmp_vfy.c
25
static int verify_signature(const OSSL_CMP_CTX *cmp_ctx,
crypto/openssl/crypto/cmp/cmp_vfy.c
309
static int check_cert_path(const OSSL_CMP_CTX *ctx, X509_STORE *store,
crypto/openssl/crypto/cmp/cmp_vfy.c
327
static int check_cert_path_3gpp(const OSSL_CMP_CTX *ctx,
crypto/openssl/crypto/cmp/cmp_vfy.c
367
static int check_msg_given_cert(const OSSL_CMP_CTX *ctx, X509 *cert,
crypto/openssl/crypto/cmp/cmp_vfy.c
379
static int check_msg_with_certs(OSSL_CMP_CTX *ctx, const STACK_OF(X509) *certs,
crypto/openssl/crypto/cmp/cmp_vfy.c
419
static int check_msg_all_certs(OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *msg,
crypto/openssl/crypto/cmp/cmp_vfy.c
456
static int check_msg_find_cert(OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *msg)
crypto/openssl/crypto/cmp/cmp_vfy.c
561
int OSSL_CMP_validate_msg(OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *msg)
crypto/openssl/crypto/cmp/cmp_vfy.c
702
int ossl_cmp_msg_check_update(OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *msg,
crypto/openssl/crypto/cmp/cmp_vfy.c
79
static int verify_PBMAC(OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *msg)
crypto/openssl/crypto/cmp/cmp_vfy.c
875
int ossl_cmp_verify_popo(const OSSL_CMP_CTX *ctx,
crypto/openssl/fuzz/cmp.c
184
OSSL_CMP_CTX *client_ctx = OSSL_CMP_CTX_new(NULL, NULL);
crypto/openssl/fuzz/cmp.c
31
static OSSL_CMP_MSG *transfer_cb(OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *req)
crypto/openssl/fuzz/cmp.c
45
static int allow_unprotected(const OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *rep,
crypto/openssl/fuzz/cmp.c
51
static void cmp_client_process_response(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg)
crypto/openssl/include/openssl/cmp.h
492
OSSL_CMP_CTX *OSSL_CMP_CTX_new(OSSL_LIB_CTX *libctx, const char *propq);
crypto/openssl/include/openssl/cmp.h
493
void OSSL_CMP_CTX_free(OSSL_CMP_CTX *ctx);
crypto/openssl/include/openssl/cmp.h
494
int OSSL_CMP_CTX_reinit(OSSL_CMP_CTX *ctx);
crypto/openssl/include/openssl/cmp.h
495
OSSL_LIB_CTX *OSSL_CMP_CTX_get0_libctx(const OSSL_CMP_CTX *ctx);
crypto/openssl/include/openssl/cmp.h
496
const char *OSSL_CMP_CTX_get0_propq(const OSSL_CMP_CTX *ctx);
crypto/openssl/include/openssl/cmp.h
522
int OSSL_CMP_CTX_set_option(OSSL_CMP_CTX *ctx, int opt, int val);
crypto/openssl/include/openssl/cmp.h
523
int OSSL_CMP_CTX_get_option(const OSSL_CMP_CTX *ctx, int opt);
crypto/openssl/include/openssl/cmp.h
525
int OSSL_CMP_CTX_set_log_cb(OSSL_CMP_CTX *ctx, OSSL_CMP_log_cb_t cb);
crypto/openssl/include/openssl/cmp.h
528
void OSSL_CMP_CTX_print_errors(const OSSL_CMP_CTX *ctx);
crypto/openssl/include/openssl/cmp.h
530
int OSSL_CMP_CTX_set1_serverPath(OSSL_CMP_CTX *ctx, const char *path);
crypto/openssl/include/openssl/cmp.h
531
int OSSL_CMP_CTX_set1_server(OSSL_CMP_CTX *ctx, const char *address);
crypto/openssl/include/openssl/cmp.h
532
int OSSL_CMP_CTX_set_serverPort(OSSL_CMP_CTX *ctx, int port);
crypto/openssl/include/openssl/cmp.h
533
int OSSL_CMP_CTX_set1_proxy(OSSL_CMP_CTX *ctx, const char *name);
crypto/openssl/include/openssl/cmp.h
534
int OSSL_CMP_CTX_set1_no_proxy(OSSL_CMP_CTX *ctx, const char *names);
crypto/openssl/include/openssl/cmp.h
536
int OSSL_CMP_CTX_set_http_cb(OSSL_CMP_CTX *ctx, OSSL_HTTP_bio_cb_t cb);
crypto/openssl/include/openssl/cmp.h
537
int OSSL_CMP_CTX_set_http_cb_arg(OSSL_CMP_CTX *ctx, void *arg);
crypto/openssl/include/openssl/cmp.h
538
void *OSSL_CMP_CTX_get_http_cb_arg(const OSSL_CMP_CTX *ctx);
crypto/openssl/include/openssl/cmp.h
540
typedef OSSL_CMP_MSG *(*OSSL_CMP_transfer_cb_t)(OSSL_CMP_CTX *ctx,
crypto/openssl/include/openssl/cmp.h
542
int OSSL_CMP_CTX_set_transfer_cb(OSSL_CMP_CTX *ctx, OSSL_CMP_transfer_cb_t cb);
crypto/openssl/include/openssl/cmp.h
543
int OSSL_CMP_CTX_set_transfer_cb_arg(OSSL_CMP_CTX *ctx, void *arg);
crypto/openssl/include/openssl/cmp.h
544
void *OSSL_CMP_CTX_get_transfer_cb_arg(const OSSL_CMP_CTX *ctx);
crypto/openssl/include/openssl/cmp.h
546
int OSSL_CMP_CTX_set1_srvCert(OSSL_CMP_CTX *ctx, X509 *cert);
crypto/openssl/include/openssl/cmp.h
547
int OSSL_CMP_CTX_set1_expected_sender(OSSL_CMP_CTX *ctx, const X509_NAME *name);
crypto/openssl/include/openssl/cmp.h
548
int OSSL_CMP_CTX_set0_trustedStore(OSSL_CMP_CTX *ctx, X509_STORE *store);
crypto/openssl/include/openssl/cmp.h
550
X509_STORE *OSSL_CMP_CTX_get0_trustedStore(const OSSL_CMP_CTX *ctx);
crypto/openssl/include/openssl/cmp.h
552
int OSSL_CMP_CTX_set1_untrusted(OSSL_CMP_CTX *ctx, STACK_OF(X509) *certs);
crypto/openssl/include/openssl/cmp.h
553
STACK_OF(X509) *OSSL_CMP_CTX_get0_untrusted(const OSSL_CMP_CTX *ctx);
crypto/openssl/include/openssl/cmp.h
555
int OSSL_CMP_CTX_set1_cert(OSSL_CMP_CTX *ctx, X509 *cert);
crypto/openssl/include/openssl/cmp.h
556
int OSSL_CMP_CTX_build_cert_chain(OSSL_CMP_CTX *ctx, X509_STORE *own_trusted,
crypto/openssl/include/openssl/cmp.h
558
int OSSL_CMP_CTX_set1_pkey(OSSL_CMP_CTX *ctx, EVP_PKEY *pkey);
crypto/openssl/include/openssl/cmp.h
559
int OSSL_CMP_CTX_set1_referenceValue(OSSL_CMP_CTX *ctx,
crypto/openssl/include/openssl/cmp.h
561
int OSSL_CMP_CTX_set1_secretValue(OSSL_CMP_CTX *ctx,
crypto/openssl/include/openssl/cmp.h
564
int OSSL_CMP_CTX_set1_recipient(OSSL_CMP_CTX *ctx, const X509_NAME *name);
crypto/openssl/include/openssl/cmp.h
565
int OSSL_CMP_CTX_push0_geninfo_ITAV(OSSL_CMP_CTX *ctx, OSSL_CMP_ITAV *itav);
crypto/openssl/include/openssl/cmp.h
566
int OSSL_CMP_CTX_reset_geninfo_ITAVs(OSSL_CMP_CTX *ctx);
crypto/openssl/include/openssl/cmp.h
568
*OSSL_CMP_CTX_get0_geninfo_ITAVs(const OSSL_CMP_CTX *ctx);
crypto/openssl/include/openssl/cmp.h
569
int OSSL_CMP_CTX_set1_extraCertsOut(OSSL_CMP_CTX *ctx,
crypto/openssl/include/openssl/cmp.h
572
int OSSL_CMP_CTX_set0_newPkey(OSSL_CMP_CTX *ctx, int priv, EVP_PKEY *pkey);
crypto/openssl/include/openssl/cmp.h
573
EVP_PKEY *OSSL_CMP_CTX_get0_newPkey(const OSSL_CMP_CTX *ctx, int priv);
crypto/openssl/include/openssl/cmp.h
574
int OSSL_CMP_CTX_set1_issuer(OSSL_CMP_CTX *ctx, const X509_NAME *name);
crypto/openssl/include/openssl/cmp.h
575
int OSSL_CMP_CTX_set1_serialNumber(OSSL_CMP_CTX *ctx, const ASN1_INTEGER *sn);
crypto/openssl/include/openssl/cmp.h
576
int OSSL_CMP_CTX_set1_subjectName(OSSL_CMP_CTX *ctx, const X509_NAME *name);
crypto/openssl/include/openssl/cmp.h
577
int OSSL_CMP_CTX_push1_subjectAltName(OSSL_CMP_CTX *ctx,
crypto/openssl/include/openssl/cmp.h
579
int OSSL_CMP_CTX_set0_reqExtensions(OSSL_CMP_CTX *ctx, X509_EXTENSIONS *exts);
crypto/openssl/include/openssl/cmp.h
580
int OSSL_CMP_CTX_reqExtensions_have_SAN(OSSL_CMP_CTX *ctx);
crypto/openssl/include/openssl/cmp.h
581
int OSSL_CMP_CTX_push0_policy(OSSL_CMP_CTX *ctx, POLICYINFO *pinfo);
crypto/openssl/include/openssl/cmp.h
582
int OSSL_CMP_CTX_set1_oldCert(OSSL_CMP_CTX *ctx, X509 *cert);
crypto/openssl/include/openssl/cmp.h
583
int OSSL_CMP_CTX_set1_p10CSR(OSSL_CMP_CTX *ctx, const X509_REQ *csr);
crypto/openssl/include/openssl/cmp.h
585
int OSSL_CMP_CTX_push0_genm_ITAV(OSSL_CMP_CTX *ctx, OSSL_CMP_ITAV *itav);
crypto/openssl/include/openssl/cmp.h
587
typedef int (*OSSL_CMP_certConf_cb_t)(OSSL_CMP_CTX *ctx, X509 *cert,
crypto/openssl/include/openssl/cmp.h
589
int OSSL_CMP_certConf_cb(OSSL_CMP_CTX *ctx, X509 *cert, int fail_info,
crypto/openssl/include/openssl/cmp.h
591
int OSSL_CMP_CTX_set_certConf_cb(OSSL_CMP_CTX *ctx, OSSL_CMP_certConf_cb_t cb);
crypto/openssl/include/openssl/cmp.h
592
int OSSL_CMP_CTX_set_certConf_cb_arg(OSSL_CMP_CTX *ctx, void *arg);
crypto/openssl/include/openssl/cmp.h
593
void *OSSL_CMP_CTX_get_certConf_cb_arg(const OSSL_CMP_CTX *ctx);
crypto/openssl/include/openssl/cmp.h
595
int OSSL_CMP_CTX_get_status(const OSSL_CMP_CTX *ctx);
crypto/openssl/include/openssl/cmp.h
596
OSSL_CMP_PKIFREETEXT *OSSL_CMP_CTX_get0_statusString(const OSSL_CMP_CTX *ctx);
crypto/openssl/include/openssl/cmp.h
597
int OSSL_CMP_CTX_get_failInfoCode(const OSSL_CMP_CTX *ctx);
crypto/openssl/include/openssl/cmp.h
599
X509 *OSSL_CMP_CTX_get0_validatedSrvCert(const OSSL_CMP_CTX *ctx);
crypto/openssl/include/openssl/cmp.h
600
X509 *OSSL_CMP_CTX_get0_newCert(const OSSL_CMP_CTX *ctx);
crypto/openssl/include/openssl/cmp.h
601
STACK_OF(X509) *OSSL_CMP_CTX_get1_newChain(const OSSL_CMP_CTX *ctx);
crypto/openssl/include/openssl/cmp.h
602
STACK_OF(X509) *OSSL_CMP_CTX_get1_caPubs(const OSSL_CMP_CTX *ctx);
crypto/openssl/include/openssl/cmp.h
603
STACK_OF(X509) *OSSL_CMP_CTX_get1_extraCertsIn(const OSSL_CMP_CTX *ctx);
crypto/openssl/include/openssl/cmp.h
604
int OSSL_CMP_CTX_set1_transactionID(OSSL_CMP_CTX *ctx,
crypto/openssl/include/openssl/cmp.h
606
int OSSL_CMP_CTX_set1_senderNonce(OSSL_CMP_CTX *ctx,
crypto/openssl/include/openssl/cmp.h
610
char *OSSL_CMP_CTX_snprint_PKIStatus(const OSSL_CMP_CTX *ctx, char *buf,
crypto/openssl/include/openssl/cmp.h
627
int OSSL_CMP_MSG_update_transactionID(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg);
crypto/openssl/include/openssl/cmp.h
628
int OSSL_CMP_MSG_update_recipNonce(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg);
crypto/openssl/include/openssl/cmp.h
629
OSSL_CRMF_MSG *OSSL_CMP_CTX_setup_CRM(OSSL_CMP_CTX *ctx, int for_KUR, int rid);
crypto/openssl/include/openssl/cmp.h
637
int OSSL_CMP_validate_msg(OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *msg);
crypto/openssl/include/openssl/cmp.h
638
int OSSL_CMP_validate_cert_path(const OSSL_CMP_CTX *ctx,
crypto/openssl/include/openssl/cmp.h
643
OSSL_CMP_MSG *OSSL_CMP_MSG_http_perform(OSSL_CMP_CTX *ctx,
crypto/openssl/include/openssl/cmp.h
651
OSSL_CMP_MSG *OSSL_CMP_CTX_server_perform(OSSL_CMP_CTX *client_ctx,
crypto/openssl/include/openssl/cmp.h
694
OSSL_CMP_CTX *OSSL_CMP_SRV_CTX_get0_cmp_ctx(const OSSL_CMP_SRV_CTX *srv_ctx);
crypto/openssl/include/openssl/cmp.h
704
X509 *OSSL_CMP_exec_certreq(OSSL_CMP_CTX *ctx, int req_type,
crypto/openssl/include/openssl/cmp.h
720
int OSSL_CMP_try_certreq(OSSL_CMP_CTX *ctx, int req_type,
crypto/openssl/include/openssl/cmp.h
722
int OSSL_CMP_exec_RR_ses(OSSL_CMP_CTX *ctx);
crypto/openssl/include/openssl/cmp.h
723
STACK_OF(OSSL_CMP_ITAV) *OSSL_CMP_exec_GENM_ses(OSSL_CMP_CTX *ctx);
crypto/openssl/include/openssl/cmp.h
726
int OSSL_CMP_get1_caCerts(OSSL_CMP_CTX *ctx, STACK_OF(X509) **out);
crypto/openssl/include/openssl/cmp.h
727
int OSSL_CMP_get1_rootCaKeyUpdate(OSSL_CMP_CTX *ctx,
crypto/openssl/include/openssl/cmp.h
730
int OSSL_CMP_get1_crlUpdate(OSSL_CMP_CTX *ctx, const X509 *crlcert,
crypto/openssl/include/openssl/cmp.h
733
int OSSL_CMP_get1_certReqTemplate(OSSL_CMP_CTX *ctx,
crypto/openssl/test/cmp_client_test.c
126
OSSL_CMP_CTX *ctx = fixture->cmp_ctx;
crypto/openssl/test/cmp_client_test.c
150
OSSL_CMP_CTX *ctx = fixture->cmp_ctx;
crypto/openssl/test/cmp_client_test.c
24
OSSL_CMP_CTX *cmp_ctx;
crypto/openssl/test/cmp_client_test.c
356
static int test_certConf_cb(OSSL_CMP_CTX *ctx, X509 *cert, int fail_info,
crypto/openssl/test/cmp_client_test.c
370
OSSL_CMP_CTX *ctx;
crypto/openssl/test/cmp_client_test.c
402
OSSL_CMP_CTX *ctx = fixture->cmp_ctx;
crypto/openssl/test/cmp_client_test.c
431
OSSL_CMP_CTX *ctx = fixture->cmp_ctx;
crypto/openssl/test/cmp_client_test.c
54
static int set_simple_trust(OSSL_CMP_CTX *ctx, X509 *trusted)
crypto/openssl/test/cmp_client_test.c
81
OSSL_CMP_CTX *srv_cmp_ctx = NULL;
crypto/openssl/test/cmp_client_test.c
82
OSSL_CMP_CTX *ctx = NULL; /* for client */
crypto/openssl/test/cmp_ctx_test.c
115
OSSL_CMP_CTX *cmpctx = OSSL_CMP_CTX_new(libctx, propq);
crypto/openssl/test/cmp_ctx_test.c
153
OSSL_CMP_CTX *ctx = fixture->ctx;
crypto/openssl/test/cmp_ctx_test.c
18
OSSL_CMP_CTX *ctx;
crypto/openssl/test/cmp_ctx_test.c
218
OSSL_CMP_CTX *ctx = fixture->ctx;
crypto/openssl/test/cmp_ctx_test.c
283
OSSL_CMP_CTX *ctx = fixture->ctx;
crypto/openssl/test/cmp_ctx_test.c
335
static OSSL_CMP_MSG *test_transfer_cb(OSSL_CMP_CTX *ctx,
crypto/openssl/test/cmp_ctx_test.c
341
static int test_certConf_cb(OSSL_CMP_CTX *ctx, X509 *cert, int fail_info,
crypto/openssl/test/cmp_ctx_test.c
347
typedef OSSL_CMP_CTX CMP_CTX; /* prevents rewriting type name by below macro */
crypto/openssl/test/cmp_ctx_test.c
583
DEFINE_SET_GET_BASE_TEST(OSSL_CMP_CTX, set, get, 0, FIELD, \
crypto/openssl/test/cmp_ctx_test.c
587
DEFINE_SET_GET_BASE_TEST(OSSL_CMP_CTX, set, get, 0, FIELD, void *, \
crypto/openssl/test/cmp_ctx_test.c
62
OSSL_CMP_CTX *ctx = fixture->ctx;
crypto/openssl/test/cmp_ctx_test.c
750
DEFINE_SET_GET_BASE_TEST(OSSL_CMP_CTX, set, get, 0, option_35, int, -1, IS_0,
crypto/openssl/test/cmp_ctx_test.c
770
DEFINE_SET_GET_BASE_TEST(OSSL_CMP_CTX, set0, get0, 0, trusted,
crypto/openssl/test/cmp_hdr_test.c
19
OSSL_CMP_CTX *cmp_ctx;
crypto/openssl/test/cmp_msg_test.c
126
static int set1_newPkey(OSSL_CMP_CTX *ctx, EVP_PKEY *pkey)
crypto/openssl/test/cmp_msg_test.c
140
OSSL_CMP_CTX *ctx;
crypto/openssl/test/cmp_msg_test.c
20
OSSL_CMP_CTX *cmp_ctx;
crypto/openssl/test/cmp_msg_test.c
218
OSSL_CMP_CTX *ctx;
crypto/openssl/test/cmp_msg_test.c
378
OSSL_CMP_CTX *ctx = fixture->cmp_ctx;
crypto/openssl/test/cmp_protect_test.c
21
OSSL_CMP_CTX *cmp_ctx;
crypto/openssl/test/cmp_protect_test.c
254
OSSL_CMP_CTX *ctx;
crypto/openssl/test/cmp_protect_test.c
337
OSSL_CMP_CTX *ctx = fixture->cmp_ctx;
crypto/openssl/test/cmp_server_test.c
65
OSSL_CMP_CTX *client_ctx;
crypto/openssl/test/cmp_server_test.c
66
OSSL_CMP_CTX *cmp_ctx;
crypto/openssl/test/cmp_vfy_test.c
211
static int add_trusted(OSSL_CMP_CTX *ctx, X509 *cert)
crypto/openssl/test/cmp_vfy_test.c
216
static int add_untrusted(OSSL_CMP_CTX *ctx, X509 *cert)
crypto/openssl/test/cmp_vfy_test.c
33
OSSL_CMP_CTX *cmp_ctx;
crypto/openssl/test/cmp_vfy_test.c
463
static int allow_unprotected(const OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *msg,
crypto/openssl/test/cmp_vfy_test.c
474
OSSL_CMP_CTX *ctx = (*fixture)->cmp_ctx;