ebcdic.h

Go to the documentation of this file.
00001 /* crypto/ebcdic.h */
00002 
00003 #ifndef HEADER_EBCDIC_H
00004 #define HEADER_EBCDIC_H
00005 
00006 #include <sys/types.h>
00007 
00008 /* Avoid name clashes with other applications */
00009 #define os_toascii   _openssl_os_toascii
00010 #define os_toebcdic  _openssl_os_toebcdic
00011 #define ebcdic2ascii _openssl_ebcdic2ascii
00012 #define ascii2ebcdic _openssl_ascii2ebcdic
00013 
00014 extern const unsigned char os_toascii[256];
00015 extern const unsigned char os_toebcdic[256];
00016 void *ebcdic2ascii(void *dest, const void *srce, size_t count);
00017 void *ascii2ebcdic(void *dest, const void *srce, size_t count);
00018 
00019 #endif

Generated on Thu Aug 20 22:33:05 2009 for OpenXDAS by  doxygen 1.5.6