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

/freebsd-12-stable/contrib/wpa/src/crypto/
H A Dtls_wolfssl.c860 int alt, num_alt_subject = 0; local
899 if (num_alt_subject == TLS_MAX_ALT_SUBJECT)
910 alt_subject[num_alt_subject++] = pos;
933 for (alt = 0; alt < num_alt_subject; alt++)
935 ev.peer_cert.num_altsubject = num_alt_subject;
939 for (alt = 0; alt < num_alt_subject; alt++)

Completed in 56 milliseconds