Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/engines/
H A De_capi.c149 static int cert_select_simple(ENGINE *e, SSL *ssl, STACK_OF(X509) *certs);
1636 ctx->client_cert_select = cert_select_simple; in capi_ctx_new()
1818 static int cert_select_simple(ENGINE *e, SSL *ssl, STACK_OF(X509) *certs) in cert_select_simple() function