Lines Matching refs:credential
331 * session key obtained in the NETLOGON credential chain.
457 * this will trigger a new credential chain. However,
458 * a valid credential is returned with some status
548 * Set up the request and return authenticators. A new credential is
549 * generated from the session key, the current client credential and
573 (netr_cred_t *)&auth->credential) != SMBAUTH_SUCCESS)
585 * Validate the returned credentials and update the credential chain.
586 * The server returns an updated client credential rather than a new
587 * server credential. The server uses (timestamp + 1) when generating
588 * the credential.
590 * Generate the new seed for the credential chain. The new seed is
591 * formed by adding (timestamp + 1) to the current client credential.
594 * Returns NT_STATUS_INSUFFICIENT_LOGON_INFO if auth->credential is a
600 * Returns NT_STATUS_SUCCESS if the server returned a valid credential.
617 if (&auth->credential == 0) {
619 * If the validation fails, destroy the credential chain.
626 result = memcmp(&cred, &auth->credential, sizeof (netr_cred_t));
629 * If the validation fails, destroy the credential chain.
651 * Mark the credential chain as invalid so that it will be recreated