Searched refs:hex_hmac_md5 (Results 1 – 2 of 2) sorted by relevance
25 function hex_hmac_md5(key, data) { return binl2hex(core_hmac_md5(key, data)); } function