Searched refs:testHmac (Results 1 - 1 of 1) sorted by relevance
/third_party/node/test/parallel/ |
H A D | test-crypto-hmac.js | 41 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 2 milliseconds