Searched defs:rpc_gss_wrap (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/sec_gss/
H A Drpcsec_gss.c53 static bool_t rpc_gss_wrap();
68 rpc_gss_wrap,
1312 rpc_gss_wrap(auth, buf, buflen, out_xdrs, xdr_func, xdr_ptr) function
1339 RPCGSS_LOG0(1, "rpc_gss_wrap: reject an invalid context\n");
1363 RPCGSS_LOG0(1, "rpc_gss_wrap: xdr putbytes failed\n");
1372 RPCGSS_LOG0(1, "rpc_gss_wrap: marshall_creds failed\n");
1381 RPCGSS_LOG0(1, "rpc_gss_wrap: marshall_verf failed\n");
1390 RPCGSS_LOG0(1, "rpc_gss_wrap: write out header failed\n");
1542 * rpc_gss_wrap() is doing the marshalling.

Completed in 48 milliseconds