Lines Matching refs:pt
596 ret = prepare_data_mbufs(&vec.pt); in prepare_cipher_op()
600 sym->cipher.data.length = vec.pt.len; in prepare_cipher_op()
633 ret = prepare_data_mbufs(&vec.pt); in prepare_auth_op()
650 sym->auth.data.length = vec.pt.len; in prepare_auth_op()
682 ret = prepare_data_mbufs(&vec.pt); in prepare_aead_op()
696 sym->aead.data.length = vec.pt.len; in prepare_aead_op()
1294 memcpy(vec.pt.val, val.val, in fips_mct_tdes_test()
1297 memcpy(vec.pt.val, vec.iv.val, in fips_mct_tdes_test()
1319 memcpy(vec.pt.val, val.val, in fips_mct_tdes_test()
1324 memcpy(vec.pt.val, prev_out, in fips_mct_tdes_test()
1396 memcpy(vec.pt.val, val.val, TDES_BLOCK_SIZE); in fips_mct_tdes_test()
1399 memcpy(vec.pt.val, prev_out, TDES_BLOCK_SIZE); in fips_mct_tdes_test()
1450 memcpy(vec.pt.val, val.val, AES_BLOCK_SIZE); in fips_mct_aes_ecb_test()
1539 memcpy(vec.pt.val, vec.iv.val, in fips_mct_aes_test()
1554 memcpy(vec.pt.val, prev_out, AES_BLOCK_SIZE); in fips_mct_aes_test()
1621 rte_free(vec.pt.val); in fips_mct_sha_test()
1622 vec.pt.val = rte_malloc(NULL, (MAX_DIGEST_SIZE*SHA_MD_BLOCK), 0); in fips_mct_sha_test()
1641 memcpy(vec.pt.val, md[0].val, in fips_mct_sha_test()
1643 memcpy((vec.pt.val + md[0].len), md[1].val, in fips_mct_sha_test()
1645 memcpy((vec.pt.val + md[0].len + md[1].len), in fips_mct_sha_test()
1648 vec.pt.len = md[0].len + md[1].len + md[2].len; in fips_mct_sha_test()
1668 memcpy(md[2].val, (val.val + vec.pt.len), in fips_mct_sha_test()
1686 rte_free(vec.pt.val); in fips_mct_sha_test()