Lines Matching refs:input_vec_len
8355 const uint8_t *input_vec, unsigned int input_vec_len, in test_pdcp_proto() argument
8391 input_vec_len); in test_pdcp_proto()
8392 memcpy(plaintext, input_vec, input_vec_len); in test_pdcp_proto()
8541 unsigned int input_vec_len, in test_pdcp_proto_SGL() argument
8580 if (fragsz > input_vec_len) in test_pdcp_proto_SGL()
8581 fragsz = input_vec_len; in test_pdcp_proto_SGL()
8590 if (input_vec_len % fragsz != 0) { in test_pdcp_proto_SGL()
8591 if (input_vec_len / fragsz + 1 > 16) in test_pdcp_proto_SGL()
8593 } else if (input_vec_len / fragsz > 16) in test_pdcp_proto_SGL()
8624 while (trn_data < input_vec_len) { in test_pdcp_proto_SGL()
8626 to_trn = (input_vec_len - trn_data < fragsz) ? in test_pdcp_proto_SGL()
8627 (input_vec_len - trn_data) : fragsz; in test_pdcp_proto_SGL()