| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| build_ap_req.c | 43 krb5_data authenticator, 65 ap.authenticator.etype = enctype; 66 ap.authenticator.kvno = NULL; 67 ap.authenticator.cipher = authenticator;
|
| auth_context.c | 58 ALLOC(p->authenticator, 1); 59 if (!p->authenticator) { 63 memset (p->authenticator, 0, sizeof(*p->authenticator)); 91 krb5_free_authenticator(context, &auth_context->authenticator); 500 krb5_authenticator *authenticator) 502 *authenticator = malloc(sizeof(**authenticator)); 503 if (*authenticator == NULL) 506 copy_Authenticator(auth_context->authenticator, [all...] |
| mk_req_ext.c | 49 krb5_data authenticator; local 133 &authenticator, 141 in_creds, ap_req_options, authenticator, outbuf);
|
| rd_rep.c | 91 if ((*repl)->ctime != auth_context->authenticator->ctime || 92 (*repl)->cusec != auth_context->authenticator->cusec)
|
| mk_rep.c | 56 body.ctime = auth_context->authenticator->ctime; 57 body.cusec = auth_context->authenticator->cusec;
|
| rd_req.c | 75 Authenticator *authenticator, 103 authenticator, &len); 180 ret = _krb5_get_ad(context, auth_context->authenticator->authorization_data, NULL, KRB5_AUTHDATA_GSS_API_ETYPE_NEGOTIATION, &data); 249 krb5_authenticator authenticator; local 252 ret = krb5_auth_con_getauthenticator(context, ac, &authenticator); 255 if (authenticator->cksum == NULL) { 267 data, len, authenticator->cksum); 270 krb5_free_authenticator(context, &authenticator); 361 &ap_req->authenticator, [all...] |
| build_auth.c | 112 Authenticator auth; 173 auth_context->authenticator->ctime = auth.ctime; 174 auth_context->authenticator->cusec = auth.cusec; 176 ASN1_MALLOC_ENCODE(Authenticator, buf, buf_size, &auth, &len, ret);
|
| /src/crypto/external/apache2/openssl/dist/include/internal/ |
| crmf.h | 22 ASN1_UTF8STRING *authenticator; member in union:ossl_crmf_attributetypeandvalue_st::__anon416
|
| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/ |
| accept_sec_context.c | 448 free_Authenticator(ctx->auth_context->authenticator); 524 krb5_authenticator authenticator; local 528 &authenticator); 535 if (authenticator->cksum != NULL 536 && authenticator->cksum->cksumtype == CKSUMTYPE_GSSAPI) { 539 authenticator->cksum, 544 krb5_free_authenticator(context, &authenticator); 548 if (authenticator->cksum != NULL) { 555 krb5_free_authenticator(context, &authenticator); 568 authenticator->cksum) [all...] |
| init_sec_context.c | 500 krb5_data authenticator; local 632 &authenticator, 647 authenticator,
|
| /src/external/mpl/dhcp/dist/dhcpctl/ |
| cltest.c | 116 dhcpctl_handle authenticator; local 151 authenticator = dhcpctl_null_handle; 155 authenticator);
|
| omshell.c | 110 dhcpctl_handle authenticator; local 428 authenticator = dhcpctl_null_handle; 431 status = dhcpctl_new_authenticator (&authenticator, 438 "Cannot create authenticator: %s\n", 446 server, port, authenticator);
|
| /src/external/bsd/wpa/dist/src/radius/ |
| radius.c | 230 { RADIUS_ATTR_MESSAGE_AUTHENTICATOR, "Message-Authenticator", 436 "WARNING: Could not add Message-Authenticator"); 452 /* Use already added Message-Authenticator attribute */ 456 /* Add a Message-Authenticator attribute */ 497 os_memcpy(msg->hdr->authenticator, req_authenticator, 498 sizeof(msg->hdr->authenticator)); 512 md5_vector(4, addr, len, msg->hdr->authenticator); 536 os_memcpy(msg->hdr->authenticator, req_hdr->authenticator, 16); 546 if (md5_vector(2, addr, len, msg->hdr->authenticator) < 0 [all...] |
| radius.h | 22 u8 authenticator[16]; member in struct:radius_hdr
|
| /src/external/bsd/wpa/dist/src/wps/ |
| wps_attr_parse.h | 35 const u8 *authenticator; /* WPS_AUTHENTICATOR_LEN (8) octets */ member in struct:wps_parse_attr
|
| wps_attr_process.c | 16 int wps_process_authenticator(struct wps_data *wps, const u8 *authenticator, 23 if (authenticator == NULL) { 24 wpa_printf(MSG_DEBUG, "WPS: No Authenticator attribute " 31 "validating authenticator"); 35 /* Authenticator = HMAC-SHA256_AuthKey(M_prev || M_curr*) 36 * (M_curr* is M_curr without the Authenticator attribute) 45 os_memcmp_const(hash, authenticator, WPS_AUTHENTICATOR_LEN) != 0) { 46 wpa_printf(MSG_DEBUG, "WPS: Incorrect Authenticator");
|
| wps_validate.c | 766 static int wps_validate_authenticator(const u8 *authenticator, int mandatory) 768 if (authenticator == NULL) { 770 wpa_printf(MSG_INFO, "WPS-STRICT: Authenticator " 931 "Authenticator attribute missing"); 1382 wps_validate_authenticator(attr.authenticator, 1)) { 1470 wps_validate_authenticator(attr.authenticator, 1)) { 1508 wps_validate_authenticator(attr.authenticator, 1)) { 1575 wps_validate_authenticator(attr.authenticator, 1)) { 1642 wps_validate_authenticator(attr.authenticator, 1)) { 1710 wps_validate_authenticator(attr.authenticator, 1)) [all...] |
| wps_i.h | 187 int wps_process_authenticator(struct wps_data *wps, const u8 *authenticator,
|
| wps_enrollee.c | 503 /* Save a copy of the last message for Authenticator derivation 997 wps_process_authenticator(wps, attr->authenticator, msg) || 1112 wps_process_authenticator(wps, attr->authenticator, msg) || 1167 wps_process_authenticator(wps, attr->authenticator, msg)) { 1224 wps_process_authenticator(wps, attr->authenticator, msg)) { 1345 * Save a copy of the last message for Authenticator derivation if we 1349 * M1 in Authenticator derivation. 1352 /* Save a copy of the last message for Authenticator derivation 1479 * Enrollee is Authenticator */
|
| /src/external/mpl/dhcp/dist/omapip/ |
| message.c | 98 /* Can set authenticator, but the value must be typed data. */ 99 if (!omapi_ds_strcmp (name, "authenticator")) { 100 if (m -> authenticator) 101 omapi_typed_data_dereference (&m -> authenticator, 103 omapi_typed_data_reference (&m -> authenticator, value, MDL); 184 else if (!omapi_ds_strcmp (name, "authenticator")) { 185 if (m -> authenticator) 187 m -> authenticator, MDL); 217 if (m -> authenticator) { 218 omapi_typed_data_dereference (&m -> authenticator, file, line) [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/crmf/ |
| crmf_local.h | 345 ASN1_UTF8STRING *authenticator; member in union:ossl_crmf_attributetypeandvalue_st::__anon1201
|
| crmf_asn.c | 148 value.authenticator, ASN1_UTF8STRING)),
|
| /src/external/bsd/ppp/dist/pppd/ |
| chap_ms.c | 263 * <auth_string> is the Authenticator Response (mutual auth) 420 /* Authenticator Response did not match expected. */ 424 /* Authenticator Response matches. */ 839 * Authenticator Response. 844 u_char authResponse[MS_AUTH_RESPONSE_LENGTH+1], int authenticator) 864 /* Generate the Authenticator Response. */ 872 &response[MS_CHAP2_NTRESP], authenticator); 952 unsigned char authenticator[16] = { local 969 ChapMS2(authenticator, peerchallenge, name,
|
| /src/crypto/external/apache2/openssl/dist/crypto/crmf/ |
| crmf_asn.c | 152 value.authenticator, ASN1_UTF8STRING)),
|
| /src/external/mpl/dhcp/dist/includes/omapip/ |
| omapip_p.h | 82 u_int32_t authlen; /* Length of authenticator. */ 83 u_int32_t authid; /* Authenticator object ID. */ 125 omapi_typed_data_t *authenticator; member in struct:__omapi_message_object 199 dst_key_t *in_key; /* Authenticator signing incoming 202 dst_key_t *out_key; /* Authenticator signing outgoing
|