Lines Matching refs:fragsz_oop
7940 uint32_t fragsz_oop) in test_pdcp_proto_SGL() argument
7968 uint16_t frag_size_oop = fragsz_oop ? fragsz_oop : fragsz; in test_pdcp_proto_SGL()
7970 if (fragsz_oop > output_vec_len) in test_pdcp_proto_SGL()
8022 if (oop && !fragsz_oop) { in test_pdcp_proto_SGL()
8041 if (fragsz_oop && oop) { in test_pdcp_proto_SGL()
8161 if (fragsz_oop) in test_pdcp_proto_SGL()
12342 const int oop, uint32_t fragsz, uint32_t fragsz_oop) in test_authenticated_encryption_SGL() argument
12384 unsigned int sgl_out = (fragsz_oop ? fragsz_oop : fragsz) < in test_authenticated_encryption_SGL()
12408 uint16_t frag_size_oop = fragsz_oop ? fragsz_oop : fragsz; in test_authenticated_encryption_SGL()
12410 if (fragsz_oop > tdata->plaintext.len) in test_authenticated_encryption_SGL()
12479 if (oop && !fragsz_oop) { in test_authenticated_encryption_SGL()
12496 if (!fragsz_oop) in test_authenticated_encryption_SGL()
12510 if (fragsz_oop && oop) { in test_authenticated_encryption_SGL()
12603 if (fragsz_oop) in test_authenticated_encryption_SGL()
12604 fragsz = fragsz_oop; in test_authenticated_encryption_SGL()