3 * Copyright (C) 2008 by Erik Andersen <andersen@uclibc.org>
4 * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
12 char *crypt(const char *key attribute_unused
, const char *salt attribute_unused
)
19 setkey(const char *key attribute_unused
)
25 encrypt(char *block attribute_unused
, int flag attribute_unused
)