pk_crypt
return (pk_crypt(uid, remote_name, remote_key, key, DES_ENCRYPT));
return (pk_crypt(uid, remote_name, remote_key, key, DES_DECRYPT));
static keystatus pk_crypt( uid_t, char *, netobj *, des_block *, int);