Searched refs:WebCryptoAlgorithmParams (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebCryptoAlgorithmParams.h | 52 class WebCryptoAlgorithmParams { 54 WebCryptoAlgorithmParams() { } in WebCryptoAlgorithmParams() function 55 virtual ~WebCryptoAlgorithmParams() { } in ~WebCryptoAlgorithmParams() 59 class WebCryptoAesCbcParams : public WebCryptoAlgorithmParams { 74 class WebCryptoAlgorithmParamsWithHash : public WebCryptoAlgorithmParams { 88 class WebCryptoAesCtrParams : public WebCryptoAlgorithmParams { 91 : WebCryptoAlgorithmParams() in WebCryptoAesCtrParams() 107 class WebCryptoAesKeyGenParams : public WebCryptoAlgorithmParams { 153 class WebCryptoAesGcmParams : public WebCryptoAlgorithmParams { 194 class WebCryptoRsaHashedKeyGenParams : public WebCryptoAlgorithmParams { [all …]
|
D | WebCryptoAlgorithm.h | 112 class WebCryptoAlgorithmParams; variable 126 …INK_PLATFORM_EXPORT WebCryptoAlgorithm(WebCryptoAlgorithmId, PassOwnPtr<WebCryptoAlgorithmParams>); 130 …RT static WebCryptoAlgorithm adoptParamsAndCreate(WebCryptoAlgorithmId, WebCryptoAlgorithmParams*);
|
/external/chromium_org/third_party/WebKit/Source/modules/crypto/ |
D | NormalizeAlgorithm.cpp | 413 bool parseAesCbcParams(const Dictionary& raw, OwnPtr<WebCryptoAlgorithmParams>& params, const Error… in parseAesCbcParams() 433 bool parseAesKeyGenParams(const Dictionary& raw, OwnPtr<WebCryptoAlgorithmParams>& params, const Er… in parseAesKeyGenParams() 462 bool parseHmacImportParams(const Dictionary& raw, OwnPtr<WebCryptoAlgorithmParams>& params, const E… in parseHmacImportParams() 481 bool parseHmacKeyGenParams(const Dictionary& raw, OwnPtr<WebCryptoAlgorithmParams>& params, const E… in parseHmacKeyGenParams() 501 bool parseRsaHashedImportParams(const Dictionary& raw, OwnPtr<WebCryptoAlgorithmParams>& params, co… in parseRsaHashedImportParams() 521 bool parseRsaHashedKeyGenParams(const Dictionary& raw, OwnPtr<WebCryptoAlgorithmParams>& params, co… in parseRsaHashedKeyGenParams() 545 bool parseAesCtrParams(const Dictionary& raw, OwnPtr<WebCryptoAlgorithmParams>& params, const Error… in parseAesCtrParams() 566 bool parseAesGcmParams(const Dictionary& raw, OwnPtr<WebCryptoAlgorithmParams>& params, const Error… in parseAesGcmParams() 597 bool parseRsaOaepParams(const Dictionary& raw, OwnPtr<WebCryptoAlgorithmParams>& params, const Erro… in parseRsaOaepParams() 611 …onst Dictionary& raw, WebCryptoAlgorithmParamsType type, OwnPtr<WebCryptoAlgorithmParams>& params,… in parseAlgorithmParams() [all …]
|
/external/chromium_org/third_party/WebKit/Source/platform/exported/ |
D | WebCryptoAlgorithm.cpp | 224 WebCryptoAlgorithmPrivate(WebCryptoAlgorithmId id, PassOwnPtr<WebCryptoAlgorithmParams> params) in WebCryptoAlgorithmPrivate() 231 OwnPtr<WebCryptoAlgorithmParams> params; 234 WebCryptoAlgorithm::WebCryptoAlgorithm(WebCryptoAlgorithmId id, PassOwnPtr<WebCryptoAlgorithmParams… in WebCryptoAlgorithm() 244 …WebCryptoAlgorithm::adoptParamsAndCreate(WebCryptoAlgorithmId id, WebCryptoAlgorithmParams* params) in adoptParamsAndCreate()
|