Home
last modified time | relevance | path

Searched refs:GetAlgorithmImplementation (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/child/webcrypto/
Dalgorithm_dispatch.cc30 Status status = GetAlgorithmImplementation(algorithm.id(), &impl); in DecryptDontCheckKeyUsage()
45 Status status = GetAlgorithmImplementation(algorithm.id(), &impl); in EncryptDontCheckUsage()
56 Status status = GetAlgorithmImplementation(key.algorithm().id(), &impl); in ExportKeyDontCheckExtractability()
98 Status status = GetAlgorithmImplementation(algorithm.id(), &impl); in Digest()
110 Status status = GetAlgorithmImplementation(algorithm.id(), &impl); in GenerateSecretKey()
127 Status status = GetAlgorithmImplementation(algorithm.id(), &impl); in GenerateKeyPair()
154 Status status = GetAlgorithmImplementation(algorithm.id(), &impl); in ImportKey()
198 Status status = GetAlgorithmImplementation(algorithm.id(), &impl); in Sign()
216 Status status = GetAlgorithmImplementation(algorithm.id(), &impl); in Verify()
254 Status status = GetAlgorithmImplementation(algorithm.id(), &import_impl); in UnwrapKey()
Dalgorithm_registry.h25 Status GetAlgorithmImplementation(blink::WebCryptoAlgorithmId id,
Dalgorithm_registry.cc76 Status GetAlgorithmImplementation(blink::WebCryptoAlgorithmId id, in GetAlgorithmImplementation() function