Searched refs:authenticator (Results 1 - 25 of 46) sorted by relevance

12

/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius.c391 os_memcpy(msg->hdr->authenticator, req_authenticator,
392 sizeof(msg->hdr->authenticator));
405 md5_vector(4, addr, len, msg->hdr->authenticator);
434 os_memcpy(msg->hdr->authenticator, req_hdr->authenticator, 16);
443 if (md5_vector(2, addr, len, msg->hdr->authenticator) < 0)
462 os_memset(msg->hdr->authenticator, 0, MD5_MAC_LEN);
467 md5_vector(2, addr, len, msg->hdr->authenticator);
494 return os_memcmp(msg->hdr->authenticator, hash, MD5_MAC_LEN) != 0;
521 if (os_memcmp(msg->hdr->authenticator, has
[all...]
H A Dradius.h22 u8 authenticator[16]; member in struct:radius_hdr
/external/wpa_supplicant_8/src/radius/
H A Dradius.c391 os_memcpy(msg->hdr->authenticator, req_authenticator,
392 sizeof(msg->hdr->authenticator));
405 md5_vector(4, addr, len, msg->hdr->authenticator);
434 os_memcpy(msg->hdr->authenticator, req_hdr->authenticator, 16);
443 if (md5_vector(2, addr, len, msg->hdr->authenticator) < 0)
462 os_memset(msg->hdr->authenticator, 0, MD5_MAC_LEN);
467 md5_vector(2, addr, len, msg->hdr->authenticator);
494 return os_memcmp(msg->hdr->authenticator, hash, MD5_MAC_LEN) != 0;
521 if (os_memcmp(msg->hdr->authenticator, has
[all...]
H A Dradius.h22 u8 authenticator[16]; member in struct:radius_hdr
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius.c391 os_memcpy(msg->hdr->authenticator, req_authenticator,
392 sizeof(msg->hdr->authenticator));
405 md5_vector(4, addr, len, msg->hdr->authenticator);
434 os_memcpy(msg->hdr->authenticator, req_hdr->authenticator, 16);
443 if (md5_vector(2, addr, len, msg->hdr->authenticator) < 0)
462 os_memset(msg->hdr->authenticator, 0, MD5_MAC_LEN);
467 md5_vector(2, addr, len, msg->hdr->authenticator);
494 return os_memcmp(msg->hdr->authenticator, hash, MD5_MAC_LEN) != 0;
521 if (os_memcmp(msg->hdr->authenticator, has
[all...]
H A Dradius.h22 u8 authenticator[16]; member in struct:radius_hdr
/external/openssl/crypto/krb5/
H A Dkrb5_asn.h129 ** authenticator[4] EncryptedData
141 KRB5_ENCDATA *authenticator; member in struct:krb5_ap_req_st
193 /* -- Unencrypted authenticator
195 ** authenticator-vno[0] INTEGER,
H A Dkrb5_asn.c105 ASN1_EXP(KRB5_APREQBODY, authenticator, KRB5_ENCDATA, 4),
/external/openssl/include/openssl/
H A Dkrb5_asn.h129 ** authenticator[4] EncryptedData
141 KRB5_ENCDATA *authenticator; member in struct:krb5_ap_req_st
193 /* -- Unencrypted authenticator
195 ** authenticator-vno[0] INTEGER,
/external/webkit/Tools/QtTestBrowser/
H A Dwebpage.cpp133 void WebPage::authenticationRequired(QNetworkReply* reply, QAuthenticator* authenticator) argument
168 authenticator->setUser(userInput->text());
169 authenticator->setPassword(passInput->text());
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_attr_process.c16 int wps_process_authenticator(struct wps_data *wps, const u8 *authenticator, argument
23 if (authenticator == NULL) {
31 "validating authenticator");
44 if (os_memcmp(hash, authenticator, WPS_AUTHENTICATOR_LEN) != 0) {
H A Dwps_attr_parse.h35 const u8 *authenticator; /* WPS_AUTHENTICATOR_LEN (8) octets */ member in struct:wps_parse_attr
H A Dwps_validate.c764 static int wps_validate_authenticator(const u8 *authenticator, int mandatory) argument
766 if (authenticator == NULL) {
1380 wps_validate_authenticator(attr.authenticator, 1)) {
1468 wps_validate_authenticator(attr.authenticator, 1)) {
1506 wps_validate_authenticator(attr.authenticator, 1)) {
1573 wps_validate_authenticator(attr.authenticator, 1)) {
1640 wps_validate_authenticator(attr.authenticator, 1)) {
1708 wps_validate_authenticator(attr.authenticator, 1)) {
1782 wps_validate_authenticator(attr.authenticator, 1)) {
H A Dwps_i.h174 int wps_process_authenticator(struct wps_data *wps, const u8 *authenticator,
/external/wpa_supplicant_8/src/wps/
H A Dwps_attr_process.c16 int wps_process_authenticator(struct wps_data *wps, const u8 *authenticator, argument
23 if (authenticator == NULL) {
31 "validating authenticator");
44 if (os_memcmp(hash, authenticator, WPS_AUTHENTICATOR_LEN) != 0) {
H A Dwps_attr_parse.h35 const u8 *authenticator; /* WPS_AUTHENTICATOR_LEN (8) octets */ member in struct:wps_parse_attr
H A Dwps_validate.c764 static int wps_validate_authenticator(const u8 *authenticator, int mandatory) argument
766 if (authenticator == NULL) {
1380 wps_validate_authenticator(attr.authenticator, 1)) {
1468 wps_validate_authenticator(attr.authenticator, 1)) {
1506 wps_validate_authenticator(attr.authenticator, 1)) {
1573 wps_validate_authenticator(attr.authenticator, 1)) {
1640 wps_validate_authenticator(attr.authenticator, 1)) {
1708 wps_validate_authenticator(attr.authenticator, 1)) {
1782 wps_validate_authenticator(attr.authenticator, 1)) {
H A Dwps_i.h174 int wps_process_authenticator(struct wps_data *wps, const u8 *authenticator,
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_attr_process.c16 int wps_process_authenticator(struct wps_data *wps, const u8 *authenticator, argument
23 if (authenticator == NULL) {
31 "validating authenticator");
44 if (os_memcmp(hash, authenticator, WPS_AUTHENTICATOR_LEN) != 0) {
H A Dwps_attr_parse.h35 const u8 *authenticator; /* WPS_AUTHENTICATOR_LEN (8) octets */ member in struct:wps_parse_attr
H A Dwps_validate.c764 static int wps_validate_authenticator(const u8 *authenticator, int mandatory) argument
766 if (authenticator == NULL) {
1380 wps_validate_authenticator(attr.authenticator, 1)) {
1468 wps_validate_authenticator(attr.authenticator, 1)) {
1506 wps_validate_authenticator(attr.authenticator, 1)) {
1573 wps_validate_authenticator(attr.authenticator, 1)) {
1640 wps_validate_authenticator(attr.authenticator, 1)) {
1708 wps_validate_authenticator(attr.authenticator, 1)) {
1782 wps_validate_authenticator(attr.authenticator, 1)) {
/external/chromium/chrome/browser/chromeos/login/
H A Dscreen_locker.h87 // Authenticates the user with given |password| and authenticator.
144 // Sets the authenticator.
145 void SetAuthenticator(Authenticator* authenticator);
/external/chromium/chrome/common/net/gaia/
H A Dgaia_authenticator.h72 const GaiaAuthenticator* authenticator; member in struct:gaia::GaiaAuthEvent
161 GaiaAuthenticator* authenticator; member in struct:gaia::GaiaAuthenticator::AuthParams
192 // currently directly being used in sync/engine/authenticator.cc, which is
H A Dgaia_authenticator.cc33 GaiaAuthenticator::AuthParams::AuthParams() : authenticator(NULL),
71 params.authenticator = this;
/external/kernel-headers/original/linux/
H A Dwanrouter.h29 * Added 'authenticator' to 'wan_ppp_conf_t'
174 char authenticator; /* AUTHENTICATOR or not */ member in struct:wan_ppp_conf

Completed in 336 milliseconds

12