Searched refs:cryptkey (Results 1 – 1 of 1) sorted by relevance
63 u32 cryptkey[2]; in svcauth_des() local88 cryptkey[0] = *p++; /* get the encrypted key */ in svcauth_des()89 cryptkey[1] = *p++; in svcauth_des()117 if (!(data = get_cred_byname(rqstp, authp, fullname, cryptkey))) in svcauth_des()203 get_cred_byname(struct svc_rqst *rqstp, u32 *authp, char *fullname, u32 *cryptkey) in get_cred_byname() argument