Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_local.h76 int construct_ca_names(SSL_CONNECTION *s, const STACK_OF(X509_NAME) *ca_sk,
H A Dextensions.c1249 if (!construct_ca_names(s, ca_sk, pkt)) { in tls_construct_certificate_authorities()
H A Dstatem_lib.c2758 int construct_ca_names(SSL_CONNECTION *s, const STACK_OF(X509_NAME) *ca_sk, in construct_ca_names() function
H A Dstatem_srvr.c2924 if (!construct_ca_names(s, get_ca_names(s), pkt)) { in tls_construct_certificate_request()