Searched refs:ah_unwrap (Results 1 – 2 of 2) sorted by relevance
225 int (*ah_unwrap)(struct __auth *, XDR *, xdrproc_t, member236 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))
463 ops.ah_unwrap = authany_unwrap; in authdes_ops()