Home
last modified time | relevance | path

Searched refs:WebCryptoOperationVerify (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
DWebCryptoAlgorithm.h47 WebCryptoOperationVerify, enumerator
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
DSubtleCrypto.cpp101 …if (operationType == blink::WebCryptoOperationVerify && !ensureNotNull(signature, "signature", res… in startCryptoOperation()
126 case blink::WebCryptoOperationVerify: in startCryptoOperation()
213 …return startCryptoOperation(scriptState, rawAlgorithm, key, blink::WebCryptoOperationVerify, signa… in verifySignature()
DKey.cpp107 case blink::WebCryptoOperationVerify: in toKeyUsage()
DNormalizeAlgorithm.cpp658 case blink::WebCryptoOperationVerify: in operationToString()
/external/chromium_org/chrome/renderer/extensions/
Denterprise_platform_keys_natives.cc33 *op = blink::WebCryptoOperationVerify; in StringToWebCryptoOperation()