Home
last modified time | relevance | path

Searched refs:ErrorJwkExtInconsistent (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/child/webcrypto/
Dstatus.h70 static Status ErrorJwkExtInconsistent();
Dstatus.cc54 Status Status::ErrorJwkExtInconsistent() { in ErrorJwkExtInconsistent() function in content::webcrypto::Status
Djwk.cc376 return Status::ErrorJwkExtInconsistent(); in VerifyExt()
/external/chromium_org/content/child/webcrypto/test/
Dhmac_unittest.cc308 EXPECT_EQ(Status::ErrorJwkExtInconsistent(), in TEST()