Searched refs:qat_alg_skcipher_ctx (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/ |
H A D | qat_algs.c | 83 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() 718 struct qat_alg_skcipher_ctx *ctx = qat_req->skcipher_ctx; in qat_alg_update_iv() 739 struct qat_alg_skcipher_ctx *ctx = qat_req->skcipher_ctx; in qat_skcipher_alg_callback() 875 static int qat_alg_skcipher_rekey(struct qat_alg_skcipher_ctx *ctx, in qat_alg_skcipher_rekey() 887 static int qat_alg_skcipher_newkey(struct qat_alg_skcipher_ctx *ctx, in qat_alg_skcipher_newkey() 942 struct qat_alg_skcipher_ctx *ct in qat_alg_skcipher_setkey() [all...] |
H A D | qat_crypto.h | 33 struct qat_alg_skcipher_ctx *skcipher_ctx;
|
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/ |
H A D | qat_algs.c | 70 struct qat_alg_skcipher_ctx { struct 412 static void qat_alg_skcipher_init_com(struct qat_alg_skcipher_ctx *ctx, in qat_alg_skcipher_init_com() 434 static void qat_alg_skcipher_init_enc(struct qat_alg_skcipher_ctx *ctx, in qat_alg_skcipher_init_enc() 447 static void qat_alg_skcipher_init_dec(struct qat_alg_skcipher_ctx *ctx, in qat_alg_skcipher_init_dec() 525 static int qat_alg_skcipher_init_sessions(struct qat_alg_skcipher_ctx *ctx, in qat_alg_skcipher_init_sessions() 817 struct qat_alg_skcipher_ctx *ctx = qat_req->skcipher_ctx; in qat_skcipher_alg_callback() 939 static int qat_alg_skcipher_rekey(struct qat_alg_skcipher_ctx *ctx, in qat_alg_skcipher_rekey() 951 static int qat_alg_skcipher_newkey(struct qat_alg_skcipher_ctx *ctx, in qat_alg_skcipher_newkey() 1006 struct qat_alg_skcipher_ctx *ctx = crypto_skcipher_ctx(tfm); in qat_alg_skcipher_setkey() 1031 struct qat_alg_skcipher_ctx *ct in qat_alg_skcipher_xts_setkey() [all...] |
H A D | qat_crypto.h | 62 struct qat_alg_skcipher_ctx *skcipher_ctx;
|
Completed in 5 milliseconds