Searched refs:first_xform (Results 1 – 3 of 3) sorted by relevance
331 struct rte_crypto_sym_xform *first_xform;338 first_xform = &options->aead_xform;340 first_xform = &options->cipher_xform;341 first_xform->next = &options->auth_xform;343 first_xform = &options->auth_xform;344 first_xform->next = &options->cipher_xform;346 first_xform = &options->cipher_xform;348 first_xform = &options->auth_xform;357 first_xform, sess_mp) < 0)
220 struct rte_crypto_sym_xform *first_xform; in test_op_forward_mode() local224 first_xform = &cipher_xform; in test_op_forward_mode()225 sym_op->xform = first_xform; in test_op_forward_mode()414 struct rte_crypto_sym_xform *first_xform; in test_op_new_mode() local418 first_xform = &cipher_xform; in test_op_new_mode()419 sym_op->xform = first_xform; in test_op_new_mode()
649 struct rte_crypto_sym_xform *first_xform; in initialize_crypto_session() local659 first_xform = &options->aead_xform; in initialize_crypto_session()661 first_xform = &options->cipher_xform; in initialize_crypto_session()662 first_xform->next = &options->auth_xform; in initialize_crypto_session()664 first_xform = &options->auth_xform; in initialize_crypto_session()665 first_xform->next = &options->cipher_xform; in initialize_crypto_session()667 first_xform = &options->cipher_xform; in initialize_crypto_session()669 first_xform = &options->auth_xform; in initialize_crypto_session()678 first_xform, in initialize_crypto_session()