Searched refs:heim_ipc (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/heimdal/lib/ipc/ |
H A D | heim-ipc.h | 38 typedef struct heim_ipc *heim_ipc; typedef 85 heim_ipc_init_context(const char *, heim_ipc *); 88 heim_ipc_free_context(heim_ipc); 91 heim_ipc_call(heim_ipc, const heim_idata *, heim_idata *, heim_icred *); 94 heim_ipc_async(heim_ipc, const heim_idata *, void *, void (*func)(void *, int, heim_idata *, heim_i…
|
H A D | Makefile.am | 38 EXTRA_DIST = heim_ipc.defs heim_ipc_async.defs heim_ipc_reply.defs 40 heim_ipc.h heim_ipcUser.c heim_ipcServer.c heim_ipcServer.h: heim_ipc.defs 41 …mig -header heim_ipc.h -user heim_ipcUser.c -sheader heim_ipcServer.h -server heim_ipcServer.c -I$… 49 built_ipcc = heim_ipc.h heim_ipcUser.c
|
H A D | client.c | 495 struct heim_ipc { struct 502 heim_ipc_init_context(const char *name, heim_ipc *ctx) in heim_ipc_init_context() argument 509 heim_ipc c; in heim_ipc_init_context() 540 heim_ipc_free_context(heim_ipc ctx) in heim_ipc_free_context() 547 heim_ipc_call(heim_ipc ctx, const heim_idata *snd, heim_idata *rcv, in heim_ipc_call() 556 heim_ipc_async(heim_ipc ctx, const heim_idata *snd, void *userctx, in heim_ipc_async()
|
H A D | tc.c | 74 heim_ipc ipc; in test_ipc()
|
H A D | Makefile.in | 443 @have_gcd_TRUE@EXTRA_DIST = heim_ipc.defs heim_ipc_async.defs heim_ipc_reply.defs 444 @have_gcd_TRUE@built_ipcc = heim_ipc.h heim_ipcUser.c \ 1059 @have_gcd_TRUE@heim_ipc.h heim_ipcUser.c heim_ipcServer.c heim_ipcServer.h: heim_ipc.defs 1060 …d_TRUE@ mig -header heim_ipc.h -user heim_ipcUser.c -sheader heim_ipcServer.h -server heim_ipcServ…
|
H A D | heim_ipc_reply.defs | 44 subsystem heim_ipc 101;
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | kcm.c | 66 static heim_ipc kcm_ipc = NULL;
|