Home
last modified time | relevance | path

Searched refs:skcipher_ctx (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/crypto/virtio/
Dvirtio_crypto_skcipher_algs.c34 struct virtio_crypto_skcipher_ctx *skcipher_ctx; member
330 struct virtio_crypto_skcipher_ctx *ctx = vc_sym_req->skcipher_ctx; in __virtio_crypto_skcipher_do_req()
486 vc_sym_req->skcipher_ctx = ctx; in virtio_crypto_skcipher_encrypt()
511 vc_sym_req->skcipher_ctx = ctx; in virtio_crypto_skcipher_decrypt()
/linux-5.19.10/drivers/crypto/qat/qat_common/
Dqat_crypto.h77 struct qat_alg_skcipher_ctx *skcipher_ctx; member
Dqat_algs.c895 struct qat_alg_skcipher_ctx *ctx = qat_req->skcipher_ctx; in qat_alg_update_iv()
916 struct qat_alg_skcipher_ctx *ctx = qat_req->skcipher_ctx; in qat_skcipher_alg_callback()
1178 struct qat_alg_skcipher_ctx *ctx = qat_req->skcipher_ctx; in qat_alg_set_req_iv()
1212 qat_req->skcipher_ctx = ctx; in qat_alg_skcipher_encrypt()
1278 qat_req->skcipher_ctx = ctx; in qat_alg_skcipher_decrypt()