Home
last modified time | relevance | path

Searched defs:digest_name (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Modules/
D_hashopenssl.c1654 PyObject *digest_name = py_digest_name(HMAC_CTX_get_md(self->ctx)); in _hmac_repr() local
1772 PyObject *digest_name = py_digest_name(HMAC_CTX_get_md(self->ctx)); in _hashlib_hmac_get_name() local
/third_party/node/src/
Dnode_crypto.cc5952 Utf8Value digest_name(args.GetIsolate(), args[4]); in PBKDF2() local