Home
last modified time | relevance | path

Searched refs:stream_len (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/crypto/
Dadiantum.c327 unsigned int stream_len; in adiantum_crypt() local
372 stream_len = bulk_len; in adiantum_crypt()
373 if (round_up(stream_len, CHACHA_BLOCK_SIZE) <= req->cryptlen) in adiantum_crypt()
374 stream_len = round_up(stream_len, CHACHA_BLOCK_SIZE); in adiantum_crypt()
378 req->dst, stream_len, &rctx->rbuf); in adiantum_crypt()
/Linux-v6.6/drivers/staging/media/rkvdec/
Drkvdec-vp9.c519 unsigned int y_len, uv_len, yuv_len, bit_depth, aligned_height, aligned_pitch, stream_len; in config_registers() local
571 stream_len = vb2_get_plane_payload(&run->base.bufs.src->vb2_buf, 0); in config_registers()
572 writel_relaxed(RKVDEC_STRM_LEN(stream_len), in config_registers()
646 writel_relaxed(stream_len - dec_params->compressed_header_size - in config_registers()
/Linux-v6.6/net/sctp/
Dsm_make_chunk.c3683 __u16 stream_len = stream_num * sizeof(__u16); in sctp_make_strreset_req() local
3689 outlen = (sizeof(outreq) + stream_len) * out; in sctp_make_strreset_req()
3690 inlen = (sizeof(inreq) + stream_len) * in; in sctp_make_strreset_req()
3705 if (stream_len) in sctp_make_strreset_req()
3706 sctp_addto_chunk(retval, stream_len, stream_list); in sctp_make_strreset_req()
3716 if (stream_len) in sctp_make_strreset_req()
3717 sctp_addto_chunk(retval, stream_len, stream_list); in sctp_make_strreset_req()