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

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dser_auth.c64 krb5_authenticator *authenticator;
78 authenticator = (krb5_authenticator *) arg;
79 if (authenticator) {
83 if (authenticator->client)
86 (krb5_pointer) authenticator->client,
92 if (!kret && authenticator->checksum)
95 (krb5_pointer) authenticator->checksum,
99 if (!kret && authenticator->subkey)
102 (krb5_pointer) authenticator->subkey,
106 if (!kret && authenticator
63 krb5_authenticator *authenticator; local
129 krb5_authenticator *authenticator; local
233 krb5_authenticator *authenticator; local
[all...]
H A Dkfree.c78 if (val->authenticator.ciphertext.data) {
79 krb5_xfree(val->authenticator.ciphertext.data);
80 val->authenticator.ciphertext.data = 0;
648 if (val->authenticator) {
649 krb5_free_authenticator(context, val->authenticator);
650 val->authenticator = 0;
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_conv.c29 rep->cusec = auth->authenticator->cusec;
30 rep->ctime = auth->authenticator->ctime;
33 if ((retval = krb5_unparse_name(context, auth->authenticator->client,
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dradius_protocol.h72 uint8_t authenticator[RAD_AUTHENTICATOR_LEN]; member in struct:radius_packet
H A Dradius_packet.h56 uint8_t authenticator[RAD_AUTHENTICATOR_LEN]; member in struct:radius_packet_data
H A Dradius_auth.c98 /* Prepare the request authenticator */
112 bcopy(md5_digest, &req.authenticator, RAD_AUTHENTICATOR_LEN);
133 req.authenticator, &resp);
H A Dradius_packet.c70 bcopy(req_data->authenticator, packet->authenticator,
247 * RequestAuth = The request authenticator
266 if (bcmp(md5_digest, packet->authenticator, RAD_AUTHENTICATOR_LEN)
/illumos-gate/usr/src/uts/common/sys/iscsit/
H A Dradius_protocol.h72 uint8_t authenticator[RAD_AUTHENTICATOR_LEN]; member in struct:radius_packet
H A Dradius_packet.h56 uint8_t authenticator[RAD_AUTHENTICATOR_LEN]; member in struct:radius_packet_data
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dmk_req_ext.c61 checksum specifies the checksum to be used in the authenticator.
144 request.authenticator.ciphertext.data = 0;
220 /* Generate authenticator */
235 /* encode the authenticator */
250 scratch, &request.authenticator)))
266 if (request.authenticator.ciphertext.data) {
267 (void) memset(request.authenticator.ciphertext.data, 0,
268 request.authenticator.ciphertext.length);
269 free(request.authenticator.ciphertext.data);
H A Dsend_tgs.c74 /* gen authenticator */
86 /* encode the authenticator */
94 request.authenticator.ciphertext.data = 0;
95 request.authenticator.kvno = 0;
106 scratch, &request.authenticator)))
117 memset(request.authenticator.ciphertext.data, 0,
118 request.authenticator.ciphertext.length);
119 free(request.authenticator.ciphertext.data);
H A Drd_req_dec.c291 tktauthent.authenticator = (*auth_context)->authentp;
542 scratch.length = request->authenticator.ciphertext.length;
549 &request->authenticator, &scratch))) {
H A Dauth_con.c263 krb5_auth_con_getauthenticator(krb5_context context, krb5_auth_context auth_context, krb5_authenticator **authenticator) argument
266 authenticator));
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_radiusauth.c94 /* Prepare the request authenticator */
107 bcopy(md5_digest, &req.authenticator, RAD_AUTHENTICATOR_LEN);
130 req.authenticator, &resp);
H A Discsit_radiuspacket.c74 bcopy(req_data->authenticator, packet->authenticator,
248 * RequestAuth = The request authenticator
274 if (bcmp(md5_digest, packet->authenticator, RAD_AUTHENTICATOR_LEN)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rlogind.c381 krb5_authenticator *authenticator; local
465 &authenticator)))
467 if (authenticator->checksum) {
485 authenticator);
492 authenticator);
508 authenticator->checksum,
518 authenticator);
522 krb5_free_authenticator(krb_context, authenticator);
560 * The "old" protocol does not permit an authenticator subkey.
H A Din.rshd.c124 * -c demand authenticator checksum
125 * -i ignore authenticator checksum
1421 krb5_authenticator *authenticator; local
1521 auth_context, &authenticator)))
1524 if (authenticator->checksum && checksum_required) {
1562 &key, 0, &input, authenticator->checksum,
1572 authenticator);
1576 krb5_free_authenticator(bsd_context, authenticator);
1606 * The "old" protocol does not permit an authenticator subkey.
H A Din.telnetd.c539 krb5_authenticator *authenticator; local
648 &authenticator);
651 "Failed to get authenticator: %s",
656 !authenticator->checksum) {
658 "authenticator is missing checksum",
662 if (authenticator->checksum) {
664 krb5_checksum *cksum = authenticator->checksum;
677 "authenticator: %s",
703 krb5_free_authenticator(telnet_context, authenticator);
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dkdc_util.c206 krb5_authenticator * authenticator = NULL; local
323 &authenticator)))
327 if (!(his_cksum = authenticator->checksum)) {
364 krb5_free_authenticator(kdc_context, authenticator);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dkrb5_decode.c402 get_field((*rep)->authenticator,4,asn1_decode_encrypted_data);
H A Dasn1_k_encode.c701 /* authenticator-vno[0] INTEGER */
850 /* authenticator[4] EncryptedData */
851 FIELDOF_NORM(krb5_ap_req, encrypted_data, authenticator, 4),
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Daccept_sec_context.c136 * message in the clear -- the "authenticator" whose "checksum" ends up
628 if ((authdat->authenticator->subkey == NULL) ||
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dkrb5.h1107 krb5_authenticator *authenticator; member in struct:_krb5_tkt_authent
1214 krb5_enc_data authenticator; /* authenticator (already encrypted) */ member in struct:_krb5_ap_req
1830 * and authenticator */

Completed in 135 milliseconds