Searched defs:client (Results 101 - 125 of 167) sorted by relevance

1234567

/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dcache.c992 krb5_cc_cache_match(krb5_context context, krb5_principal client, const char *type, krb5_ccache *id) argument
H A Dget_in_tkt.c368 add_padata(krb5_context context, METHOD_DATA *md, krb5_principal client, krb5_key_proc key_proc, krb5_const_pointer keyseed, krb5_enctype *enctypes, unsigned netypes, krb5_salt *salt) argument
[all...]
H A Dget_cred.c1219 krb5_get_renewed_creds(krb5_context context, krb5_creds *creds, krb5_const_principal client, krb5_ccache ccache, const char *in_tkt_service) argument
[all...]
H A Dkrb5_ccapi.h104 char *client; member in struct:cc_credentials_v5_t
/freebsd-9.3-release/crypto/openssh/
H A Dcipher.c184 cipher_mask_ssh1(int client) argument
H A Dkex.c358 choose_enc(Enc *enc, char *client, char *server) argument
376 choose_mac(Mac *mac, char *client, char *server) argument
393 choose_comp(Comp *comp, char *client, char *server) argument
411 choose_kex(Kex *k, char *client, char *server) argument
426 choose_hostkeyalg(Kex *k, char *client, char *server) argument
[all...]
/freebsd-9.3-release/sbin/hastd/
H A Dproto_tcp.c475 tcp_wrap(int fd, bool client, void **ctxp) argument
/freebsd-9.3-release/sys/contrib/rdma/
H A Drdma_device.c60 struct ib_client *client; member in struct:ib_client_data
218 static int add_client_context(struct ib_device *device, struct ib_client *client) argument
334 struct ib_client *client; local
354 struct ib_client *client; local
391 ib_register_client(struct ib_client *client) argument
415 ib_unregister_client(struct ib_client *client) argument
448 ib_get_client_data(struct ib_device *device, struct ib_client *client) argument
473 ib_set_client_data(struct ib_device *device, struct ib_client *client, void *data) argument
[all...]
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Ddevice.c57 struct ib_client *client; member in struct:ib_client_data
206 static int add_client_context(struct ib_device *device, struct ib_client *client) argument
321 struct ib_client *client; local
342 struct ib_client *client; local
383 ib_register_client(struct ib_client *client) argument
408 ib_unregister_client(struct ib_client *client) argument
442 ib_get_client_data(struct ib_device *device, struct ib_client *client) argument
469 ib_set_client_data(struct ib_device *device, struct ib_client *client, void *data) argument
[all...]
H A Dnotice.c108 struct ib_sa_client *client; member in struct:inform_member
538 ib_sa_register_inform_info(struct ib_sa_client *client, argument
/freebsd-9.3-release/tools/tools/net80211/w00t/ap/
H A Dap.c40 struct client { struct
/freebsd-9.3-release/usr.sbin/acpi/acpidump/
H A Dacpidump.h68 } client; member in union:TCPAbody::__anon10867
/freebsd-9.3-release/usr.sbin/rpc.lockd/
H A Dlock_proc.c197 CLIENT *client; local
[all...]
/freebsd-9.3-release/contrib/gcc/cp/
H A Dmethod.c826 synthesize_exception_spec(tree type, tree (*extractor) (tree, void*), void *client) argument
917 struct copy_data *client = (struct copy_data *)client_; local
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DARCMT.cpp100 CaptureDiagnosticConsumer(DiagnosticsEngine &diags, DiagnosticConsumer &client, CapturedDiagList &capturedDiags) argument
/freebsd-9.3-release/contrib/openbsm/bin/auditdistd/
H A Dproto_tls.c845 tls_wrap(int fd, bool client, void **ctxp) argument
[all...]
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-nfs.c912 struct in6_addr client; /* client IP address (net order) */ member in struct:xid_map_entry
915 struct in_addr client; /* client IP address (net order) */ member in struct:xid_map_entry
[all...]
H A Dprint-rx.c404 struct in_addr client; /* client IP address (net order) */ member in struct:rx_cache_entry
/freebsd-9.3-release/crypto/heimdal/appl/gssmask/
H A Dgssmaestro.c43 struct client { struct
64 init_sec_context(struct client *client, argument
85 accept_sec_context(struct client *client, int32_t *hContext, int32_t flags, const krb5_data *itoken, krb5_data *otoken, int32_t *hDelegCred) argument
106 acquire_cred(struct client *client, const char *username, const char *password, int32_t flags, int32_t *hCred) argument
123 toast_resource(struct client *client, int32_t hCred) argument
134 goodbye(struct client *client) argument
141 get_targetname(struct client *client, char **target) argument
150 encrypt_token(struct client *client, int32_t hContext, int32_t flags, krb5_data *in, krb5_data *out) argument
165 decrypt_token(struct client *client, int32_t hContext, int flags, krb5_data *in, krb5_data *out) argument
180 get_mic(struct client *client, int32_t hContext, krb5_data *in, krb5_data *mic) argument
195 verify_mic(struct client *client, int32_t hContext, krb5_data *in, krb5_data *mic) argument
211 get_version_capa(struct client *client, int32_t *version, int32_t *capa, char **version_str) argument
223 get_moniker(struct client *client, char **moniker) argument
783 struct client *client, *server; local
[all...]
H A Dgssmask.c50 struct client { struct
[all...]
/freebsd-9.3-release/crypto/heimdal/kdc/
H A Dhprop.c445 krb5_principal client; local
/freebsd-9.3-release/crypto/heimdal/kpasswd/
H A Dkpasswdd.c243 char *client = NULL, *admin = NULL; local
[all...]
/freebsd-9.3-release/crypto/heimdal/kuser/
H A Dkinit.c205 krb5_principal client; local
179 get_server(krb5_context context, krb5_principal client, const char *server, krb5_principal *princ) argument
332 store_ntlmkey(krb5_context context, krb5_ccache id, const char *domain, krb5_const_principal client, struct ntlm_buf *buf) argument
610 ticket_lifetime(krb5_context context, krb5_ccache cache, krb5_principal client, const char *server) argument
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Dcms.c260 find_CMSIdentifier(hx509_context context, CMSIdentifier *client, hx509_certs certs, hx509_cert *signer_cert, int match) argument
/freebsd-9.3-release/lib/libc/rpc/
H A Drpcb_clnt.c294 CLIENT *client; local
440 CLIENT *client; local
542 CLIENT *client; local
602 CLIENT *client; local
734 CLIENT *client = NULL; local
1081 CLIENT *client; local
1140 CLIENT *client; local
1213 CLIENT *client = NULL; local
1274 CLIENT *client; local
1308 CLIENT *client; local
[all...]

Completed in 372 milliseconds

1234567