Searched refs:input_vec_len (Results 1 – 1 of 1) sorted by relevance
7786 input_vec_len); in test_pdcp_proto()7787 memcpy(plaintext, input_vec, input_vec_len); in test_pdcp_proto()7936 unsigned int input_vec_len, in test_pdcp_proto_SGL() argument7964 if (fragsz > input_vec_len) in test_pdcp_proto_SGL()7965 fragsz = input_vec_len; in test_pdcp_proto_SGL()7974 if (input_vec_len % fragsz != 0) { in test_pdcp_proto_SGL()7975 if (input_vec_len / fragsz + 1 > 16) in test_pdcp_proto_SGL()7977 } else if (input_vec_len / fragsz > 16) in test_pdcp_proto_SGL()8008 while (trn_data < input_vec_len) { in test_pdcp_proto_SGL()8010 to_trn = (input_vec_len - trn_data < fragsz) ? in test_pdcp_proto_SGL()[all …]