HomeSort by relevance Sort by last modified time
    Searched defs:AlgorithmImplementation (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/child/webcrypto/
algorithm_implementation.h 21 // 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 {
42 virtual ~AlgorithmImplementation();
algorithm_implementation.cc 13 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::GenerateSecretKey
    [all...]

Completed in 559 milliseconds