Lines Matching defs:cert
93 int X509_self_signed(X509 *cert, int verify_signature) in X509_self_signed()
166 #define CB_FAIL_IF(cond, ctx, cert, depth, err) \ argument
192 X509 *cert = sk_X509_value(ctx->chain, i); in check_auth_level() local
307 static int sk_X509_contains(STACK_OF(X509) *sk, X509 *cert) in sk_X509_contains()
2651 static unsigned char *dane_i2d(X509 *cert, uint8_t selector, in dane_i2d()
2684 static int dane_match(X509_STORE_CTX *ctx, X509 *cert, int depth) in dane_match()
2831 X509 *cert; in check_dane_issuer() local
2857 X509 *cert = sk_X509_value(ctx->chain, num - 1); in check_dane_pkeys() local
2899 static int check_leaf_suiteb(X509_STORE_CTX *ctx, X509 *cert) in check_leaf_suiteb()
2910 X509 *cert = ctx->cert; in dane_verify() local
2974 static int get1_trusted_issuer(X509 **issuer, X509_STORE_CTX *ctx, X509 *cert) in get1_trusted_issuer()
3382 static int check_key_level(X509_STORE_CTX *ctx, X509 *cert) in check_key_level()
3412 static int check_curve(X509 *cert) in check_curve()
3439 static int check_sig_level(X509_STORE_CTX *ctx, X509 *cert) in check_sig_level()