Lines Matching refs:pt
613 ret = prepare_data_mbufs(&vec.pt); in prepare_cipher_op()
617 sym->cipher.data.length = vec.pt.len; in prepare_cipher_op()
650 ret = prepare_data_mbufs(&vec.pt); in prepare_auth_op()
666 sym->auth.data.length = vec.pt.len; in prepare_auth_op()
698 ret = prepare_data_mbufs(&vec.pt); in prepare_aead_op()
711 sym->aead.data.length = vec.pt.len; in prepare_aead_op()
1309 memcpy(vec.pt.val, val.val, in fips_mct_tdes_test()
1312 memcpy(vec.pt.val, vec.iv.val, in fips_mct_tdes_test()
1334 memcpy(vec.pt.val, val.val, in fips_mct_tdes_test()
1339 memcpy(vec.pt.val, prev_out, in fips_mct_tdes_test()
1411 memcpy(vec.pt.val, val.val, TDES_BLOCK_SIZE); in fips_mct_tdes_test()
1414 memcpy(vec.pt.val, prev_out, TDES_BLOCK_SIZE); in fips_mct_tdes_test()
1464 memcpy(vec.pt.val, val.val, AES_BLOCK_SIZE); in fips_mct_aes_ecb_test()
1552 memcpy(vec.pt.val, vec.iv.val, in fips_mct_aes_test()
1567 memcpy(vec.pt.val, prev_out, AES_BLOCK_SIZE); in fips_mct_aes_test()
1632 rte_free(vec.pt.val); in fips_mct_sha_test()
1633 vec.pt.val = rte_malloc(NULL, (MAX_DIGEST_SIZE*SHA_MD_BLOCK), 0); in fips_mct_sha_test()
1652 memcpy(vec.pt.val, md[0].val, in fips_mct_sha_test()
1654 memcpy((vec.pt.val + md[0].len), md[1].val, in fips_mct_sha_test()
1656 memcpy((vec.pt.val + md[0].len + md[1].len), in fips_mct_sha_test()
1659 vec.pt.len = md[0].len + md[1].len + md[2].len; in fips_mct_sha_test()
1679 memcpy(md[2].val, (val.val + vec.pt.len), in fips_mct_sha_test()
1697 rte_free(vec.pt.val); in fips_mct_sha_test()