Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dssl_old_test.c88 struct app_verify_arg { struct
893 struct app_verify_arg app_verify_arg = in main() local
1095 app_verify_arg.app_verify = 1; in main()
1565 &app_verify_arg); in main()
1567 &app_verify_arg); in main()
1573 &app_verify_arg); in main()
2916 struct app_verify_arg *cb_arg = arg; in app_verify_callback()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A 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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_cert.c425 i = s->ctx->app_verify_callback(ctx, s->ctx->app_verify_arg); in ssl_verify_cert_chain()
H A Dssl_local.h801 void *app_verify_arg; member
H A Dssl_lib.c3341 ctx->app_verify_arg = arg; in SSL_CTX_set_cert_verify_callback()
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_cert.c444 i = s->ctx->app_verify_callback(ctx, s->ctx->app_verify_arg); in ssl_verify_cert_chain()
H A Dssl_local.h912 void *app_verify_arg; member
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A DCHANGES7820 i=s->ctx->app_verify_callback(&ctx, s->ctx->app_verify_arg).