Lines Matching defs:iv_buf
478 const ArrayBufferOrViewContents<unsigned char>& iv_buf,
489 const bool has_iv = iv_buf.size() > 0;
496 // static_cast<int> for the iv_buf.size() is safe because we've verified
500 static_cast<int>(iv_buf.size()) != expected_iv_len) {
509 if (iv_buf.size() > 12)
518 iv_buf.data(),
519 iv_buf.size(),
540 ArrayBufferOrViewContents<unsigned char> iv_buf(
543 if (UNLIKELY(!iv_buf.CheckSizeInt32()))
556 cipher->InitIv(*cipher_type, key_buf, iv_buf, auth_tag_len);