Lines Matching refs:fragsz_oop
8545 uint32_t fragsz_oop) in test_pdcp_proto_SGL() argument
8584 uint16_t frag_size_oop = fragsz_oop ? fragsz_oop : fragsz; in test_pdcp_proto_SGL()
8586 if (fragsz_oop > output_vec_len) in test_pdcp_proto_SGL()
8638 if (oop && !fragsz_oop) { in test_pdcp_proto_SGL()
8657 if (fragsz_oop && oop) { in test_pdcp_proto_SGL()
8792 if (fragsz_oop) in test_pdcp_proto_SGL()
14281 const int oop, uint32_t fragsz, uint32_t fragsz_oop) in test_authenticated_encryption_SGL() argument
14323 unsigned int sgl_out = (fragsz_oop ? fragsz_oop : fragsz) < in test_authenticated_encryption_SGL()
14347 uint16_t frag_size_oop = fragsz_oop ? fragsz_oop : fragsz; in test_authenticated_encryption_SGL()
14349 if (fragsz_oop > tdata->plaintext.len) in test_authenticated_encryption_SGL()
14418 if (oop && !fragsz_oop) { in test_authenticated_encryption_SGL()
14435 if (!fragsz_oop) in test_authenticated_encryption_SGL()
14449 if (fragsz_oop && oop) { in test_authenticated_encryption_SGL()
14542 if (fragsz_oop) in test_authenticated_encryption_SGL()
14543 fragsz = fragsz_oop; in test_authenticated_encryption_SGL()