Home
last modified time | relevance | path

Searched refs:IV_OFF (Results 1 – 2 of 2) sorted by relevance

/dpdk/examples/fips_validation/
H A Dmain.c509 #define IV_OFF (sizeof(struct rte_crypto_op) + sizeof(struct rte_crypto_sym_op)) macro
605 uint8_t *iv = rte_crypto_op_ctod_offset(env.op, uint8_t *, IV_OFF); in prepare_cipher_op()
644 IV_OFF); in prepare_auth_op()
683 uint8_t *iv = rte_crypto_op_ctod_offset(env.op, uint8_t *, IV_OFF); in prepare_aead_op()
756 cipher_xform->iv.offset = IV_OFF; in prepare_aes_xform()
804 cipher_xform->iv.offset = IV_OFF; in prepare_tdes_xform()
880 aead_xform->iv.offset = IV_OFF; in prepare_gcm_xform()
927 auth_xform->iv.offset = IV_OFF; in prepare_gmac_xform()
1009 aead_xform->iv.offset = IV_OFF; in prepare_ccm_xform()
1094 cipher_xform->iv.offset = IV_OFF; in prepare_xts_xform()
H A Dfips_dev_self_test.c10 #define IV_OFF (sizeof(struct rte_crypto_op) + sizeof(struct rte_crypto_sym_op)) macro
1029 cipher_xform->iv.offset = IV_OFF; in prepare_cipher_xform()
1141 aead_xform->iv.offset = IV_OFF; in prepare_aead_xform()
1181 uint8_t *iv = rte_crypto_op_ctod_offset(op, uint8_t *, IV_OFF); in prepare_cipher_op()
1259 uint8_t *iv = rte_crypto_op_ctod_offset(op, uint8_t *, IV_OFF); in prepare_aead_op()