Searched refs:verify_cb (Results 1 - 7 of 7) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/x509/
H A Dx509_vfy.c169 cb=ctx->verify_cb;
431 return ctx->verify_cb(0, ctx);
465 cb=ctx->verify_cb;
639 if (!ctx->verify_cb(0,ctx))
656 cb=ctx->verify_cb;
720 ok = ctx->verify_cb(0, ctx);
781 if (!ctx->verify_cb(0, ctx))
790 if (!ctx->verify_cb(0, ctx))
803 if (!ctx->verify_cb(0, ctx))
812 if (!ctx->verify_cb(
2172 X509_STORE_CTX_set_verify_cb(X509_STORE_CTX *ctx, int (*verify_cb)(int, X509_STORE_CTX *)) argument
[all...]
H A Dx509_vfy.h196 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */ member in struct:x509_store_st
213 #define X509_STORE_set_verify_cb_func(ctx,func) ((ctx)->verify_cb=(func))
245 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */ member in struct:x509_store_ctx_st
362 /* Send issuer+subject checks to verify_cb */
423 int (*verify_cb)(int, X509_STORE_CTX *));
499 int (*verify_cb)(int, X509_STORE_CTX *));
H A Dx509_lu.c188 ret->verify_cb=0;
710 int (*verify_cb)(int, X509_STORE_CTX *))
712 ctx->verify_cb = verify_cb;
709 X509_STORE_set_verify_cb(X509_STORE *ctx, int (*verify_cb)(int, X509_STORE_CTX *)) argument
/barrelfish-master/include/openssl/
H A Dx509_vfy.h196 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */ member in struct:x509_store_st
213 #define X509_STORE_set_verify_cb_func(ctx,func) ((ctx)->verify_cb=(func))
245 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */ member in struct:x509_store_ctx_st
362 /* Send issuer+subject checks to verify_cb */
423 int (*verify_cb)(int, X509_STORE_CTX *));
499 int (*verify_cb)(int, X509_STORE_CTX *));
/barrelfish-master/lib/openssl-1.0.0d/crypto/x509v3/
H A Dv3_asid.c692 ret = ctx->verify_cb(0, ctx); \
713 OPENSSL_assert(ctx == NULL || ctx->verify_cb != NULL);
H A Dv3_addr.c1158 ret = ctx->verify_cb(0, ctx); \
1179 OPENSSL_assert(ctx == NULL || ctx->verify_cb != NULL);
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dts.c119 static int MS_CALLBACK verify_cb(int ok, X509_STORE_CTX *ctx);
1086 X509_STORE_set_verify_cb(cert_ctx, verify_cb);
1130 static int MS_CALLBACK verify_cb(int ok, X509_STORE_CTX *ctx) function

Completed in 47 milliseconds