Home | History | Annotate | Download | only in platform

Lines Matching refs:WebCryptoKeyOperationResult

42 class WebCryptoKeyOperationResult;
97 // Let the WebCryptoKeyOperationResult& be called "result".
125 virtual void generateKey(const WebCryptoAlgorithm&, bool extractable, WebCryptoKeyUsageMask, WebCryptoKeyOperationResult&) { WEBKIT_ASSERT_NOT_REACHED(); }
126 virtual void importKey(WebCryptoKeyFormat, const unsigned char* keyData, size_t keyDataSize, const WebCryptoAlgorithm&, bool extractable, WebCryptoKeyUsageMask, WebCryptoKeyOperationResult&) { WEBKIT_ASSERT_NOT_REACHED(); }
225 class WebCryptoKeyOperationResult {
227 explicit WebCryptoKeyOperationResult(WebCryptoKeyOperationResultPrivate* impl)
232 ~WebCryptoKeyOperationResult() { reset(); }
234 WebCryptoKeyOperationResult(const WebCryptoKeyOperationResult& o)
239 WebCryptoKeyOperationResult& operator=(const WebCryptoKeyOperationResult& o)
253 WEBKIT_EXPORT void assign(const WebCryptoKeyOperationResult&);