Home | History | Annotate | Download | only in radius

Lines Matching refs:authenticator

178 	{ RADIUS_ATTR_MESSAGE_AUTHENTICATOR, "Message-Authenticator",
309 "Message-Authenticator\n");
339 printf("WARNING: Could not add Message-Authenticator\n");
343 os_memcpy(msg->hdr->authenticator, req_authenticator,
344 sizeof(msg->hdr->authenticator));
357 md5_vector(4, addr, len, msg->hdr->authenticator);
375 os_memset(msg->hdr->authenticator, 0, MD5_MAC_LEN);
380 md5_vector(2, addr, len, msg->hdr->authenticator);
597 printf("Multiple Message-Authenticator "
606 printf("No Message-Authenticator attribute found\n");
613 os_memcpy(orig_authenticator, msg->hdr->authenticator,
615 os_memcpy(msg->hdr->authenticator, req_auth,
616 sizeof(msg->hdr->authenticator));
621 os_memcpy(msg->hdr->authenticator, orig_authenticator,
626 printf("Invalid Message-Authenticator!\n");
648 sent_msg->hdr->authenticator)) {
655 authenticator;
662 if (os_memcmp(hash, msg->hdr->authenticator, MD5_MAC_LEN) != 0) {
663 printf("Response Authenticator invalid!\n");
692 /* Create Request Authenticator. The value should be unique over the lifetime
693 * of the shared secret between authenticator and authentication server.
712 md5_vector(3, addr, elen, msg->hdr->authenticator);
812 /* b(1) = MD5(Secret + Request-Authenticator + Salt)
877 /* b(1) = MD5(Secret + Request-Authenticator + Salt)
921 sent_msg->hdr->authenticator,
932 sent_msg->hdr->authenticator,
962 sent_msg->hdr->authenticator,
1072 addr[1] = msg->hdr->authenticator;