Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/
H A Dauth.h225 int (*ah_unwrap)(struct __auth *, XDR *, xdrproc_t, member
236 int (*ah_unwrap)(); /* decode XDR data */
310 ((*((auth)->ah_ops->ah_unwrap))(auth, xdrs, xfunc, xwhere))
312 ((*((auth)->ah_ops->ah_unwrap))(auth, xdrs, xfunc, xwhere))
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauth_des.c461 ops.ah_unwrap = authany_unwrap; in authdes_ops()