Home
last modified time | relevance | path

Searched refs:cryptkey (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/net/sunrpc/
Dsvcauth_des.c63 u32 cryptkey[2]; in svcauth_des() local
88 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