Home
last modified time | relevance | path

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

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