Symbol: ebcdic2ascii
crypto/openssl/apps/passwd.c
343
ebcdic2ascii(ascii_magic, ascii_magic, magic_len);
crypto/openssl/apps/passwd.c
350
ebcdic2ascii(ascii_salt, ascii_salt, salt_len);
crypto/openssl/apps/passwd.c
357
ebcdic2ascii(ascii_passwd, ascii_passwd, passwd_len);
crypto/openssl/apps/passwd.c
573
ebcdic2ascii(ascii_magic, ascii_magic, magic_len);
crypto/openssl/apps/passwd.c
580
ebcdic2ascii(ascii_salt, ascii_salt, salt_len);
crypto/openssl/apps/passwd.c
587
ebcdic2ascii(ascii_passwd, ascii_passwd, passwd_len);
crypto/openssl/apps/passwd.c
602
ebcdic2ascii(tmp_buf, tmp_buf, strlen(tmp_buf));
crypto/openssl/apps/req.c
1460
ebcdic2ascii(buf, buf, i);
crypto/openssl/apps/s_client.c
4132
ebcdic2ascii(buf_start, buf_start, outlen);
crypto/openssl/apps/s_server.c
2870
ebcdic2ascii(buf, buf, i);
crypto/openssl/apps/s_server.c
363
ebcdic2ascii(wbuf->buff, in, inl);
crypto/openssl/crypto/asn1/a_time.c
314
ebcdic2ascii(tmps->data, tmps->data, tmps->length);
crypto/openssl/crypto/des/fcrypt.c
79
ebcdic2ascii(e_salt, e_salt, sizeof(e_salt));
crypto/openssl/crypto/des/fcrypt.c
83
ebcdic2ascii(e_buf, e_buf, sizeof(e_buf));
crypto/openssl/crypto/md2/md2_one.c
43
ebcdic2ascii(temp, d, chunk);
crypto/openssl/crypto/md4/md4_one.c
43
ebcdic2ascii(temp, d, chunk);
crypto/openssl/crypto/md5/md5_one.c
43
ebcdic2ascii(temp, d, chunk);
crypto/openssl/crypto/o_str.c
327
ebcdic2ascii(str, str, q - str);
crypto/openssl/crypto/params_from_text.c
173
ebcdic2ascii(buf, value, buf_n);
crypto/openssl/crypto/pem/pem_lib.c
379
ebcdic2ascii(buf, buf, klen);
crypto/openssl/crypto/pem/pem_lib.c
474
ebcdic2ascii(buf, buf, keylen);
crypto/openssl/crypto/x509/v3_ia5.c
58
ebcdic2ascii(ia5->data, ia5->data, ia5->length);
crypto/openssl/crypto/x509/v3_utf8.c
62
ebcdic2ascii(utf8->data, utf8->data, utf8->length);
crypto/openssl/include/openssl/ebcdic.h
33
void *ebcdic2ascii(void *dest, const void *srce, size_t count);
crypto/openssl/test/bftest.c
463
ebcdic2ascii(cbc_data, cbc_data, strlen(cbc_data));
crypto/openssl/test/bftest.c
465
ebcdic2ascii(bf_key[n], bf_key[n], strlen(bf_key[n]));
crypto/openssl/test/hmactest.c
405
ebcdic2ascii(test_chunks[idx].key, test_chunks[idx].key,
crypto/openssl/test/hmactest.c
92
ebcdic2ascii(test[0].data, test[0].data, test[0].data_len);
crypto/openssl/test/hmactest.c
93
ebcdic2ascii(test[1].data, test[1].data, test[1].data_len);
crypto/openssl/test/hmactest.c
94
ebcdic2ascii(test[2].key, test[2].key, test[2].key_len);
crypto/openssl/test/hmactest.c
95
ebcdic2ascii(test[2].data, test[2].data, test[2].data_len);
crypto/openssl/test/mdc2test.c
65
ebcdic2ascii(text, text, tlen);