Searched refs:hashAlg (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/npm/node_modules/http-signature/lib/ |
D | verify.js | 60 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/ |
D | http_curl.c | 288 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/ |
D | http_curl.c | 288 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/ |
D | lib.dom.d.ts | 215 hashAlg: string | Algorithm; property
|
/third_party/typescript/src/lib/ |
D | dom.generated.d.ts | 195 hashAlg: string | Algorithm; property
|