Home
last modified time | relevance | path

Searched defs:iv (Results 1 – 25 of 95) sorted by relevance

1234

/f-stack/dpdk/lib/librte_ipsec/
H A Dcrypto.h20 uint64_t iv; member
31 uint64_t iv; member
51 uint64_t iv; member
55 aes_ctr_cnt_blk_fill(struct aesctr_cnt_blk *ctr, uint64_t iv, uint32_t nonce) in aes_ctr_cnt_blk_fill()
63 aead_gcm_iv_fill(struct aead_gcm_iv *gcm, uint64_t iv, uint32_t salt) in aead_gcm_iv_fill()
H A Desp_outb.c117 uint64_t *iv; in outb_tun_pkt_prepare() local
231 uint64_t iv[IPSEC_MAX_IV_QWORD]; in esp_outb_tun_prepare() local
285 uint64_t *iv; in outb_trs_pkt_prepare() local
371 uint64_t iv[IPSEC_MAX_IV_QWORD]; in esp_outb_trs_prepare() local
417 uint32_t plen, void *iv) in outb_cpu_crypto_prepare()
452 struct rte_crypto_va_iova_ptr iv[num]; in cpu_outb_pkt_prepare() local
604 uint64_t iv[IPSEC_MAX_IV_QWORD]; in inline_outb_tun_pkt_process() local
654 uint64_t iv[IPSEC_MAX_IV_QWORD]; in inline_outb_trs_pkt_process() local
/f-stack/freebsd/crypto/rijndael/
H A Drijndael-api-fst.c87 uint8_t block[16], iv[4][4]; in rijndael_blockEncrypt() local
203 uint8_t block[16], *iv, *cp; in rijndael_padEncrypt() local
267 uint8_t block[16], iv[4][4]; in rijndael_blockDecrypt() local
368 uint32_t iv[4]; in rijndael_padDecrypt() local
/f-stack/freebsd/opencrypto/
H A Dxform_aes_icm.c117 aes_icm_reinit(void *key, const uint8_t *iv) in aes_icm_reinit()
126 aes_gcm_reinit(void *key, const uint8_t *iv) in aes_gcm_reinit()
139 aes_ccm_reinit(void *key, const uint8_t *iv) in aes_ccm_reinit()
H A Dcryptosoft.c103 unsigned char iv[EALG_MAX_BLOCK_LEN], blk[EALG_MAX_BLOCK_LEN]; in swcr_encdec() local
393 u_char iv[AES_BLOCK_LEN]; in swcr_gmac() local
470 u_char iv[AES_BLOCK_LEN]; in swcr_gcm() local
651 u_char iv[AES_BLOCK_LEN]; in swcr_ccm_cbc_mac() local
708 u_char iv[AES_BLOCK_LEN]; in swcr_ccm() local
/f-stack/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_sym.c28 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 Dbcmfs_sym_session.h43 } iv; member
60 } iv; member
78 } iv; member
/f-stack/dpdk/examples/ipsec-secgw/
H A Desp.c71 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
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_indirect.c293 indirect_vsd_t *iv = zio->io_vsd; in vdev_indirect_map_free() local
1202 indirect_vsd_t *iv = zio->io_vsd; in vdev_indirect_gather_splits() local
1263 indirect_vsd_t *iv = zio->io_vsd; in vdev_indirect_read_all() local
1302 indirect_vsd_t *iv = kmem_zalloc(sizeof (*iv), KM_SLEEP); in vdev_indirect_io_start() local
1426 indirect_vsd_t *iv = zio->io_vsd; in vdev_indirect_repair() local
1473 indirect_vsd_t *iv = zio->io_vsd; in vdev_indirect_all_checksum_errors() local
1505 vdev_indirect_splits_checksum_validate(indirect_vsd_t *iv, zio_t *zio) in vdev_indirect_splits_checksum_validate()
1530 vdev_indirect_splits_enumerate_all(indirect_vsd_t *iv, zio_t *zio) in vdev_indirect_splits_enumerate_all()
1604 vdev_indirect_splits_damage(indirect_vsd_t *iv, zio_t *zio) in vdev_indirect_splits_damage()
1731 indirect_vsd_t *iv = zio->io_vsd; in vdev_indirect_reconstruct_io_done() local
[all …]
/f-stack/dpdk/drivers/crypto/openssl/
H A Drte_openssl_pmd.c926 int offset, uint8_t *iv, int srclen, EVP_CIPHER_CTX *ctx, in process_openssl_cipher_encrypt()
953 uint8_t *iv, int srclen, in process_openssl_cipher_bpi_encrypt()
1002 int offset, uint8_t *iv, uint8_t *key, int srclen, in process_openssl_cipher_des3ctr()
1059 int srclen, uint8_t *aad, int aadlen, uint8_t *iv, in process_openssl_auth_encryption_gcm()
1097 int srclen, uint8_t *aad, int aadlen, uint8_t *iv, in process_openssl_auth_encryption_ccm()
1138 int srclen, uint8_t *aad, int aadlen, uint8_t *iv, in process_openssl_auth_decryption_gcm()
1176 int srclen, uint8_t *aad, int aadlen, uint8_t *iv, in process_openssl_auth_decryption_ccm()
1215 __rte_unused uint8_t *iv, __rte_unused EVP_PKEY * pkey, in process_openssl_auth()
1327 uint8_t *dst = NULL, *iv, *tag, *aad; in process_openssl_combined_op() local
1415 uint8_t *dst, *iv; in process_openssl_cipher_op() local
[all …]
/f-stack/freebsd/crypto/via/
H A Dpadlock_cipher.c84 void *iv) in padlock_cbc()
192 uint8_t iv[AES_BLOCK_LEN] __aligned(16); in padlock_cipher_process() local
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/
H A Dchacha20_dolbeau-ssse3.c49 chacha_ivsetup(chacha_ctx *ctx, const uint8_t *iv, const uint8_t *counter) in chacha_ivsetup()
58 chacha_ietf_ivsetup(chacha_ctx *ctx, const uint8_t *iv, const uint8_t *counter) in chacha_ietf_ivsetup()
H A Dchacha20_dolbeau-avx2.c54 chacha_ivsetup(chacha_ctx *ctx, const uint8_t *iv, const uint8_t *counter) in chacha_ivsetup()
63 chacha_ietf_ivsetup(chacha_ctx *ctx, const uint8_t *iv, const uint8_t *counter) in chacha_ietf_ivsetup()
/f-stack/dpdk/app/test-crypto-perf/
H A Dcperf_test_vectors.c365 uint8_t iv[] = { variable
/f-stack/dpdk/drivers/crypto/snow3g/
H A Drte_snow3g_pmd.c192 const void *iv[SNOW3G_MAX_BURST]; in process_snow3g_cipher_op() local
223 uint8_t *iv; in process_snow3g_cipher_op_bit() local
254 uint8_t *iv; in process_snow3g_hash_op() local
/f-stack/freebsd/crypto/chacha20/
H A Dchacha-sw.c21 chacha20_xform_reinit(void *ctx, const uint8_t *iv) in chacha20_xform_reinit()
/f-stack/dpdk/drivers/crypto/qat/
H A Dqat_sym.h57 uint8_t *iv, int ivlen, int srclen, in bpi_cipher_encrypt()
93 uint8_t *last_block, *dst, *iv; in qat_bpicipher_postprocess() local
H A Dqat_sym.c22 uint8_t *iv, int ivlen, int srclen, in bpi_cipher_decrypt()
59 uint8_t *last_block, *dst, *iv; in qat_bpicipher_preprocess() local
/f-stack/dpdk/drivers/crypto/octeontx2/
H A Dotx2_ipsec_po.h94 uint8_t iv[16]; member
102 uint8_t iv[8]; member
150 union otx2_ipsec_po_bit_perfect_iv iv; member
183 union otx2_ipsec_po_bit_perfect_iv iv; member
/f-stack/dpdk/drivers/crypto/virtio/
H A Dvirtio_cryptodev.h36 uint8_t iv[VIRTIO_CRYPTO_MAX_IV_SIZE]; member
H A Dvirtio_crypto_algs.h18 } iv; member
/f-stack/dpdk/drivers/crypto/nitrox/
H A Dnitrox_sym_ctx.h31 uint8_t iv[AES_BLOCK_SIZE]; member
76 } iv; member
/f-stack/dpdk/drivers/crypto/zuc/
H A Drte_zuc_pmd.c181 const void *iv[ZUC_MAX_BURST]; in process_zuc_cipher_op() local
244 uint8_t *iv[ZUC_MAX_BURST]; in process_zuc_hash_op() local
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c478 zio_crypt_key_wrap(crypto_key_t *cwkey, zio_crypt_key_t *key, uint8_t *iv, in zio_crypt_key_wrap()
549 uint64_t guid, uint8_t *keydata, uint8_t *hmac_keydata, uint8_t *iv, in zio_crypt_key_unwrap()
744 zio_crypt_encode_params_bp(blkptr_t *bp, uint8_t *salt, uint8_t *iv) in zio_crypt_encode_params_bp()
769 zio_crypt_decode_params_bp(const blkptr_t *bp, uint8_t *salt, uint8_t *iv) in zio_crypt_decode_params_bp()
1878 dmu_object_type_t ot, boolean_t byteswap, uint8_t *salt, uint8_t *iv, in zio_do_crypt_data()
2002 boolean_t byteswap, uint8_t *salt, uint8_t *iv, uint8_t *mac, in zio_do_crypt_abd()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzio_crypt.c432 zio_crypt_key_wrap(crypto_key_t *cwkey, zio_crypt_key_t *key, uint8_t *iv, in zio_crypt_key_wrap()
510 uint64_t guid, uint8_t *keydata, uint8_t *hmac_keydata, uint8_t *iv, in zio_crypt_key_unwrap()
678 zio_crypt_encode_params_bp(blkptr_t *bp, uint8_t *salt, uint8_t *iv) in zio_crypt_encode_params_bp()
703 zio_crypt_decode_params_bp(const blkptr_t *bp, uint8_t *salt, uint8_t *iv) in zio_crypt_decode_params_bp()
1669 dmu_object_type_t ot, boolean_t byteswap, uint8_t *salt, uint8_t *iv, in zio_do_crypt_data()
1779 boolean_t byteswap, uint8_t *salt, uint8_t *iv, uint8_t *mac, in zio_do_crypt_abd()

1234