Searched refs:RAD_AUTHENTICATOR_LEN (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dradius_protocol.h50 #define RAD_AUTHENTICATOR_LEN 16 macro
72 uint8_t authenticator[RAD_AUTHENTICATOR_LEN];
H A Dradius_packet.h56 uint8_t authenticator[RAD_AUTHENTICATOR_LEN];
H A Dradius_packet.c71 RAD_AUTHENTICATOR_LEN);
256 MD5Update(&context, req_authenticator, RAD_AUTHENTICATOR_LEN);
266 if (bcmp(md5_digest, packet->authenticator, RAD_AUTHENTICATOR_LEN)
H A Dradius_auth.c112 bcopy(md5_digest, &req.authenticator, RAD_AUTHENTICATOR_LEN);
/illumos-gate/usr/src/uts/common/sys/iscsit/
H A Dradius_protocol.h50 #define RAD_AUTHENTICATOR_LEN 16 macro
72 uint8_t authenticator[RAD_AUTHENTICATOR_LEN];
H A Dradius_packet.h56 uint8_t authenticator[RAD_AUTHENTICATOR_LEN];
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_radiuspacket.c75 RAD_AUTHENTICATOR_LEN);
257 MD5Update(&context, req_authenticator, RAD_AUTHENTICATOR_LEN);
274 if (bcmp(md5_digest, packet->authenticator, RAD_AUTHENTICATOR_LEN)
H A Discsit_radiusauth.c107 bcopy(md5_digest, &req.authenticator, RAD_AUTHENTICATOR_LEN);

Completed in 47 milliseconds