MockWebCrypto.cpp | 56 , m_operation(op) 79 if (m_algorithm.id() == WebKit::WebCryptoAlgorithmIdSha1 && m_operation == Digest) { 92 } else if (m_algorithm.id() == WebKit::WebCryptoAlgorithmIdHmac && m_operation == Sign) { 95 } else if (m_algorithm.id() == WebKit::WebCryptoAlgorithmIdHmac && m_operation == Verify) { 118 Operation m_operation; member in class:WebTestRunner::__anon12803::MockCryptoOperation
|