Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/
H A Debcdic.c60 const unsigned char os_toebcdic[256] = {
179 const unsigned char os_toebcdic[256] = {
294 const unsigned char os_toebcdic[256] = {
355 *udest++ = os_toebcdic[*usrce++];
H A Do_str.c98 c = os_toebcdic[c]; in OPENSSL_hexchar2int()
H A Dctype.c248 return os_toebcdic[c]; in ossl_fromascii()
/freebsd/crypto/openssl/include/openssl/
H A Debcdic.h27 # define os_toebcdic _openssl_os_toebcdic macro
32 extern const unsigned char os_toebcdic[256];
/freebsd/crypto/openssl/crypto/bio/
H A Dbio_dump.c75 ? os_toebcdic[ch] in BIO_dump_indent_cb()