Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/fips_validation/
H A Dmain.c490 #define IV_OFF (sizeof(struct rte_crypto_op) + sizeof(struct rte_crypto_sym_op)) macro
588 uint8_t *iv = rte_crypto_op_ctod_offset(env.op, uint8_t *, IV_OFF); in prepare_cipher_op()
627 IV_OFF); in prepare_auth_op()
667 uint8_t *iv = rte_crypto_op_ctod_offset(env.op, uint8_t *, IV_OFF); in prepare_aead_op()
741 cipher_xform->iv.offset = IV_OFF; in prepare_aes_xform()
789 cipher_xform->iv.offset = IV_OFF; in prepare_tdes_xform()
865 aead_xform->iv.offset = IV_OFF; in prepare_gcm_xform()
912 auth_xform->iv.offset = IV_OFF; in prepare_gmac_xform()
994 aead_xform->iv.offset = IV_OFF; in prepare_ccm_xform()
1079 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()