Searched refs:str_hmac_sha1 (Results 1 – 2 of 2) sorted by relevance
27 function str_hmac_sha1(key, data){ return binb2str(core_hmac_sha1(key, data));} function