out_func
out_func out, void FAR *out_desc) {
typedef int (*out_func)(void FAR *, unsigned char FAR *, unsigned);
out_func out, void FAR *out_desc);
md_hash_from_algorithm(int algorithm, md_hash_func *out_func,
*out_func = MD4;
*out_func = MD5;
sha_hash_from_algorithm(int algorithm, sha_hash_func *out_func,
if (out_func != NULL)
*out_func = sha_func;
out_func out, void FAR *out_desc) {
typedef int (*out_func)(void FAR *, unsigned char FAR *, unsigned);
out_func out, void FAR *out_desc);