Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_algs.c64 struct qat_alg_aead_ctx { struct
112 struct qat_alg_aead_ctx *ctx, in qat_alg_do_precomputes()
592 struct qat_alg_aead_ctx *ctx = crypto_aead_ctx(tfm); in qat_alg_aead_rekey()
606 struct qat_alg_aead_ctx *ctx = crypto_aead_ctx(tfm); in qat_alg_aead_newkey()
658 struct qat_alg_aead_ctx *ctx = crypto_aead_ctx(tfm); in qat_alg_aead_setkey()
669 struct qat_alg_aead_ctx *ctx = qat_req->aead_ctx; in qat_aead_alg_callback()
787 struct qat_alg_aead_ctx *ctx = crypto_tfm_ctx(tfm); in qat_alg_aead_dec()
833 struct qat_alg_aead_ctx *ctx = crypto_tfm_ctx(tfm); in qat_alg_aead_enc()
1283 .cra_ctxsize = sizeof(struct qat_alg_aead_ctx),
1300 .cra_ctxsize = sizeof(struct qat_alg_aead_ctx),
[all …]
H A Dqat_crypto.h32 struct qat_alg_aead_ctx *aead_ctx;