Home
last modified time | relevance | path

Searched refs:email (Results 1 – 18 of 18) sorted by relevance

/hostap-latest/wpa_supplicant/doc/docbook/
Dwpa_passphrase.sgml70 Jouni Malinen <email>j@w1.fi</email> and
Dwpa_gui.sgml99 Jouni Malinen <email>j@w1.fi</email> and
Dwpa_background.sgml98 Jouni Malinen <email>j@w1.fi</email> and
Dwpa_priv.sgml145 Jouni Malinen <email>j@w1.fi</email> and
Deapol_test.sgml202 Jouni Malinen <email>j@w1.fi</email> and
Dwpa_cli.sgml353 Jouni Malinen <email>j@w1.fi</email> and
Dwpa_supplicant.sgml779 Jouni Malinen <email>j@w1.fi</email> and
/hostap-latest/src/tls/
Dx509v3.c27 os_free(name->email); in x509_free_name()
28 name->email = NULL; in x509_free_name()
173 res = x509_str_compare(a->email, b->email); in x509_name_compare()
406 os_free(name->email); in x509_parse_name()
407 name->email = os_malloc(hdr.length + 1); in x509_parse_name()
408 if (name->email == NULL) { in x509_parse_name()
412 os_memcpy(name->email, hdr.payload, hdr.length); in x509_parse_name()
413 name->email[hdr.length] = '\0'; in x509_parse_name()
520 if (name->email) { in x509_name_string()
522 name->email); in x509_name_string()
Dx509v3.h37 char *email; /* emailAddress */ member
/hostap-latest/
DCONTRIBUTIONS26 Signed-off-by: Your Name <your@email.example.org>
33 email to the hostap mailing list:
57 format-patch. The patch can then be sent, e.g., with git send-email.
/hostap-latest/tests/hwsim/auth_serv/
Dec-user.pem30 email:user@w1.fi
Dec2-user-p256.pem31 email:user-p256@w1.fi
Dec2-user.pem32 email:user@w1.fi
Drsa3072-user-rsa2048.pem43 email:user-rsa3072-rsa2048@w1.fi
Drsa3072-user.pem51 email:user-rsa3072@w1.fi
Dsha384-user.pem50 email:user-sha384@w1.fi
Dsha512-user.pem54 email:user-sha512@w1.fi
/hostap-latest/src/crypto/
Dtls_openssl.c1951 u8 email; member
1972 return dn_cnt->email; in get_dn_field_index()
2100 dn_cnt->email++; in get_value_from_field()