Searched refs:ah_ops (Results 1 – 14 of 14) sorted by relevance
/titanic_41/usr/src/lib/libbc/inc/include/rpc/ |
H A D | auth.h | 98 } *ah_ops; member 112 ((*((auth)->ah_ops->ah_nextverf))(auth)) 114 ((*((auth)->ah_ops->ah_nextverf))(auth)) 117 ((*((auth)->ah_ops->ah_marshal))(auth, xdrs)) 119 ((*((auth)->ah_ops->ah_marshal))(auth, xdrs)) 122 ((*((auth)->ah_ops->ah_validate))((auth), verfp)) 124 ((*((auth)->ah_ops->ah_validate))((auth), verfp)) 127 ((*((auth)->ah_ops->ah_refresh))(auth)) 129 ((*((auth)->ah_ops->ah_refresh))(auth)) 132 ((*((auth)->ah_ops->ah_destroy))(auth)) [all …]
|
/titanic_41/usr/src/uts/common/rpc/ |
H A D | auth.h | 240 } *ah_ops; member 254 ((*((auth)->ah_ops->ah_nextverf))(auth)) 256 ((*((auth)->ah_ops->ah_nextverf))(auth)) 261 ((*((auth)->ah_ops->ah_marshal))(auth, xdrs, cred)) 263 ((*((auth)->ah_ops->ah_marshal))(auth, xdrs, cred)) 266 ((*((auth)->ah_ops->ah_marshal))(auth, xdrs)) 268 ((*((auth)->ah_ops->ah_marshal))(auth, xdrs)) 273 ((*((auth)->ah_ops->ah_validate))((auth), verfp)) 275 ((*((auth)->ah_ops->ah_validate))((auth), verfp)) 279 ((*((auth)->ah_ops->ah_refresh))(auth, msg, cr)) [all …]
|
/titanic_41/usr/src/uts/common/rpc/sec/ |
H A D | auth_none.c | 75 auth->ah_ops = &auth_none_ops; in authnone_init()
|
H A D | auth_kern.c | 101 auth->ah_ops = &auth_kern_ops; in authkern_init()
|
H A D | auth_loopb.c | 102 auth->ah_ops = &authloopback_ops; in authloopback_init()
|
H A D | auth_des.c | 185 auth->ah_ops = authdes_ops(); in authdes_create()
|
/titanic_41/usr/src/stand/lib/fs/nfs/ |
H A D | auth_none.c | 68 ap->no_client.ah_ops = authnone_ops(); in authnone_create()
|
H A D | auth_unix.c | 106 auth->ah_ops = authunix_ops(); in authunix_create()
|
/titanic_41/usr/src/lib/libnsl/rpc/ |
H A D | auth_none.c | 85 ap->no_client.ah_ops = authnone_ops(); in authnone_create()
|
H A D | svid_funcs.c | 65 ((*((auth)->ah_ops->ah_destroy))(auth)); in auth_destroy()
|
H A D | auth_sys.c | 111 auth->ah_ops = authsys_ops(); in authsys_create()
|
H A D | auth_des.c | 199 auth->ah_ops = authdes_ops(); in authdes_pk_seccreate()
|
/titanic_41/usr/src/lib/rpcsec_gss/ |
H A D | rpcsec_gss.c | 260 auth->ah_ops = &rpc_gss_ops;
|
/titanic_41/usr/src/uts/common/rpc/sec_gss/ |
H A D | rpcsec_gss.c | 570 auth->ah_ops = &rpc_gss_ops;
|