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

/external/chromium_org/content/child/webcrypto/
H A Djwk.cc329 Status GetJwkBigInteger(base::DictionaryValue* dict, function in namespace:content::webcrypto::__anon7525
651 status = GetJwkBigInteger(dict.get(), "n", &result->n);
654 status = GetJwkBigInteger(dict.get(), "e", &result->e);
662 status = GetJwkBigInteger(dict.get(), "d", &result->d);
669 status = GetJwkBigInteger(dict.get(), "p", &result->p);
673 status = GetJwkBigInteger(dict.get(), "q", &result->q);
677 status = GetJwkBigInteger(dict.get(), "dp", &result->dp);
681 status = GetJwkBigInteger(dict.get(), "dq", &result->dq);
685 status = GetJwkBigInteger(dict.get(), "qi", &result->qi);

Completed in 544 milliseconds