Symbol: OSSL_CMP_CRLSTATUS
crypto/openssl/apps/lib/cmp_mock_srv.c
459
static int check_client_crl(const STACK_OF(OSSL_CMP_CRLSTATUS) *crlStatusList,
crypto/openssl/apps/lib/cmp_mock_srv.c
462
OSSL_CMP_CRLSTATUS *crlstatus;
crypto/openssl/apps/lib/cmp_mock_srv.c
525
STACK_OF(OSSL_CMP_CRLSTATUS) *crlstatuslist = NULL;
crypto/openssl/crypto/cmp/cmp_asn.c
126
OSSL_CMP_CRLSTATUS)),
crypto/openssl/crypto/cmp/cmp_asn.c
166
ASN1_SEQUENCE(OSSL_CMP_CRLSTATUS) = {
crypto/openssl/crypto/cmp/cmp_asn.c
167
ASN1_SIMPLE(OSSL_CMP_CRLSTATUS, source, OSSL_CMP_CRLSOURCE),
crypto/openssl/crypto/cmp/cmp_asn.c
168
ASN1_OPT(OSSL_CMP_CRLSTATUS, thisUpdate, ASN1_TIME)
crypto/openssl/crypto/cmp/cmp_asn.c
169
} ASN1_SEQUENCE_END(OSSL_CMP_CRLSTATUS)
crypto/openssl/crypto/cmp/cmp_asn.c
170
IMPLEMENT_ASN1_FUNCTIONS(OSSL_CMP_CRLSTATUS)
crypto/openssl/crypto/cmp/cmp_asn.c
589
*OSSL_CMP_ITAV_new0_crlStatusList(STACK_OF(OSSL_CMP_CRLSTATUS) *crlStatusList)
crypto/openssl/crypto/cmp/cmp_asn.c
601
STACK_OF(OSSL_CMP_CRLSTATUS) **out)
crypto/openssl/crypto/cmp/cmp_asn.c
615
OSSL_CMP_CRLSTATUS *OSSL_CMP_CRLSTATUS_new1(const DIST_POINT_NAME *dpn,
crypto/openssl/crypto/cmp/cmp_asn.c
620
OSSL_CMP_CRLSTATUS *crlstatus;
crypto/openssl/crypto/cmp/cmp_asn.c
682
OSSL_CMP_CRLSTATUS *OSSL_CMP_CRLSTATUS_create(const X509_CRL *crl,
crypto/openssl/crypto/cmp/cmp_asn.c
692
OSSL_CMP_CRLSTATUS *status = NULL;
crypto/openssl/crypto/cmp/cmp_asn.c
755
int OSSL_CMP_CRLSTATUS_get0(const OSSL_CMP_CRLSTATUS *crlstatus,
crypto/openssl/crypto/cmp/cmp_genm.c
349
OSSL_CMP_CRLSTATUS *status = NULL;
crypto/openssl/crypto/cmp/cmp_genm.c
350
STACK_OF(OSSL_CMP_CRLSTATUS) *list = NULL;
crypto/openssl/crypto/cmp/cmp_local.h
242
DECLARE_ASN1_FUNCTIONS(OSSL_CMP_CRLSTATUS)
crypto/openssl/crypto/cmp/cmp_local.h
300
STACK_OF(OSSL_CMP_CRLSTATUS) *crlStatusList;
crypto/openssl/include/openssl/cmp.h
289
SKM_DEFINE_STACK_OF_INTERNAL(OSSL_CMP_CRLSTATUS, OSSL_CMP_CRLSTATUS, OSSL_CMP_CRLSTATUS)
crypto/openssl/include/openssl/cmp.h
291
#define sk_OSSL_CMP_CRLSTATUS_value(sk, idx) ((OSSL_CMP_CRLSTATUS *)OPENSSL_sk_value(ossl_check_const_OSSL_CMP_CRLSTATUS_sk_type(sk), (idx)))
crypto/openssl/include/openssl/cmp.h
292
#define sk_OSSL_CMP_CRLSTATUS_new(cmp) ((STACK_OF(OSSL_CMP_CRLSTATUS) *)OPENSSL_sk_new(ossl_check_OSSL_CMP_CRLSTATUS_compfunc_type(cmp)))
crypto/openssl/include/openssl/cmp.h
293
#define sk_OSSL_CMP_CRLSTATUS_new_null() ((STACK_OF(OSSL_CMP_CRLSTATUS) *)OPENSSL_sk_new_null())
crypto/openssl/include/openssl/cmp.h
294
#define sk_OSSL_CMP_CRLSTATUS_new_reserve(cmp, n) ((STACK_OF(OSSL_CMP_CRLSTATUS) *)OPENSSL_sk_new_reserve(ossl_check_OSSL_CMP_CRLSTATUS_compfunc_type(cmp), (n)))
crypto/openssl/include/openssl/cmp.h
298
#define sk_OSSL_CMP_CRLSTATUS_delete(sk, i) ((OSSL_CMP_CRLSTATUS *)OPENSSL_sk_delete(ossl_check_OSSL_CMP_CRLSTATUS_sk_type(sk), (i)))
crypto/openssl/include/openssl/cmp.h
299
#define sk_OSSL_CMP_CRLSTATUS_delete_ptr(sk, ptr) ((OSSL_CMP_CRLSTATUS *)OPENSSL_sk_delete_ptr(ossl_check_OSSL_CMP_CRLSTATUS_sk_type(sk), ossl_check_OSSL_CMP_CRLSTATUS_type(ptr)))
crypto/openssl/include/openssl/cmp.h
302
#define sk_OSSL_CMP_CRLSTATUS_pop(sk) ((OSSL_CMP_CRLSTATUS *)OPENSSL_sk_pop(ossl_check_OSSL_CMP_CRLSTATUS_sk_type(sk)))
crypto/openssl/include/openssl/cmp.h
303
#define sk_OSSL_CMP_CRLSTATUS_shift(sk) ((OSSL_CMP_CRLSTATUS *)OPENSSL_sk_shift(ossl_check_OSSL_CMP_CRLSTATUS_sk_type(sk)))
crypto/openssl/include/openssl/cmp.h
306
#define sk_OSSL_CMP_CRLSTATUS_set(sk, idx, ptr) ((OSSL_CMP_CRLSTATUS *)OPENSSL_sk_set(ossl_check_OSSL_CMP_CRLSTATUS_sk_type(sk), (idx), ossl_check_OSSL_CMP_CRLSTATUS_type(ptr)))
crypto/openssl/include/openssl/cmp.h
312
#define sk_OSSL_CMP_CRLSTATUS_dup(sk) ((STACK_OF(OSSL_CMP_CRLSTATUS) *)OPENSSL_sk_dup(ossl_check_const_OSSL_CMP_CRLSTATUS_sk_type(sk)))
crypto/openssl/include/openssl/cmp.h
313
#define sk_OSSL_CMP_CRLSTATUS_deep_copy(sk, copyfunc, freefunc) ((STACK_OF(OSSL_CMP_CRLSTATUS) *)OPENSSL_sk_deep_copy(ossl_check_const_OSSL_CMP_CRLSTATUS_sk_type(sk), ossl_check_OSSL_CMP_CRLSTATUS_copyfunc_type(copyfunc), ossl_check_OSSL_CMP_CRLSTATUS_freefunc_type(freefunc)))
crypto/openssl/include/openssl/cmp.h
456
OSSL_CMP_CRLSTATUS *OSSL_CMP_CRLSTATUS_create(const X509_CRL *crl,
crypto/openssl/include/openssl/cmp.h
458
OSSL_CMP_CRLSTATUS *OSSL_CMP_CRLSTATUS_new1(const DIST_POINT_NAME *dpn,
crypto/openssl/include/openssl/cmp.h
461
int OSSL_CMP_CRLSTATUS_get0(const OSSL_CMP_CRLSTATUS *crlstatus,
crypto/openssl/include/openssl/cmp.h
464
void OSSL_CMP_CRLSTATUS_free(OSSL_CMP_CRLSTATUS *crlstatus);
crypto/openssl/include/openssl/cmp.h
466
*OSSL_CMP_ITAV_new0_crlStatusList(STACK_OF(OSSL_CMP_CRLSTATUS) *crlStatusList);
crypto/openssl/include/openssl/cmp.h
468
STACK_OF(OSSL_CMP_CRLSTATUS) **out);