MOXA linux-2.6.x / linux-2.6.9-uc0 from sdlinux-moxaart.tgz
[linux-2.6.9-moxart.git] / drivers / char / mxhwenp / include / mxhw_crypto_userio.h
blobe5656ea23cae5b09afc064efc90d947df0353421
1 #ifndef _MXHW_CRYPTO_UIO
2 #define _MXHW_CRYPTO_UIO
4 int mxcrypto_uio_register(u_int algo, u_int mode, u_char *key, u_int bits, int enc);
5 int mxcrypto_uio_perform(int ctxId, const u_char *input, u_char *output, u_long len,
6 u_char *ivec, u_int ilen);
7 int mxcrypto_uio_close(int ctxId);
8 #endif