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

/osnet-11/usr/src/lib/gss_mechs/mech_dh/dh_common/
H A Ddh_template.c92 dh_getpublickey(const char *remote, keylen_t keylen, algtype_t algtype, argument
107 "dlopen returned %s", remote, dlerror());
118 return (__getpublickey_cached_g(remote, keylen, algtype,
128 return (getpublickey_g(remote, keylen, algtype, pk, pklen));
134 * the common key with the caller and the remote principal.
164 * is held between the caller and the remote principal.
/osnet-11/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dcontext_establish.c115 gss_chanbind_cmp(gss_channel_bindings_t local, gss_channel_bindings_t remote) argument
120 if (remote == NULL)
123 if (local->initiator_addrtype != remote->initiator_addrtype)
128 &remote->initiator_address) == FALSE)
131 if (local->acceptor_addrtype != remote->acceptor_addrtype)
136 &remote->acceptor_address) == FALSE)
140 &remote->application_data));
165 /* Set our self as the remote for the other end. */
166 accept->remote = ctx->local;
167 /* The remote sid
250 establish_session_keys(const char *remote, dh_key_set_t keys, dh_signature_t sig, dh_token_t token) argument
585 dh_init_context_t remote; /* init_context in token */ local
[all...]
H A Ddh_gssapi.h65 * with this principal and a remote principal. For algorithm 0
68 * the session key with the public key of the remote.
73 * This function decrypts the set of session keys from remote. It
76 * the underlying mechanism to get the public key for the remote
145 dh_principal remote; /* Netname of remote */ member in struct:dh_gss_context_desc
/osnet-11/usr/src/lib/libnsl/nis/gen/
H A Dnis_subr.c738 * Note: If the remote host doesn't support version 3,
743 struct netbuf remote; local
747 (void) clnt_control(client, CLGET_SVC_ADDR, (char *)&remote);
748 sa = (struct sockaddr_in *)(remote.buf);
/osnet-11/usr/src/lib/libnsl/rpc/
H A Drpcb_clnt.c100 * This routine adjusts the timeout used for calls to the remote rpcbind.
603 "\tCouldn't resolve remote address!\n");
685 * returns the client handle that it uses to contact the remote rpcbind.
732 struct netbuf remote; local
751 * only request for remote address through
814 CLNT_CONTROL(client, CLGET_SVC_ADDR, (char *)&remote);
816 ((address->buf = malloc(remote.len)) == NULL)) {
825 (void) memcpy(address->buf, remote.buf, remote.len);
828 address->len = address->maxlen = remote
[all...]

Completed in 31 milliseconds