Searched refs:hex_hmac_sha1 (Results 1 – 2 of 2) sorted by relevance
25 function hex_hmac_sha1(key, data){ return binb2hex(core_hmac_sha1(key, data));} function