Searched refs:tls_match_alt_subject_component (Results 1 – 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | tls_wolfssl.c | 576 static int tls_match_alt_subject_component(WOLFSSL_X509 *cert, int type, in tls_match_alt_subject_component() function 636 if (tls_match_alt_subject_component(cert, type, pos, len) > 0) in tls_match_alt_subject()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | tls_wolfssl.c | 577 static int tls_match_alt_subject_component(WOLFSSL_X509 *cert, int type, in tls_match_alt_subject_component() function 638 if (tls_match_alt_subject_component(cert, type, pos, len) > 0) in tls_match_alt_subject()
|