Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssl/crypto/
HDebcdic.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++];
HDo_str.c104 c = os_toebcdic[c]; in OPENSSL_hexchar2int()
HDctype.c248 return os_toebcdic[c]; in ossl_fromascii()
/freebsd-13-stable/crypto/openssl/include/openssl/
HDebcdic.h21 # define os_toebcdic _openssl_os_toebcdic macro
26 extern const unsigned char os_toebcdic[256];
/freebsd-13-stable/crypto/openssl/crypto/bio/
HDb_dump.c74 ? os_toebcdic[ch] in BIO_dump_indent_cb()