Home
last modified time | relevance | path

Searched refs:ebcdic2ascii (Results 1 – 19 of 19) sorted by relevance

/freebsd/crypto/openssl/include/openssl/
H A Debcdic.h28 # define ebcdic2ascii _openssl_ebcdic2ascii macro
33 void *ebcdic2ascii(void *dest, const void *srce, size_t count);
/freebsd/crypto/openssl/test/
H A Dhmactest.c92 ebcdic2ascii(test[0].data, test[0].data, test[0].data_len); in test_hmac_md5()
93 ebcdic2ascii(test[1].data, test[1].data, test[1].data_len); in test_hmac_md5()
94 ebcdic2ascii(test[2].key, test[2].key, test[2].key_len); in test_hmac_md5()
95 ebcdic2ascii(test[2].data, test[2].data, test[2].data_len); in test_hmac_md5()
H A Dmdc2test.c63 ebcdic2ascii(text, text, tlen); in test_mdc2()
H A Dbftest.c461 ebcdic2ascii(cbc_data, cbc_data, strlen(cbc_data)); in setup_tests()
463 ebcdic2ascii(bf_key[n], bf_key[n], strlen(bf_key[n])); in setup_tests()
/freebsd/crypto/openssl/crypto/des/
H A Dfcrypt.c82 ebcdic2ascii(e_salt, e_salt, sizeof(e_salt)); in DES_crypt()
86 ebcdic2ascii(e_buf, e_buf, sizeof(e_buf)); in DES_crypt()
/freebsd/crypto/openssl/apps/
H A Dpasswd.c335 ebcdic2ascii(ascii_magic, ascii_magic, magic_len); in md5crypt()
342 ebcdic2ascii(ascii_salt, ascii_salt, salt_len); in md5crypt()
349 ebcdic2ascii(ascii_passwd, ascii_passwd, passwd_len); in md5crypt()
568 ebcdic2ascii(ascii_magic, ascii_magic, magic_len); in shacrypt()
575 ebcdic2ascii(ascii_salt, ascii_salt, salt_len); in shacrypt()
582 ebcdic2ascii(ascii_passwd, ascii_passwd, passwd_len); in shacrypt()
596 ebcdic2ascii(tmp_buf, tmp_buf, strlen(tmp_buf)); in shacrypt()
H A Dreq.c1444 ebcdic2ascii(buf, buf, i); in build_data()
H A Ds_server.c354 ebcdic2ascii(wbuf->buff, in, inl); in ebcdic_write()
2668 ebcdic2ascii(buf, buf, i); in sv_body()
H A Ds_client.c3045 ebcdic2ascii(cbuf, cbuf, i); in s_client_main()
/freebsd/crypto/openssl/crypto/
H A Debcdic.c337 void *ebcdic2ascii(void *dest, const void *srce, size_t count)
H A Dparams_from_text.c175 ebcdic2ascii(buf, value, buf_n); in construct_from_text()
H A Do_str.c256 ebcdic2ascii(str, str, q - str); in buf2hexstr_sep()
/freebsd/crypto/openssl/crypto/md2/
H A Dmd2_one.c43 ebcdic2ascii(temp, d, chunk); in MD2()
/freebsd/crypto/openssl/crypto/md4/
H A Dmd4_one.c43 ebcdic2ascii(temp, d, chunk); in MD4()
/freebsd/crypto/openssl/crypto/md5/
H A Dmd5_one.c43 ebcdic2ascii(temp, d, chunk); in MD5()
/freebsd/crypto/openssl/crypto/x509/
H A Dv3_utf8.c65 ebcdic2ascii(utf8->data, utf8->data, utf8->length); in s2i_ASN1_UTF8STRING()
H A Dv3_ia5.c58 ebcdic2ascii(ia5->data, ia5->data, ia5->length); in s2i_ASN1_IA5STRING()
/freebsd/crypto/openssl/crypto/pem/
H A Dpem_lib.c367 ebcdic2ascii(buf, buf, klen); in PEM_ASN1_write_bio()
445 ebcdic2ascii(buf, buf, keylen); in PEM_do_header()
/freebsd/crypto/openssl/crypto/asn1/
H A Da_time.c310 ebcdic2ascii(tmps->data, tmps->data, tmps->length); in ossl_asn1_time_from_tm()