Searched refs:rpc_auth_null (Results 1 – 5 of 5) sorted by relevance
71 *p++ = rpc_auth_null; in nul_marshal()74 *p++ = rpc_auth_null; in nul_marshal()97 if (*p++ != rpc_auth_null) in nul_validate()
110 *p++ = rpc_auth_null; in tls_marshal()129 if (*p != rpc_auth_null) in tls_validate()
153 *p++ = rpc_auth_null; in unx_marshal()183 case rpc_auth_null: in unx_validate()
874 *p++ = rpc_auth_null; in svcauth_tls_accept()
94 #define rpc_auth_null cpu_to_be32(RPC_AUTH_NULL) macro