1 /* vi: set sw=4 ts=4: */
4 * Copyright (C) 2008 by Erik Andersen <andersen@uclibc.org>
5 * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
14 char *crypt(const char *key attribute_unused, const char *salt attribute_unused)
21 setkey(const char *key attribute_unused)
27 encrypt(char *block attribute_unused, int flag attribute_unused)