• Home
  • Raw
  • Download

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; in X509_verify_cert()
161 STACK_OF(X509) *sktmp=NULL; in X509_verify_cert()
398 static X509 *find_issuer(X509_STORE_CTX *ctx, STACK_OF(X509) *sk, X509 *x) in find_issuer()
401 X509 *issuer; in find_issuer()
413 static int check_issued(X509_STORE_CTX *ctx, X509 *x, X509 *issuer) in check_issued()
432 static int get_issuer_sk(X509 **issuer, X509_STORE_CTX *ctx, X509 *x) in get_issuer_sk()
455 X509 *x; in check_chain_extensions()
609 X509 *x; in check_name_constraints()
649 X509 *x; in check_trust()
695 X509 *x; in check_cert()
820 X509 **pissuer, int *pscore, unsigned int *preasons, in get_crl_sk()
825 X509 *x = ctx->current_cert; in get_crl_sk()
827 X509 *crl_issuer = NULL, *best_crl_issuer = NULL; in get_crl_sk()
974 static int get_crl_score(X509_STORE_CTX *ctx, X509 **pissuer, in get_crl_score()
976 X509_CRL *crl, X509 *x) in get_crl_score()
1044 X509 **pissuer, int *pcrl_score) in crl_akid_check()
1046 X509 *crl_issuer = NULL; in crl_akid_check()
1108 static int check_crl_path(X509_STORE_CTX *ctx, X509 *x) in check_crl_path()
1148 STACK_OF(X509) *cert_path, in check_crl_chain()
1149 STACK_OF(X509) *crl_path) in check_crl_chain()
1151 X509 *cert_ta, *crl_ta; in check_crl_chain()
1253 static int crl_crldp_check(X509 *x, X509_CRL *crl, int crl_score, in crl_crldp_check()
1293 X509_CRL **pcrl, X509_CRL **pdcrl, X509 *x) in get_crl_delta()
1296 X509 *issuer = NULL; in get_crl_delta()
1340 X509 *issuer = NULL; in check_crl()
1445 static int cert_crl(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x) in cert_crl()
1497 X509 *x; in check_policy()
1529 static int check_cert_time(X509_STORE_CTX *ctx, X509 *x) in check_cert_time()
1579 X509 *xs,*xi; in internal_verify()
1779 int X509_get_pubkey_parameters(EVP_PKEY *pkey, STACK_OF(X509) *chain) in X509_get_pubkey_parameters()
1855 X509 *X509_STORE_CTX_get_current_cert(X509_STORE_CTX *ctx) in X509_STORE_CTX_get_current_cert()
1860 STACK_OF(X509) *X509_STORE_CTX_get_chain(X509_STORE_CTX *ctx) in STACK_OF() argument
1865 STACK_OF(X509) *X509_STORE_CTX_get1_chain(X509_STORE_CTX *ctx) in STACK_OF() argument
1868 X509 *x; in STACK_OF()
1869 STACK_OF(X509) *chain; in STACK_OF()
1879 X509 *X509_STORE_CTX_get0_current_issuer(X509_STORE_CTX *ctx) in X509_STORE_CTX_get0_current_issuer()
1894 void X509_STORE_CTX_set_cert(X509_STORE_CTX *ctx, X509 *x) in X509_STORE_CTX_set_cert()
1899 void X509_STORE_CTX_set_chain(X509_STORE_CTX *ctx, STACK_OF(X509) *sk) in X509_STORE_CTX_set_chain()
1996 int X509_STORE_CTX_init(X509_STORE_CTX *ctx, X509_STORE *store, X509 *x509, in X509_STORE_CTX_init()
1997 STACK_OF(X509) *chain) in X509_STORE_CTX_init()
2127 void X509_STORE_CTX_trusted_stack(X509_STORE_CTX *ctx, STACK_OF(X509) *sk) in X509_STORE_CTX_trusted_stack()
2208 IMPLEMENT_STACK_OF(X509)
2209 IMPLEMENT_ASN1_SET_OF(X509)