HomeSort by: relevance | last modified time | path
    Searched defs:num_alt_subject (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/wpa/dist/src/crypto/
tls_wolfssl.c 888 int alt, num_alt_subject = 0; local
927 if (num_alt_subject == TLS_MAX_ALT_SUBJECT)
940 alt_subject[num_alt_subject++] = pos;
964 for (alt = 0; alt < num_alt_subject; alt++)
966 ev.peer_cert.num_altsubject = num_alt_subject;
970 for (alt = 0; alt < num_alt_subject; alt++)

Completed in 27 milliseconds