Home
last modified time | relevance | path

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

/third_party/openssl/test/
Dssl_old_test.c88 struct app_verify_arg { struct
893 struct app_verify_arg app_verify_arg = in main() local
1094 app_verify_arg.app_verify = 1; in main()
1562 &app_verify_arg); in main()
1564 &app_verify_arg); in main()
1570 &app_verify_arg); in main()
2912 struct app_verify_arg *cb_arg = arg; in app_verify_callback()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dtypes.rs797 app_verify_arg: *mut c_void,
867 app_verify_arg: *mut c_void,
/third_party/openssl/ssl/
Dssl_cert.c434 i = s->ctx->app_verify_callback(ctx, s->ctx->app_verify_arg); in ssl_verify_cert_chain()
Dssl_local.h912 void *app_verify_arg; member
Dssl_lib.c3559 ctx->app_verify_arg = arg; in SSL_CTX_set_cert_verify_callback()
/third_party/openssl/
DCHANGES.md12512 i=s->ctx->app_verify_callback(&ctx, s->ctx->app_verify_arg).