OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:x509_name
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant/
x509v3.h
24
struct
x509_name
{
struct
39
struct
x509_name
issuer;
40
struct
x509_name
subject;
96
void x509_name_string(struct
x509_name
*name, char *buf, size_t len);
97
int x509_name_compare(struct
x509_name
*a, struct
x509_name
*b);
106
struct
x509_name
*name);
121
static inline void x509_name_string(struct
x509_name
*name, char *buf,
142
struct
x509_name
*name)
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
x509v3.h
24
struct
x509_name
{
struct
39
struct
x509_name
issuer;
40
struct
x509_name
subject;
96
void x509_name_string(struct
x509_name
*name, char *buf, size_t len);
97
int x509_name_compare(struct
x509_name
*a, struct
x509_name
*b);
106
struct
x509_name
*name);
121
static inline void x509_name_string(struct
x509_name
*name, char *buf,
142
struct
x509_name
*name)
/external/wpa_supplicant_8/src/tls/
x509v3.h
40
struct
x509_name
{
struct
59
struct
x509_name
issuer;
60
struct
x509_name
subject;
116
void x509_name_string(struct
x509_name
*name, char *buf, size_t len);
117
int x509_name_compare(struct
x509_name
*a, struct
x509_name
*b);
126
struct
x509_name
*name);
Completed in 65 milliseconds