OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:app_verify_arg
(Results
1 - 5
of
5
) sorted by null
/external/openssl/ssl/
ssltest.c
227
struct
app_verify_arg
struct
511
struct
app_verify_arg
app_verify_arg
=
local
601
app_verify_arg
.proxy_auth= *(++argv);
606
app_verify_arg
.proxy_cond= *(++argv);
760
app_verify_arg
.app_verify = 1;
764
app_verify_arg
.allow_proxy_certs = 1;
1019
SSL_CTX_set_cert_verify_callback(s_ctx, app_verify_callback, &
app_verify_arg
);
1026
SSL_CTX_set_cert_verify_callback(c_ctx, app_verify_callback, &
app_verify_arg
);
[
all
...]
ssl_cert.c
547
i=s->ctx->app_verify_callback(&ctx, s->ctx->
app_verify_arg
);
549
i=s->ctx->app_verify_callback(&ctx); /* should pass
app_verify_arg
*/
ssl_lib.c
[
all
...]
ssl.h
838
void *
app_verify_arg
;
member in struct:ssl_ctx_st
[
all
...]
/external/openssl/include/openssl/
ssl.h
838
void *
app_verify_arg
;
member in struct:ssl_ctx_st
[
all
...]
Completed in 2664 milliseconds