Searched refs:xlate_ebcdic_to_ascii (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/apr-util/crypto/
H A Dapr_md5.c103 static apr_xlate_t *xlate_ebcdic_to_ascii; /* used in apr_md5_encode() */ variable
476 xlate_ebcdic_to_ascii = xlate;
551 apr_md5_set_xlate(&ctx, xlate_ebcdic_to_ascii);
574 apr_md5_set_xlate(&ctx1, xlate_ebcdic_to_ascii);
624 apr_md5_set_xlate(&ctx1, xlate_ebcdic_to_ascii);
H A Dapr_md4.c82 static apr_xlate_t *xlate_ebcdic_to_ascii; /* used in apr_md4_encode() */ variable
401 xlate_ebcdic_to_ascii = xlate;

Completed in 158 milliseconds