Lines Matching defs:cert
96 int X509_self_signed(X509 *cert, int verify_signature) in X509_self_signed()
170 #define CB_FAIL_IF(cond, ctx, cert, depth, err) \ argument
197 X509 *cert = sk_X509_value(ctx->chain, i); in check_auth_level() local
368 static int sk_X509_contains(STACK_OF(X509) *sk, X509 *cert) in sk_X509_contains()
2813 static unsigned char *dane_i2d(X509 *cert, uint8_t selector, in dane_i2d()
2846 static int dane_match_cert(X509_STORE_CTX *ctx, X509 *cert, int depth) in dane_match_cert()
2993 X509 *cert; in check_dane_issuer() local
3019 X509 *cert = sk_X509_value(ctx->chain, num - 1); in check_dane_pkeys() local
3118 static int check_leaf_suiteb(X509_STORE_CTX *ctx, X509 *cert) in check_leaf_suiteb()
3159 X509 *cert = ctx->cert; in dane_verify() local
3223 static int get1_trusted_issuer(X509 **issuer, X509_STORE_CTX *ctx, X509 *cert) in get1_trusted_issuer()
3666 static int check_cert_key_level(X509_STORE_CTX *ctx, X509 *cert) in check_cert_key_level()
3677 static int check_curve(X509 *cert) in check_curve()
3702 static int check_sig_level(X509_STORE_CTX *ctx, X509 *cert) in check_sig_level()