Lines Matching refs:verf
268 rpc_gss_validate(AUTH *auth, struct opaque_auth *verf) in rpc_gss_validate() argument
289 gd->gd_verf.value = mem_alloc(verf->oa_length); in rpc_gss_validate()
295 memcpy(gd->gd_verf.value, verf->oa_base, verf->oa_length); in rpc_gss_validate()
296 gd->gd_verf.length = verf->oa_length; in rpc_gss_validate()
304 checksum.value = verf->oa_base; in rpc_gss_validate()
305 checksum.length = verf->oa_length; in rpc_gss_validate()
570 struct opaque_auth creds, verf; in __rpc_gss_wrap() local
641 verf.oa_flavor = RPCSEC_GSS; in __rpc_gss_wrap()
642 verf.oa_base = checksum.value; in __rpc_gss_wrap()
643 verf.oa_length = checksum.length; in __rpc_gss_wrap()
645 xdr_stat = xdr_opaque_auth(xdrs, &verf); in __rpc_gss_wrap()