Home
last modified time | relevance | path

Searched refs:auth_ops (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/lib/libmlrpc/common/
H A Dndr_auth.c82 return (ctx->auth_ops.nao_init(ctx->auth_ctx, mxa)); in ndr_add_sec_context()
111 return (ctx->auth_ops.nao_recv(ctx->auth_ctx, mxa)); in ndr_recv_sec_context()
140 return (ctx->auth_ops.nao_encrypt(ctx->auth_ctx, mxa)); in ndr_add_auth()
141 return (ctx->auth_ops.nao_sign(ctx->auth_ctx, mxa)); in ndr_add_auth()
177 return (ctx->auth_ops.nao_decrypt(ctx->auth_ctx, mxa, in ndr_check_auth()
179 return (ctx->auth_ops.nao_verify(ctx->auth_ctx, mxa, in ndr_check_auth()
H A Dlibmlrpc.h484 ndr_auth_ops_t auth_ops; member
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dauth_none.c45 static struct auth_ops *authnone_ops();
118 static struct auth_ops *
121 static struct auth_ops ops; in authnone_ops()
H A Dauth_unix.c58 static struct auth_ops *authunix_ops();
264 static struct auth_ops *
267 static struct auth_ops ops; in authunix_ops()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dauth_none.c52 static struct auth_ops *authnone_ops(void);
143 static struct auth_ops *
146 static struct auth_ops ops; in authnone_ops()
H A Dauth_sys.c60 static struct auth_ops *authsys_ops(void);
363 static struct auth_ops *
366 static struct auth_ops ops; in authsys_ops()
H A Dauth_des.c60 static struct auth_ops *authdes_ops(void);
455 static struct auth_ops *
458 static struct auth_ops ops; in authdes_ops()
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauth_des.c76 static struct auth_ops *authdes_ops(void);
448 static struct auth_ops *
451 static struct auth_ops ops; in authdes_ops()
H A Dauth_none.c43 static struct auth_ops auth_none_ops = {
H A Dauth_kern.c69 static struct auth_ops auth_kern_ops = {
H A Dauth_loopb.c70 static struct auth_ops authloopback_ops = {
/illumos-gate/usr/src/uts/common/rpc/
H A Dauth.h200 struct auth_ops { struct
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dnetr_ssp.c649 .auth_ops = {
/illumos-gate/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss.c61 static struct auth_ops rpc_gss_ops = {
/illumos-gate/usr/src/uts/common/rpc/sec_gss/
H A Drpcsec_gss.c66 static struct auth_ops rpc_gss_ops = {