Home
last modified time | relevance | path

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

/NextBSD/contrib/apr-util/crypto/
HDapr_md5.c103 static apr_xlate_t *xlate_ebcdic_to_ascii; /* used in apr_md5_encode() */ variable
476 xlate_ebcdic_to_ascii = xlate; in apr_MD5InitEBCDIC()
551 apr_md5_set_xlate(&ctx, xlate_ebcdic_to_ascii); in apr_md5_encode()
574 apr_md5_set_xlate(&ctx1, xlate_ebcdic_to_ascii); in apr_md5_encode()
624 apr_md5_set_xlate(&ctx1, xlate_ebcdic_to_ascii); in apr_md5_encode()
HDapr_md4.c82 static apr_xlate_t *xlate_ebcdic_to_ascii; /* used in apr_md4_encode() */ variable
401 xlate_ebcdic_to_ascii = xlate; in apr_MD4InitEBCDIC()