Lines Matching full:authenticator
838 /* Return true:1 if p "looks like" the start of the real authenticator
909 /* Return pointer to start of real authenticator within authenticator, or
911 ** Decrypted authenticator looks like this:
1052 ** If authenp is non-NULL, also return encrypted authenticator,
1058 ** 20010606 VRS May also return optional authenticator.
1144 ** 20010605 VRS reinstated to offer Authenticator to KerberosWrapper
1172 ap_req->authenticator, NULL);
1178 ap_req->authenticator, &adp);
1949 ** in_clock_skew() macro. The authenticator client time is checked
1987 /* Decode and decrypt given DER-encoded authenticator, then pass
1988 ** authenticator ctime back in *atimep (or 0 if time unavailable).
1990 ** authenticator (authentp->length == 0) is not considered an error.
2030 printf("kssl_check_authent: authenticator[%d]:\n",authentp->length);
2041 "Unable to allocate authenticator buffer.\n");
2051 "Error decoding authenticator.\n");
2072 ** This enctype indicates the authenticator was encrypted
2081 "EVP_CipherInit error decrypting authenticator.\n");
2089 "EVP_Cipher error decrypting authenticator.\n");
2098 printf("kssl_check_authent: decrypted authenticator[%d] =\n", outl);
2107 "confounded by authenticator.\n");
2117 "Error decoding authenticator body.\n");