HomeSort by: relevance | last modified time | path
    Searched defs:authenticator (Results 1 - 13 of 13) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
mk_req_ext.c 49 krb5_data authenticator; local
133 &authenticator,
141 in_creds, ap_req_options, authenticator, outbuf);
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...]
krb5.h 203 authenticator subkey (section 5.4.1) */
205 /* TGS-REQ PA-TGS-REQ padata AP-REQ Authenticator cksum, keyed
208 /* TGS-REQ PA-TGS-REQ padata AP-REQ Authenticator (includes tgs
209 authenticator subkey), encrypted with the tgs session key
216 encrypted with the tgs authenticator subkey (section 5.4.2) */
218 /* AP-REQ Authenticator cksum, keyed with the application session
221 /* AP-REQ Authenticator (includes application authenticator
545 typedef Authenticator krb5_authenticator_data;
551 typedef Authenticator krb5_donot_replay
653 krb5_authenticator authenticator; member in struct:krb5_auth_context_data
    [all...]
  /src/crypto/external/apache2/openssl/dist/include/internal/
crmf.h 22 ASN1_UTF8STRING *authenticator; member in union:ossl_crmf_attributetypeandvalue_st::__anon416
  /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/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/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/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
  /src/crypto/external/bsd/openssl/dist/crypto/crmf/
crmf_local.h 345 ASN1_UTF8STRING *authenticator; member in union:ossl_crmf_attributetypeandvalue_st::__anon1201
  /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
  /src/external/bsd/wpa/dist/src/radius/
radius.h 22 u8 authenticator[16]; member in struct:radius_hdr

Completed in 36 milliseconds