Home
last modified time | relevance | path

Searched refs:testHmac (Results 1 - 1 of 1) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-crypto-hmac.js41 function testHmac(algo, key, data, expected) { function
66 testHmac('sha1', 'Node', ['some data', 'to hmac'],
116 testHmac(hash, key, data, hmac[hash]);
349 testHmac('md5', key, data, hmac);
407 testHmac('sha1', key, data, hmac);

Completed in 1 milliseconds