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

/external/chromium_org/content/child/webcrypto/
H A Djwk.cc384 bool has_jwk_key_ops; local
386 GetOptionalJwkList(dict, "key_ops", &jwk_key_ops_value, &has_jwk_key_ops);
390 if (has_jwk_key_ops) {
420 if (has_jwk_key_ops && has_jwk_use &&

Completed in 528 milliseconds