Searched refs:sv_dhsec (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client_secinfo.c198 * If there is no valid sv_dhsec data available but an AUTH_DH
201 if (!svp->sv_dhsec) {
243 if (svp->sv_dhsec) {
244 sdata[scnt] = *svp->sv_dhsec;
301 /* release ref to sv_dhsec */
803 * from sv_dhsec.
974 * from sv_dhsec.
H A Dnfs4_vfsops.c992 svp->sv_dhsec = create_authdh_data(args->netname,
1579 if (svp->sv_dhsec) {
1580 sec_clnt_freeinfo(svp->sv_dhsec);
1581 svp->sv_dhsec = NULL;
2112 svp->sv_dhsec = copy_sec_data(svp->sv_dhsec);
H A Dnfs4_stub_vnops.c1193 if (svp->sv_dhsec) {
1198 sdata = svp->sv_dhsec;
H A Dnfs4_subr.c2274 if (svp->sv_dhsec)
2275 sec_clnt_freeinfo(svp->sv_dhsec);
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h599 * sv_dhsec
640 sec_data_t *sv_dhsec; /* AUTH_DH data from the user land */ member in struct:servinfo4

Completed in 73 milliseconds