Searched refs:client_auth_vtable (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/bearssl/src/ssl/
H A Dssl_ccert_single_rsa.c148 cc->client_auth_vtable = &cc->client_auth.single_rsa.vtable;
H A Dssl_ccert_single_ec.c155 cc->client_auth_vtable = &cc->client_auth.single_ec.vtable;
H A Dssl_hs_client.c355 if (!(*ctx->client_auth_vtable)->do_keyx(
356 ctx->client_auth_vtable, point, &point_len))
392 return (*ctx->client_auth_vtable)->do_sign(
393 ctx->client_auth_vtable, ctx->hash_id, hv_len,
1106 if (CTX->client_auth_vtable != NULL) {
1107 (*CTX->client_auth_vtable)->append_name(
1108 CTX->client_auth_vtable, ENG->pad, len);
1116 if (CTX->client_auth_vtable != NULL) {
1117 (*CTX->client_auth_vtable)->end_name(
1118 CTX->client_auth_vtable);
[all...]
/freebsd-13-stable/contrib/bearssl/inc/
H A Dbearssl_ssl.h2630 const br_ssl_client_certificate_class **client_auth_vtable; member in struct:br_ssl_client_context_
2762 cc->client_auth_vtable = pctx;

Completed in 59 milliseconds