/external/openssl/ssl/ |
ssl_cert.c | 525 if (s->ctx->app_verify_callback != NULL) 527 i=s->ctx->app_verify_callback(&ctx, s->ctx->app_verify_arg); 529 i=s->ctx->app_verify_callback(&ctx); /* should pass app_verify_arg */
|
ssltest.c | 225 static int MS_CALLBACK app_verify_callback(X509_STORE_CTX *ctx, void *arg); 1025 SSL_CTX_set_cert_verify_callback(s_ctx, app_verify_callback, &app_verify_arg); 1032 SSL_CTX_set_cert_verify_callback(c_ctx, app_verify_callback, &app_verify_arg); 2247 static int MS_CALLBACK app_verify_callback(X509_STORE_CTX *ctx, void *arg) function [all...] |
ssl_lib.c | [all...] |
ssl.h | 510 /* when app_verify_callback accepts a session where the peer's certificate 872 int (*app_verify_callback)(X509_STORE_CTX *, void *); member in struct:ssl_ctx_st [all...] |
/external/chromium_org/third_party/boringssl/src/ssl/ |
ssl_cert.c | 634 if (s->ctx->app_verify_callback != NULL) 636 i=s->ctx->app_verify_callback(&ctx, s->ctx->app_verify_arg); 638 i=s->ctx->app_verify_callback(&ctx); /* should pass app_verify_arg */
|
ssl_lib.c | [all...] |
/external/chromium_org/third_party/boringssl/src/include/openssl/ |
ssl.h | 424 /* when app_verify_callback accepts a session where the peer's certificate 858 int (*app_verify_callback)(X509_STORE_CTX *, void *); member in struct:ssl_ctx_st [all...] |
/external/openssl/include/openssl/ |
ssl.h | 510 /* when app_verify_callback accepts a session where the peer's certificate 872 int (*app_verify_callback)(X509_STORE_CTX *, void *); member in struct:ssl_ctx_st [all...] |