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

/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dtls_g.c567 int chkSAN = ld->ld_options.ldo_tls_require_san, gotSAN = 0; local
629 if (chkSAN) {
674 if (ret != LDAP_SUCCESS && chkSAN) {
675 switch(chkSAN) {
H A Dtls_o.c764 int chkSAN = ld->ld_options.ldo_tls_require_san, gotSAN = 0; local
803 if (chkSAN) {
876 if (ret != LDAP_SUCCESS && chkSAN) {
877 switch(chkSAN) {

Completed in 135 milliseconds