Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/http-signature/lib/
Dverify.js60 var hashAlg = alg[1].toUpperCase(); variable
62 var hmac = crypto.createHmac(hashAlg, secret);
72 var h1 = crypto.createHmac(hashAlg, secret);
75 var h2 = crypto.createHmac(hashAlg, secret);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dhttp_curl.c288 X509_ALGOR *hashAlg; member
364 ASN1_SIMPLE(HashAlgAndValue, hashAlg, X509_ALGOR),
488 res = OBJ_obj2txt(txt, sizeof(txt), hash->hashAlg->algorithm, 1); in DEFINE_STACK_OF()
559 hash->hashAlg->algorithm, 1); in add_logo_direct()
612 i2a_ASN1_OBJECT(out, hash->hashAlg->algorithm); in i2r_HashAlgAndValue()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dhttp_curl.c288 X509_ALGOR *hashAlg; member
364 ASN1_SIMPLE(HashAlgAndValue, hashAlg, X509_ALGOR),
488 res = OBJ_obj2txt(txt, sizeof(txt), hash->hashAlg->algorithm, 1); in DEFINE_STACK_OF()
559 hash->hashAlg->algorithm, 1); in add_logo_direct()
612 i2a_ASN1_OBJECT(out, hash->hashAlg->algorithm); in i2r_HashAlgAndValue()
/third_party/typescript/lib/
Dlib.dom.d.ts215 hashAlg: string | Algorithm; property
/third_party/typescript/src/lib/
Ddom.generated.d.ts195 hashAlg: string | Algorithm; property