Searched defs:Hmac (Results 1 – 7 of 7) sorted by relevance
107 function Hmac(hmac, key, options) { class145 Hmac field
14 'Hmac': ['sha1', 'Node'], property
10 const Hmac = crypto.Hmac; constant
68 'Hmac': 'crypto.html#crypto_class_hmac', property
1183 ### `hmac.digest([encoding])`1198 ### `hmac.update(data[, inputEncoding])`
208 Hmac, property
4169 Hmac::Hmac(Environment* env, Local<Object> wrap) in Hmac() function in node::crypto::Hmac