| /f-stack/dpdk/lib/librte_ipsec/ |
| H A D | crypto.h | 20 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 D | esp_outb.c | 117 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 D | rijndael-api-fst.c | 87 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 D | xform_aes_icm.c | 117 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 D | cryptosoft.c | 103 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 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
|
| /f-stack/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
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | vdev_indirect.c | 293 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 D | rte_openssl_pmd.c | 926 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 D | padlock_cipher.c | 84 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 D | chacha20_dolbeau-ssse3.c | 49 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 D | chacha20_dolbeau-avx2.c | 54 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 D | cperf_test_vectors.c | 365 uint8_t iv[] = { variable
|
| /f-stack/dpdk/drivers/crypto/snow3g/ |
| H A D | rte_snow3g_pmd.c | 192 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 D | chacha-sw.c | 21 chacha20_xform_reinit(void *ctx, const uint8_t *iv) in chacha20_xform_reinit()
|
| /f-stack/dpdk/drivers/crypto/qat/ |
| H A D | qat_sym.h | 57 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 D | qat_sym.c | 22 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 D | otx2_ipsec_po.h | 94 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 D | virtio_cryptodev.h | 36 uint8_t iv[VIRTIO_CRYPTO_MAX_IV_SIZE]; member
|
| H A D | virtio_crypto_algs.h | 18 } iv; member
|
| /f-stack/dpdk/drivers/crypto/nitrox/ |
| H A D | nitrox_sym_ctx.h | 31 uint8_t iv[AES_BLOCK_SIZE]; member 76 } iv; member
|
| /f-stack/dpdk/drivers/crypto/zuc/ |
| H A D | rte_zuc_pmd.c | 181 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 D | zio_crypt.c | 478 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 D | zio_crypt.c | 432 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()
|