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

  /external/wpa_supplicant_8/src/tls/
x509v3.h 110 void x509_name_string(struct x509_name *name, char *buf, size_t len);
x509v3.c 494 * x509_name_string - Convert an X.509 certificate name into a string
499 void x509_name_string(struct x509_name *name, char *buf, size_t len) function
1314 x509_name_string(&cert->issuer, sbuf, sizeof(sbuf));
1324 x509_name_string(&cert->subject, sbuf, sizeof(sbuf));
    [all...]
tlsv1_cred.c 68 x509_name_string(&cert->subject, name, sizeof(name));

Completed in 2864 milliseconds