1 /* 2 * 3 */ 4 5 int __crypt_setkey(const char *key); 6 int __crypt_encrypt(char *block, int flag); 7