Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/crypto/qat/qat_common/
Dqat_algs.c82 struct qat_alg_skcipher_ctx { struct
409 static void qat_alg_skcipher_init_com(struct qat_alg_skcipher_ctx *ctx, in qat_alg_skcipher_init_com()
451 static void qat_alg_skcipher_init_enc(struct qat_alg_skcipher_ctx *ctx, in qat_alg_skcipher_init_enc()
486 static void qat_alg_skcipher_init_dec(struct qat_alg_skcipher_ctx *ctx, in qat_alg_skcipher_init_dec()
574 static int qat_alg_skcipher_init_sessions(struct qat_alg_skcipher_ctx *ctx, in qat_alg_skcipher_init_sessions()
901 struct qat_alg_skcipher_ctx *ctx = qat_req->skcipher_ctx; in qat_alg_update_iv()
922 struct qat_alg_skcipher_ctx *ctx = qat_req->skcipher_ctx; in qat_skcipher_alg_callback()
1056 static int qat_alg_skcipher_rekey(struct qat_alg_skcipher_ctx *ctx, in qat_alg_skcipher_rekey()
1068 static int qat_alg_skcipher_newkey(struct qat_alg_skcipher_ctx *ctx, in qat_alg_skcipher_newkey()
1123 struct qat_alg_skcipher_ctx *ctx = crypto_skcipher_ctx(tfm); in qat_alg_skcipher_setkey()
[all …]
Dqat_crypto.h77 struct qat_alg_skcipher_ctx *skcipher_ctx;