Home
last modified time | relevance | path

Searched refs:heim_ipc_call (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/heimdal/lib/ipc/
H A Dheim-ipc.h91 heim_ipc_call(heim_ipc, const heim_idata *, heim_idata *, heim_icred *);
H A Dtc.c84 ret = heim_ipc_call(ipc, &req, &rep, NULL); in test_ipc()
H A Dclient.c547 heim_ipc_call(heim_ipc ctx, const heim_idata *snd, heim_idata *rcv, in heim_ipc_call() function
/freebsd/crypto/heimdal/lib/krb5/
H A Dkcm.c89 ret = heim_ipc_call(kcm_ipc, &request_data, response_data, NULL); in kcm_send_request()