HomeSort by relevance Sort by last modified time
    Searched refs:core_hmac_md5 (Results 1 - 2 of 2) sorted by null

  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
crypto-md5.js 25 function hex_hmac_md5(key, data) { return binl2hex(core_hmac_md5(key, data)); }
26 function b64_hmac_md5(key, data) { return binl2b64(core_hmac_md5(key, data)); }
27 function str_hmac_md5(key, data) { return binl2str(core_hmac_md5(key, data)); }
162 function core_hmac_md5(key, data) function
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
crypto-md5.js 25 function hex_hmac_md5(key, data) { return binl2hex(core_hmac_md5(key, data)); }
26 function b64_hmac_md5(key, data) { return binl2b64(core_hmac_md5(key, data)); }
27 function str_hmac_md5(key, data) { return binl2str(core_hmac_md5(key, data)); }
162 function core_hmac_md5(key, data) function

Completed in 317 milliseconds