Searched refs:has_jwk_ext (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/child/webcrypto/
H A Djwk.cc371 bool has_jwk_ext; local
372 Status status = GetOptionalJwkBool(dict, "ext", &jwk_ext_value, &has_jwk_ext);
375 if (has_jwk_ext && expected_extractable && !jwk_ext_value)

Completed in 757 milliseconds