42#if PPP_INCLUDED_POLARSSL_DES
44#ifndef PPP_INCLUDED_POLARSSL_DES_H
45#define PPP_INCLUDED_POLARSSL_DES_H
70void des_setkey_enc( des_context *ctx,
unsigned char key[8] );
78void des_setkey_dec( des_context *ctx,
unsigned char key[8] );
87void des_crypt_ecb( des_context *ctx,
88 const unsigned char input[8],
89 unsigned char output[8] );