Searched refs:ah_ops (Results 1 – 4 of 4) sorted by relevance
103 } *ah_ops; member117 ((*((auth)->ah_ops->ah_nextverf))(auth))119 ((*((auth)->ah_ops->ah_nextverf))(auth))122 ((*((auth)->ah_ops->ah_marshal))(auth, xdrs))124 ((*((auth)->ah_ops->ah_marshal))(auth, xdrs))127 ((*((auth)->ah_ops->ah_validate))((auth), verfp))129 ((*((auth)->ah_ops->ah_validate))((auth), verfp))132 ((*((auth)->ah_ops->ah_refresh))(auth))134 ((*((auth)->ah_ops->ah_refresh))(auth))137 ((*((auth)->ah_ops->ah_destroy))(auth))[all …]
83 ap->no_client.ah_ops = (struct auth_ops *) &ops; in authnone_create_once()
118 auth->ah_ops = (struct auth_ops *) &auth_unix_ops; in authunix_create()
192 auth->ah_ops = (struct auth_ops *) &authdes_ops; in libc_hidden_def()
Completed in 10 milliseconds