Home
last modified time | relevance | path

Searched refs:client_cert_select (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/engines/
H A De_capi.c193 int (*client_cert_select) (ENGINE *e, SSL *ssl, STACK_OF(X509) *certs); member
478 ctx->client_cert_select = cert_select_dialog; in capi_init()
1636 ctx->client_cert_select = cert_select_simple; in capi_ctx_new()
1786 client_cert_idx = ctx->client_cert_select(e, ssl, certs); in capi_load_ssl_client_cert()
/third_party/openssl/engines/
H A De_capi.c193 int (*client_cert_select) (ENGINE *e, SSL *ssl, STACK_OF(X509) *certs); member
478 ctx->client_cert_select = cert_select_dialog; in capi_init()
1636 ctx->client_cert_select = cert_select_simple; in capi_ctx_new()
1786 client_cert_idx = ctx->client_cert_select(e, ssl, certs); in capi_load_ssl_client_cert()

Completed in 6 milliseconds