Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/crypto/qat/qat_common/
Dqat_algs.c83 struct qat_alg_skcipher_ctx { struct
425 static void qat_alg_skcipher_init_com(struct qat_alg_skcipher_ctx *ctx, in qat_alg_skcipher_init_com()
447 static void qat_alg_skcipher_init_enc(struct qat_alg_skcipher_ctx *ctx, in qat_alg_skcipher_init_enc()
460 static void qat_alg_skcipher_init_dec(struct qat_alg_skcipher_ctx *ctx, in qat_alg_skcipher_init_dec()
538 static int qat_alg_skcipher_init_sessions(struct qat_alg_skcipher_ctx *ctx, in qat_alg_skcipher_init_sessions()
793 struct qat_alg_skcipher_ctx *ctx = qat_req->skcipher_ctx; in qat_skcipher_alg_callback()
915 static int qat_alg_skcipher_rekey(struct qat_alg_skcipher_ctx *ctx, in qat_alg_skcipher_rekey()
927 static int qat_alg_skcipher_newkey(struct qat_alg_skcipher_ctx *ctx, in qat_alg_skcipher_newkey()
982 struct qat_alg_skcipher_ctx *ctx = crypto_skcipher_ctx(tfm); in qat_alg_skcipher_setkey()
1007 struct qat_alg_skcipher_ctx *ctx = crypto_skcipher_ctx(tfm); in qat_alg_skcipher_xts_setkey()
[all …]
Dqat_crypto.h38 struct qat_alg_skcipher_ctx *skcipher_ctx;