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

  /external/webkit/SunSpider/tests/sunspider-0.9/
crypto-sha1.js 24 function str_sha1(s){return binb2str(core_sha1(str2binb(s),s.length * chrsz));}
27 function str_hmac_sha1(key, data){ return binb2str(core_hmac_sha1(key, data));}
159 function binb2str(bin) function
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
crypto-sha1.js 24 function str_sha1(s){return binb2str(core_sha1(str2binb(s),s.length * chrsz));}
27 function str_hmac_sha1(key, data){ return binb2str(core_hmac_sha1(key, data));}
159 function binb2str(bin) function

Completed in 79 milliseconds