Searched refs:GetAlgorithmImplementation (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/content/child/webcrypto/ |
D | algorithm_dispatch.cc | 30 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()
|
D | algorithm_registry.h | 25 Status GetAlgorithmImplementation(blink::WebCryptoAlgorithmId id,
|
D | algorithm_registry.cc | 76 Status GetAlgorithmImplementation(blink::WebCryptoAlgorithmId id, in GetAlgorithmImplementation() function
|