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

/opensolaris-onvv-gate/usr/src/common/openssl/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++];
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bio/
H A Db_dump.c138 ? os_toebcdic[ch]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/asn1/
H A Da_mbstr.c397 if ((ch == os_toascii[' ']) || strchr("'()+,-./:=?", os_toebcdic[ch])) return 1;
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/x509v3/
H A Dv3_utl.c413 ch = os_toebcdic[ch];
418 cl = os_toebcdic[cl];

Completed in 97 milliseconds