Home
last modified time | relevance | path

Searched refs:b64_hmac_sha1 (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/
Dchrome_ex_oauthsimple.js394 this.b64_hmac_sha1 = function(k,d,_p,_z){ method in OAuthSimple
451 return this.b64_hmac_sha1(secretKey,sigString);
/external/chromium/chrome/common/extensions/docs/examples/extensions/wave/
Dchrome_ex_oauthsimple.js394 this.b64_hmac_sha1 = function(k,d,_p,_z){ method in OAuthSimple
451 return this.b64_hmac_sha1(secretKey,sigString);
/external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
Dchrome_ex_oauthsimple.js394 this.b64_hmac_sha1 = function(k,d,_p,_z){ method in OAuthSimple
451 return this.b64_hmac_sha1(secretKey,sigString);
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
Dcrypto-sha1.js26 function b64_hmac_sha1(key, data){ return binb2b64(core_hmac_sha1(key, data));} function
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
Dcrypto-sha1.js26 function b64_hmac_sha1(key, data){ return binb2b64(core_hmac_sha1(key, data));} function