HomeSort by relevance Sort by last modified time
    Searched refs:x509_parse_name (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
x509v3.c 295 static int x509_parse_name(const u8 *buf, size_t len, struct x509_name *name, function
1050 if (x509_parse_name(pos, end - pos, &cert->issuer, &pos))
1060 if (x509_parse_name(pos, end - pos, &cert->subject, &pos))
    [all...]
  /external/wpa_supplicant_8/src/tls/
x509v3.c 292 static int x509_parse_name(const u8 *buf, size_t len, struct x509_name *name, function
1313 if (x509_parse_name(pos, end - pos, &cert->issuer, &pos))
1323 if (x509_parse_name(pos, end - pos, &cert->subject, &pos))
    [all...]

Completed in 460 milliseconds