Home
last modified time | relevance | path

Searched refs:app_verify_arg (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/test/
Dssltest_old.c89 struct app_verify_arg { struct
899 struct app_verify_arg app_verify_arg = in main() local
1122 app_verify_arg.app_verify = 1; in main()
1564 &app_verify_arg); in main()
1566 &app_verify_arg); in main()
1572 &app_verify_arg); in main()
2891 struct app_verify_arg *cb_arg = arg; in app_verify_callback()
/third_party/openssl/ssl/
Dssl_cert.c425 i = s->ctx->app_verify_callback(ctx, s->ctx->app_verify_arg); in ssl_verify_cert_chain()
Dssl_local.h801 void *app_verify_arg; member
Dssl_lib.c3326 ctx->app_verify_arg = arg; in SSL_CTX_set_cert_verify_callback()
/third_party/openssl/
DCHANGES7828 i=s->ctx->app_verify_callback(&ctx, s->ctx->app_verify_arg).