Searched refs:X509_CRL (Results 1 – 9 of 9) sorted by relevance
/optee_test/host/openssl/include/openssl/ |
A D | x509.h | 476 DECLARE_STACK_OF(X509_CRL) 477 DECLARE_ASN1_SET_OF(X509_CRL) 498 X509_CRL *crl; 672 X509_CRL *d2i_X509_CRL_fp(FILE *fp, X509_CRL **crl); 711 X509_CRL *d2i_X509_CRL_bio(BIO *bp, X509_CRL **crl); 750 X509_CRL *X509_CRL_dup(X509_CRL *crl); 855 DECLARE_ASN1_FUNCTIONS(X509_CRL) 947 int X509_CRL_sort(X509_CRL *crl); 952 X509_CRL *X509_CRL_diff(X509_CRL *base, X509_CRL *newer, 983 int X509_CRL_cmp(const X509_CRL *a, const X509_CRL *b); [all …]
|
A D | x509_vfy.h | 129 X509_CRL *crl; 205 int (*get_crl) (X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); 207 int (*check_crl) (X509_STORE_CTX *ctx, X509_CRL *crl); 209 int (*cert_crl) (X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); 246 STACK_OF(X509_CRL) *crls; 262 int (*get_crl) (X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); 264 int (*check_crl) (X509_STORE_CTX *ctx, X509_CRL *crl); 266 int (*cert_crl) (X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); 289 X509_CRL *current_crl; 503 int X509_STORE_add_crl(X509_STORE *ctx, X509_CRL *x); [all …]
|
A D | pkcs7.h | 121 STACK_OF(X509_CRL) *crl; /* [ 1 ] */ 147 STACK_OF(X509_CRL) *crl; /* [ 1 ] */ 299 int PKCS7_add_crl(PKCS7 *p7, X509_CRL *x509);
|
A D | pkcs12.h | 173 PKCS12_SAFEBAG *PKCS12_x509crl2certbag(X509_CRL *crl); 175 X509_CRL *PKCS12_certbag2x509crl(PKCS12_SAFEBAG *bag);
|
A D | cms.h | 258 int CMS_add0_crl(CMS_ContentInfo *cms, X509_CRL *crl); 259 int CMS_add1_crl(CMS_ContentInfo *cms, X509_CRL *crl); 260 STACK_OF(X509_CRL) *CMS_get1_crls(CMS_ContentInfo *cms);
|
A D | ossl_typ.h | 156 typedef struct X509_crl_st X509_CRL; typedef
|
A D | x509v3.h | 140 X509_CRL *crl; 623 X509_CRL *crl); 635 char *section, X509_CRL *crl); 650 X509_REQ *req, X509_CRL *crl, int flags);
|
A D | safestack.h | 1842 # define sk_X509_CRL_new(cmp) SKM_sk_new(X509_CRL, (cmp)) 1843 # define sk_X509_CRL_new_null() SKM_sk_new_null(X509_CRL) 1844 # define sk_X509_CRL_free(st) SKM_sk_free(X509_CRL, (st)) 1845 # define sk_X509_CRL_num(st) SKM_sk_num(X509_CRL, (st)) 1846 # define sk_X509_CRL_value(st, i) SKM_sk_value(X509_CRL, (st), (i)) 1848 # define sk_X509_CRL_zero(st) SKM_sk_zero(X509_CRL, (st)) 1857 # define sk_X509_CRL_dup(st) SKM_sk_dup(X509_CRL, st) 1860 # define sk_X509_CRL_shift(st) SKM_sk_shift(X509_CRL, (st)) 1861 # define sk_X509_CRL_pop(st) SKM_sk_pop(X509_CRL, (st)) 1862 # define sk_X509_CRL_sort(st) SKM_sk_sort(X509_CRL, (st)) [all …]
|
A D | pem.h | 456 DECLARE_PEM_rw(X509_CRL, X509_CRL)
|
Completed in 64 milliseconds