Searched refs:x509ctx (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/bearssl/src/ssl/
H A Dssl_hs_client.c112 xc = ctx->eng.x509ctx;
200 xc = ctx->eng.x509ctx;
280 xc = ctx->eng.x509ctx;
348 xc = ctx->eng.x509ctx;
1395 xc = *(ENG->x509ctx);
1396 pk = xc->get_pkey(ENG->x509ctx, &usages);
1558 xc = *(ENG->x509ctx);
1559 pk = xc->get_pkey(ENG->x509ctx, NULL);
1857 xc = *(ENG->x509ctx);
1859 xc->append(ENG->x509ctx, EN
[all...]
H A Dssl_hs_server.c203 xc = ctx->eng.x509ctx;
412 xc = ctx->eng.x509ctx;
1449 xc = *(ENG->x509ctx);
1450 pk = xc->get_pkey(ENG->x509ctx, &usages);
1951 xc = *(ENG->x509ctx);
1953 xc->append(ENG->x509ctx, ENG->pad, len);
1962 xc = *(ENG->x509ctx);
1963 xc->end_cert(ENG->x509ctx);
1972 xc = *(ENG->x509ctx);
1973 T0_PUSH(xc->end_chain(ENG->x509ctx));
[all...]
/freebsd-13-stable/contrib/bearssl/inc/
H A Dbearssl_ssl.h1057 const br_x509_class **x509ctx; member in struct:__anon238
1285 * \param x509ctx X.509 certificate validation context.
1288 br_ssl_engine_set_x509(br_ssl_engine_context *cc, const br_x509_class **x509ctx) argument
1290 cc->x509ctx = x509ctx;

Completed in 64 milliseconds