Symbol: OSSL_CMP_PKISI
crypto/openssl/apps/lib/cmp_mock_srv.c
167
OSSL_CMP_PKISI *si;
crypto/openssl/apps/lib/cmp_mock_srv.c
298
static OSSL_CMP_PKISI *process_cert_request(OSSL_CMP_SRV_CTX *srv_ctx,
crypto/openssl/apps/lib/cmp_mock_srv.c
30
OSSL_CMP_PKISI *statusOut; /* status for ip/cp/kup/rp msg unless polling */
crypto/openssl/apps/lib/cmp_mock_srv.c
309
OSSL_CMP_PKISI *si = NULL;
crypto/openssl/apps/lib/cmp_mock_srv.c
430
static OSSL_CMP_PKISI *process_rr(OSSL_CMP_SRV_CTX *srv_ctx,
crypto/openssl/apps/lib/cmp_mock_srv.c
620
const OSSL_CMP_PKISI *statusInfo,
crypto/openssl/apps/lib/cmp_mock_srv.c
668
const OSSL_CMP_PKISI *si)
crypto/openssl/crypto/cmp/cmp_asn.c
58
ASN1_SIMPLE(OSSL_CMP_ERRORMSGCONTENT, pKIStatusInfo, OSSL_CMP_PKISI),
crypto/openssl/crypto/cmp/cmp_asn.c
909
ASN1_SEQUENCE_OF(OSSL_CMP_REVREPCONTENT, status, OSSL_CMP_PKISI),
crypto/openssl/crypto/cmp/cmp_asn.c
917
ASN1_SIMPLE(OSSL_CMP_KEYRECREPCONTENT, status, OSSL_CMP_PKISI),
crypto/openssl/crypto/cmp/cmp_asn.c
928
ASN1_SEQUENCE(OSSL_CMP_PKISI) = {
crypto/openssl/crypto/cmp/cmp_asn.c
929
ASN1_SIMPLE(OSSL_CMP_PKISI, status, OSSL_CMP_PKISTATUS),
crypto/openssl/crypto/cmp/cmp_asn.c
931
ASN1_SEQUENCE_OF_OPT(OSSL_CMP_PKISI, statusString, ASN1_UTF8STRING),
crypto/openssl/crypto/cmp/cmp_asn.c
933
ASN1_OPT(OSSL_CMP_PKISI, failInfo, ASN1_BIT_STRING)
crypto/openssl/crypto/cmp/cmp_asn.c
934
} ASN1_SEQUENCE_END(OSSL_CMP_PKISI)
crypto/openssl/crypto/cmp/cmp_asn.c
935
IMPLEMENT_ASN1_FUNCTIONS(OSSL_CMP_PKISI)
crypto/openssl/crypto/cmp/cmp_asn.c
936
IMPLEMENT_ASN1_DUP_FUNCTION(OSSL_CMP_PKISI)
crypto/openssl/crypto/cmp/cmp_asn.c
941
ASN1_OPT(OSSL_CMP_CERTSTATUS, statusInfo, OSSL_CMP_PKISI),
crypto/openssl/crypto/cmp/cmp_asn.c
952
ASN1_SIMPLE(OSSL_CMP_CERTRESPONSE, status, OSSL_CMP_PKISI),
crypto/openssl/crypto/cmp/cmp_client.c
233
OSSL_CMP_PKISI *si = emc->pKIStatusInfo;
crypto/openssl/crypto/cmp/cmp_client.c
490
OSSL_CMP_PKISI *si = NULL;
crypto/openssl/crypto/cmp/cmp_client.c
50
OSSL_CMP_PKISI *si = ossl_cmp_revrepcontent_get_pkisi(rep->body->value.rp,
crypto/openssl/crypto/cmp/cmp_client.c
681
OSSL_CMP_PKISI *si;
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
915
OSSL_CMP_PKISI *si = NULL;
crypto/openssl/crypto/cmp/cmp_local.h
377
STACK_OF(OSSL_CMP_PKISI) *status;
crypto/openssl/crypto/cmp/cmp_local.h
394
OSSL_CMP_PKISI *status;
crypto/openssl/crypto/cmp/cmp_local.h
411
OSSL_CMP_PKISI *pKIStatusInfo;
crypto/openssl/crypto/cmp/cmp_local.h
433
OSSL_CMP_PKISI *statusInfo;
crypto/openssl/crypto/cmp/cmp_local.h
455
OSSL_CMP_PKISI *status;
crypto/openssl/crypto/cmp/cmp_local.h
880
int ossl_cmp_pkisi_get_status(const OSSL_CMP_PKISI *si);
crypto/openssl/crypto/cmp/cmp_local.h
882
OSSL_CMP_PKIFREETEXT *ossl_cmp_pkisi_get0_statusString(const OSSL_CMP_PKISI *s);
crypto/openssl/crypto/cmp/cmp_local.h
883
int ossl_cmp_pkisi_get_pkifailureinfo(const OSSL_CMP_PKISI *si);
crypto/openssl/crypto/cmp/cmp_local.h
884
int ossl_cmp_pkisi_check_pkifailureinfo(const OSSL_CMP_PKISI *si, int index);
crypto/openssl/crypto/cmp/cmp_local.h
954
int certReqId, const OSSL_CMP_PKISI *si,
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
972
OSSL_CMP_MSG *ossl_cmp_error_new(OSSL_CMP_CTX *ctx, const OSSL_CMP_PKISI *si,
crypto/openssl/crypto/cmp/cmp_local.h
982
OSSL_CMP_PKISI *
crypto/openssl/crypto/cmp/cmp_msg.c
1015
OSSL_CMP_PKISI *
crypto/openssl/crypto/cmp/cmp_msg.c
1018
OSSL_CMP_PKISI *status;
crypto/openssl/crypto/cmp/cmp_msg.c
512
int certReqId, const OSSL_CMP_PKISI *si,
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
662
OSSL_CMP_PKISI *si1 = NULL;
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
878
OSSL_CMP_PKISI *sinfo;
crypto/openssl/crypto/cmp/cmp_server.c
177
OSSL_CMP_PKISI *si;
crypto/openssl/crypto/cmp/cmp_server.c
217
OSSL_CMP_PKISI *si = NULL;
crypto/openssl/crypto/cmp/cmp_server.c
325
OSSL_CMP_PKISI *si;
crypto/openssl/crypto/cmp/cmp_server.c
431
OSSL_CMP_PKISI *si = status->statusInfo;
crypto/openssl/crypto/cmp/cmp_server.c
690
OSSL_CMP_PKISI *si = NULL;
crypto/openssl/crypto/cmp/cmp_status.c
152
int ossl_cmp_pkisi_check_pkifailureinfo(const OSSL_CMP_PKISI *si, int bit_index)
crypto/openssl/crypto/cmp/cmp_status.c
240
char *OSSL_CMP_snprint_PKIStatusInfo(const OSSL_CMP_PKISI *statusInfo,
crypto/openssl/crypto/cmp/cmp_status.c
277
OSSL_CMP_PKISI *OSSL_CMP_STATUSINFO_new(int status, int fail_info,
crypto/openssl/crypto/cmp/cmp_status.c
280
OSSL_CMP_PKISI *si = OSSL_CMP_PKISI_new();
crypto/openssl/crypto/cmp/cmp_status.c
31
int ossl_cmp_pkisi_get_status(const OSSL_CMP_PKISI *si)
crypto/openssl/crypto/cmp/cmp_status.c
65
OSSL_CMP_PKIFREETEXT *ossl_cmp_pkisi_get0_statusString(const OSSL_CMP_PKISI *si)
crypto/openssl/crypto/cmp/cmp_status.c
72
int ossl_cmp_pkisi_get_pkifailureinfo(const OSSL_CMP_PKISI *si)
crypto/openssl/fuzz/cmp.c
102
static OSSL_CMP_PKISI *process_cert_request(OSSL_CMP_SRV_CTX *srv_ctx,
crypto/openssl/fuzz/cmp.c
115
static OSSL_CMP_PKISI *process_rr(OSSL_CMP_SRV_CTX *srv_ctx,
crypto/openssl/fuzz/cmp.c
134
const OSSL_CMP_PKISI *statusInfo,
crypto/openssl/fuzz/cmp.c
144
const OSSL_CMP_PKISI *si)
crypto/openssl/include/openssl/cmp.h
330
DECLARE_ASN1_FUNCTIONS(OSSL_CMP_PKISI)
crypto/openssl/include/openssl/cmp.h
331
DECLARE_ASN1_DUP_FUNCTION(OSSL_CMP_PKISI)
crypto/openssl/include/openssl/cmp.h
333
SKM_DEFINE_STACK_OF_INTERNAL(OSSL_CMP_PKISI, OSSL_CMP_PKISI, OSSL_CMP_PKISI)
crypto/openssl/include/openssl/cmp.h
335
#define sk_OSSL_CMP_PKISI_value(sk, idx) ((OSSL_CMP_PKISI *)OPENSSL_sk_value(ossl_check_const_OSSL_CMP_PKISI_sk_type(sk), (idx)))
crypto/openssl/include/openssl/cmp.h
336
#define sk_OSSL_CMP_PKISI_new(cmp) ((STACK_OF(OSSL_CMP_PKISI) *)OPENSSL_sk_new(ossl_check_OSSL_CMP_PKISI_compfunc_type(cmp)))
crypto/openssl/include/openssl/cmp.h
337
#define sk_OSSL_CMP_PKISI_new_null() ((STACK_OF(OSSL_CMP_PKISI) *)OPENSSL_sk_new_null())
crypto/openssl/include/openssl/cmp.h
338
#define sk_OSSL_CMP_PKISI_new_reserve(cmp, n) ((STACK_OF(OSSL_CMP_PKISI) *)OPENSSL_sk_new_reserve(ossl_check_OSSL_CMP_PKISI_compfunc_type(cmp), (n)))
crypto/openssl/include/openssl/cmp.h
342
#define sk_OSSL_CMP_PKISI_delete(sk, i) ((OSSL_CMP_PKISI *)OPENSSL_sk_delete(ossl_check_OSSL_CMP_PKISI_sk_type(sk), (i)))
crypto/openssl/include/openssl/cmp.h
343
#define sk_OSSL_CMP_PKISI_delete_ptr(sk, ptr) ((OSSL_CMP_PKISI *)OPENSSL_sk_delete_ptr(ossl_check_OSSL_CMP_PKISI_sk_type(sk), ossl_check_OSSL_CMP_PKISI_type(ptr)))
crypto/openssl/include/openssl/cmp.h
346
#define sk_OSSL_CMP_PKISI_pop(sk) ((OSSL_CMP_PKISI *)OPENSSL_sk_pop(ossl_check_OSSL_CMP_PKISI_sk_type(sk)))
crypto/openssl/include/openssl/cmp.h
347
#define sk_OSSL_CMP_PKISI_shift(sk) ((OSSL_CMP_PKISI *)OPENSSL_sk_shift(ossl_check_OSSL_CMP_PKISI_sk_type(sk)))
crypto/openssl/include/openssl/cmp.h
350
#define sk_OSSL_CMP_PKISI_set(sk, idx, ptr) ((OSSL_CMP_PKISI *)OPENSSL_sk_set(ossl_check_OSSL_CMP_PKISI_sk_type(sk), (idx), ossl_check_OSSL_CMP_PKISI_type(ptr)))
crypto/openssl/include/openssl/cmp.h
356
#define sk_OSSL_CMP_PKISI_dup(sk) ((STACK_OF(OSSL_CMP_PKISI) *)OPENSSL_sk_dup(ossl_check_const_OSSL_CMP_PKISI_sk_type(sk)))
crypto/openssl/include/openssl/cmp.h
357
#define sk_OSSL_CMP_PKISI_deep_copy(sk, copyfunc, freefunc) ((STACK_OF(OSSL_CMP_PKISI) *)OPENSSL_sk_deep_copy(ossl_check_const_OSSL_CMP_PKISI_sk_type(sk), ossl_check_OSSL_CMP_PKISI_copyfunc_type(copyfunc), ossl_check_OSSL_CMP_PKISI_freefunc_type(freefunc)))
crypto/openssl/include/openssl/cmp.h
612
char *OSSL_CMP_snprint_PKIStatusInfo(const OSSL_CMP_PKISI *statusInfo,
crypto/openssl/include/openssl/cmp.h
614
OSSL_CMP_PKISI *
crypto/openssl/include/openssl/cmp.h
655
typedef OSSL_CMP_PKISI *(*OSSL_CMP_SRV_cert_request_cb_t)(OSSL_CMP_SRV_CTX *srv_ctx, const OSSL_CMP_MSG *req, int certReqId,
crypto/openssl/include/openssl/cmp.h
658
typedef OSSL_CMP_PKISI *(*OSSL_CMP_SRV_rr_cb_t)(OSSL_CMP_SRV_CTX *srv_ctx,
crypto/openssl/include/openssl/cmp.h
668
const OSSL_CMP_PKISI *statusInfo,
crypto/openssl/include/openssl/cmp.h
675
const OSSL_CMP_PKISI *si);
crypto/openssl/test/cmp_msg_test.c
30
OSSL_CMP_PKISI *si;
crypto/openssl/test/cmp_msg_test.c
421
OSSL_CMP_PKISI *si = OSSL_CMP_STATUSINFO_new(33, 44, "a text");
crypto/openssl/test/cmp_protect_test.c
24
OSSL_CMP_PKISI *si; /* for error and response messages */
crypto/openssl/test/cmp_server_test.c
49
static OSSL_CMP_PKISI *process_cert_request(OSSL_CMP_SRV_CTX *srv_ctx,
crypto/openssl/test/cmp_status_test.c
42
OSSL_CMP_PKISI *si = NULL;