Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_cryptodev.c8391 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()
[all …]