• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/x509/

Lines Matching refs:X509

112 static int check_issued(X509_STORE_CTX *ctx, X509 *x, X509 *issuer);
113 static X509 *find_issuer(X509_STORE_CTX *ctx, STACK_OF(X509) *sk, X509 *x);
121 static int get_crl_score(X509_STORE_CTX *ctx, X509 **pissuer,
123 X509_CRL *crl, X509 *x);
125 X509_CRL **pcrl, X509_CRL **pdcrl, X509 *x);
129 X509 **pissuer, int *pcrl_score);
130 static int crl_crldp_check(X509 *x, X509_CRL *crl, int crl_score,
132 static int check_crl_path(X509_STORE_CTX *ctx, X509 *x);
134 STACK_OF(X509) *cert_path,
135 STACK_OF(X509) *crl_path);
147 static int x509_subject_cmp(X509 **a, X509 **b)
155 X509 *x,*xtmp,*chain_ss=NULL;
161 STACK_OF(X509) *sktmp=NULL;
395 /* Given a STACK_OF(X509) find the issuer of cert (if any)
398 static X509 *find_issuer(X509_STORE_CTX *ctx, STACK_OF(X509) *sk, X509 *x)
401 X509 *issuer;
413 static int check_issued(X509_STORE_CTX *ctx, X509 *x, X509 *issuer)
432 static int get_issuer_sk(X509 **issuer, X509_STORE_CTX *ctx, X509 *x)
455 X509 *x;
609 X509 *x;
649 X509 *x;
695 X509 *x;
831 X509 **pissuer, int *pscore, unsigned int *preasons,
836 X509 *x = ctx->current_cert;
838 X509 *crl_issuer = NULL, *best_crl_issuer = NULL;
985 static int get_crl_score(X509_STORE_CTX *ctx, X509 **pissuer,
987 X509_CRL *crl, X509 *x)
1055 X509 **pissuer, int *pcrl_score)
1057 X509 *crl_issuer = NULL;
1119 static int check_crl_path(X509_STORE_CTX *ctx, X509 *x)
1159 STACK_OF(X509) *cert_path,
1160 STACK_OF(X509) *crl_path)
1162 X509 *cert_ta, *crl_ta;
1264 static int crl_crldp_check(X509 *x, X509_CRL *crl, int crl_score,
1304 X509_CRL **pcrl, X509_CRL **pdcrl, X509 *x)
1307 X509 *issuer = NULL;
1351 X509 *issuer = NULL;
1456 static int cert_crl(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x)
1507 X509 *x;
1539 static int check_cert_time(X509_STORE_CTX *ctx, X509 *x)
1589 X509 *xs,*xi;
1789 int X509_get_pubkey_parameters(EVP_PKEY *pkey, STACK_OF(X509) *chain)
1865 X509 *X509_STORE_CTX_get_current_cert(X509_STORE_CTX *ctx)
1870 STACK_OF(X509) *X509_STORE_CTX_get_chain(X509_STORE_CTX *ctx)
1875 STACK_OF(X509) *X509_STORE_CTX_get1_chain(X509_STORE_CTX *ctx)
1878 X509 *x;
1879 STACK_OF(X509) *chain;
1889 X509 *X509_STORE_CTX_get0_current_issuer(X509_STORE_CTX *ctx)
1904 void X509_STORE_CTX_set_cert(X509_STORE_CTX *ctx, X509 *x)
1909 void X509_STORE_CTX_set_chain(X509_STORE_CTX *ctx, STACK_OF(X509) *sk)
2006 int X509_STORE_CTX_init(X509_STORE_CTX *ctx, X509_STORE *store, X509 *x509,
2007 STACK_OF(X509) *chain)
2137 void X509_STORE_CTX_trusted_stack(X509_STORE_CTX *ctx, STACK_OF(X509) *sk)
2218 IMPLEMENT_STACK_OF(X509)
2219 IMPLEMENT_ASN1_SET_OF(X509)