Searched refs:os_toebcdic (Results 1 - 6 of 6) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/
H A Debcdic.h10 #define os_toebcdic _openssl_os_toebcdic macro
15 extern const unsigned char os_toebcdic[256];
H A Debcdic.c69 const unsigned char os_toebcdic[256] = { variable
153 const unsigned char os_toebcdic[256] = { variable
215 *udest++ = os_toebcdic[*usrce++];
/barrelfish-master/include/openssl/
H A Debcdic.h10 #define os_toebcdic _openssl_os_toebcdic macro
15 extern const unsigned char os_toebcdic[256];
/barrelfish-master/lib/openssl-1.0.0d/crypto/bio/
H A Db_dump.c138 ? os_toebcdic[ch]
/barrelfish-master/lib/openssl-1.0.0d/crypto/asn1/
H A Da_mbstr.c397 if ((ch == os_toascii[' ']) || strchr("'()+,-./:=?", os_toebcdic[ch])) return 1;
/barrelfish-master/lib/openssl-1.0.0d/crypto/x509v3/
H A Dv3_utl.c404 ch = os_toebcdic[ch];
409 cl = os_toebcdic[cl];

Completed in 36 milliseconds