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

/external/chromium_org/content/child/webcrypto/
H A Djwk.cc370 bool jwk_ext_value = false; 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 161 milliseconds