Home | History | Annotate | Download | only in v8

Lines Matching refs:lengthBytes

2398         uint32_t lengthBytes;
2399 if (!doReadUint32(&lengthBytes))
2404 algorithm = blink::WebCryptoKeyAlgorithm::createHmac(hash, lengthBytes * 8);
2414 uint32_t lengthBytes;
2415 if (!doReadUint32(&lengthBytes))
2417 algorithm = blink::WebCryptoKeyAlgorithm::createAes(id, lengthBytes * 8);