Searched refs:copy_encrypted (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/appl/kx/
H A Dcontext.c91 copy_encrypted (kx_context *kc, int fd1, int fd2) function
93 return (*kc->copy_encrypted)(kc, fd1, fd2);
H A Dkx.h187 int (*copy_encrypted)(struct kx_context *kc, member in struct:kx_context
226 copy_encrypted (kx_context *kc, int fd1, int fd2);
H A Dkx.c161 return copy_encrypted (kc, xserver, fd);
170 return copy_encrypted (kc, xserver, fd);
H A Dkxd.c285 return copy_encrypted (kc, fd, sock);
300 return copy_encrypted (kc, fd, sock);
H A Dkrb5.c355 kc->copy_encrypted = krb5_copy_encrypted;

Completed in 182 milliseconds