| /dpdk/lib/ipsec/ |
| H A D | crypto.h | 20 uint64_t iv; member 32 uint64_t iv; member 52 uint64_t iv; member 62 uint64_t iv; member 82 uint64_t iv; member 101 uint64_t iv; member 122 uint64_t iv; member 127 aes_ctr_cnt_blk_fill(struct aesctr_cnt_blk *ctr, uint64_t iv, uint32_t nonce) in aes_ctr_cnt_blk_fill() 137 uint64_t iv, uint32_t salt) in aead_chacha20_poly1305_iv_fill() 145 aead_gcm_iv_fill(struct aead_gcm_iv *gcm, uint64_t iv, uint32_t salt) in aead_gcm_iv_fill() [all …]
|
| H A D | esp_outb.c | 148 uint64_t *iv; in outb_tun_pkt_prepare() local 300 uint64_t iv[IPSEC_MAX_IV_QWORD]; in esp_outb_tun_prepare() local 354 uint64_t *iv; in outb_trs_pkt_prepare() local 448 uint64_t iv[IPSEC_MAX_IV_QWORD]; in esp_outb_trs_prepare() local 494 uint32_t plen, void *iv) in outb_cpu_crypto_prepare() 540 struct rte_crypto_va_iova_ptr iv[num]; in cpu_outb_pkt_prepare() local 725 uint64_t iv[IPSEC_MAX_IV_QWORD]; in inline_outb_tun_pkt_process() local 793 uint64_t iv[IPSEC_MAX_IV_QWORD]; in inline_outb_trs_pkt_process() local
|
| H A D | misc.h | 115 struct rte_crypto_va_iova_ptr iv[], in cpu_crypto_bulk()
|
| /dpdk/drivers/crypto/bcmfs/ |
| H A D | bcmfs_sym.c | 28 struct fsattr src, dst, iv, key; in process_crypto_cipher_op() local 74 struct fsattr src, dst, mac, key, iv; in process_crypto_auth_op() local 130 struct fsattr src, dst, iv; in process_crypto_combined_op() local 207 struct fsattr src, dst, iv; in process_crypto_aead_op() local
|
| H A D | bcmfs_sym_session.h | 43 } iv; member 60 } iv; member 78 } iv; member
|
| H A D | bcmfs_sym_engine.c | 561 struct fsattr *iv) in bcmfs_crypto_build_auth_req() 681 struct fsattr *cipher_key, struct fsattr *iv) in bcmfs_crypto_build_cipher_req() 776 struct fsattr *iv, struct fsattr *aad, in bcmfs_crypto_build_chain_request() 974 struct fsattr *key, struct fsattr *iv, in bcmfs_crypto_build_aead_request()
|
| /dpdk/examples/ipsec-secgw/ |
| H A D | esp.c | 71 uint8_t *iv = RTE_PTR_ADD(ip4, ip_hdr_len + in esp_inbound() local 96 uint8_t *iv = RTE_PTR_ADD(ip4, ip_hdr_len + in esp_inbound() local 333 uint64_t *iv = (uint64_t *)(esp + 1); in esp_outbound() local
|
| /dpdk/drivers/crypto/openssl/ |
| H A D | rte_openssl_pmd.c | 924 int offset, uint8_t *iv, int srclen, EVP_CIPHER_CTX *ctx, in process_openssl_cipher_encrypt() 951 uint8_t *iv, int srclen, in process_openssl_cipher_bpi_encrypt() 1000 int offset, uint8_t *iv, uint8_t *key, int srclen, in process_openssl_cipher_des3ctr() 1057 int srclen, uint8_t *aad, int aadlen, uint8_t *iv, in process_openssl_auth_encryption_gcm() 1095 int srclen, uint8_t *aad, int aadlen, uint8_t *iv, in process_openssl_auth_encryption_ccm() 1136 int srclen, uint8_t *aad, int aadlen, uint8_t *iv, in process_openssl_auth_decryption_gcm() 1174 int srclen, uint8_t *aad, int aadlen, uint8_t *iv, in process_openssl_auth_decryption_ccm() 1213 __rte_unused uint8_t *iv, __rte_unused EVP_PKEY * pkey, in process_openssl_auth() 1325 uint8_t *dst = NULL, *iv, *tag, *aad; in process_openssl_combined_op() local 1413 uint8_t *dst, *iv; in process_openssl_cipher_op() local [all …]
|
| /dpdk/drivers/crypto/cnxk/ |
| H A D | cn10k_ipsec_la_ops.h | 18 uint64_t *iv = &sess->out_sa.iv.u64[0]; in ipsec_po_sa_iv_set() local 34 uint8_t *iv = &sess->out_sa.iv.s.iv_dbg1[0]; in ipsec_po_sa_aes_gcm_iv_set() local
|
| /dpdk/drivers/crypto/dpaa_sec/ |
| H A D | dpaa_sec_raw_dp.c | 93 struct rte_crypto_va_iova_ptr *iv, in build_dpaa_raw_dp_auth_fd() 225 struct rte_crypto_va_iova_ptr *iv, in build_raw_cipher_auth_gcm_sg() 382 struct rte_crypto_va_iova_ptr *iv, in build_dpaa_raw_dp_chain_fd() 534 struct rte_crypto_va_iova_ptr *iv, in build_dpaa_raw_dp_cipher_fd() 653 struct rte_crypto_va_iova_ptr *iv, in build_dpaa_raw_proto_sg() 971 struct rte_crypto_va_iova_ptr *iv, in dpaa_sec_raw_enqueue()
|
| /dpdk/drivers/crypto/dpaa2_sec/ |
| H A D | dpaa2_sec_raw_dp.c | 28 struct rte_crypto_va_iova_ptr *iv, in build_raw_dp_chain_fd() 185 struct rte_crypto_va_iova_ptr *iv, in build_raw_dp_aead_fd() 336 struct rte_crypto_va_iova_ptr *iv, in build_raw_dp_auth_fd() 451 struct rte_crypto_va_iova_ptr *iv, in build_raw_dp_proto_fd() 583 struct rte_crypto_va_iova_ptr *iv, in build_raw_dp_cipher_fd() 816 struct rte_crypto_va_iova_ptr *iv, in dpaa2_sec_raw_enqueue()
|
| /dpdk/drivers/crypto/ipsec_mb/ |
| H A D | pmd_snow3g.c | 105 const void *iv[SNOW3G_MAX_BURST] = {NULL}; in process_snow3g_cipher_op() local 181 uint8_t *iv; in process_snow3g_cipher_op_bit() local 235 uint8_t *iv; in process_snow3g_hash_op() local
|
| H A D | pmd_zuc.c | 76 const void *iv[ZUC_MAX_BURST]; in process_zuc_cipher_op() local 144 uint8_t *iv[ZUC_MAX_BURST] = { 0 }; in process_zuc_hash_op() local
|
| H A D | pmd_kasumi.c | 82 uint64_t iv[num_ops]; in process_kasumi_cipher_op() local 116 uint64_t iv; in process_kasumi_cipher_op_bit() local
|
| H A D | pmd_chacha_poly_priv.h | 53 } iv; member
|
| /dpdk/drivers/crypto/qat/dev/ |
| H A D | qat_crypto_pmd_gens.h | 22 uint8_t *iv, int ivlen, int srclen, in op_bpi_cipher_decrypt() 56 uint8_t *last_block, *dst, *iv; in qat_bpicipher_preprocess() local 573 struct rte_crypto_va_iova_ptr *iv, in enqueue_one_cipher_job_gen1() 715 struct rte_crypto_va_iova_ptr *iv, in enqueue_one_aead_job_gen1()
|
| H A D | qat_crypto_pmd_gen4.c | 109 struct rte_crypto_va_iova_ptr *iv, in enqueue_one_aead_job_gen4() 233 struct rte_crypto_va_iova_ptr *iv, in qat_sym_dp_enqueue_single_aead_gen4()
|
| /dpdk/app/test-crypto-perf/ |
| H A D | cperf_test_vectors.c | 594 uint8_t iv[] = { variable
|
| /dpdk/drivers/crypto/nitrox/ |
| H A D | nitrox_sym_ctx.h | 31 uint8_t iv[AES_BLOCK_SIZE]; member 76 } iv; member
|
| H A D | nitrox_sym_reqmgr.c | 145 struct iv { struct 159 struct iv iv; argument
|
| /dpdk/drivers/crypto/virtio/ |
| H A D | virtio_cryptodev.h | 36 uint8_t iv[VIRTIO_CRYPTO_MAX_IV_SIZE]; member
|
| H A D | virtio_crypto_algs.h | 18 } iv; member
|
| /dpdk/drivers/common/dpaax/caamflib/desc/ |
| H A D | ipsec.h | 281 uint8_t iv[16]; member 294 uint8_t iv[8]; member 310 uint64_t iv; member 322 uint64_t iv; member
|
| /dpdk/app/test/ |
| H A D | test_cryptodev_aead_test_vectors.h | 41 } iv; member 73 } iv; member 1967 } iv; member
|
| /dpdk/lib/cryptodev/ |
| H A D | rte_crypto_sym.h | 78 struct rte_crypto_va_iova_ptr *iv; member 279 } iv; /**< Initialisation vector parameters */ member 443 } iv; /**< Initialisation vector parameters */ member 538 } iv; /**< Initialisation vector parameters */ member
|