Searched defs:AlgorithmImplementation (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/child/webcrypto/
H A Dalgorithm_implementation.h21 // AlgorithmImplementation is a base class for *executing* the operations of an
27 // AlgorithmImplementation has reasonable default implementations for all
31 // Unless stated otherwise methods of AlgorithmImplementation are responsible
40 class AlgorithmImplementation { class in namespace:content::webcrypto
42 virtual ~AlgorithmImplementation();
H A Dalgorithm_implementation.cc13 AlgorithmImplementation::~AlgorithmImplementation() {
16 Status AlgorithmImplementation::Encrypt(
24 Status AlgorithmImplementation::Decrypt(
32 Status AlgorithmImplementation::Sign(const blink::WebCryptoAlgorithm& algorithm,
39 Status AlgorithmImplementation::Verify(
48 Status AlgorithmImplementation::Digest(
55 Status AlgorithmImplementation::VerifyKeyUsagesBeforeGenerateKey(
60 Status AlgorithmImplementation::VerifyKeyUsagesBeforeGenerateKeyPair(
68 Status AlgorithmImplementation
[all...]

Completed in 92 milliseconds