Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/crypto/qat/qat_common/
Dqat_crypto.h38 struct qat_alg_skcipher_ctx *skcipher_ctx; member
Dqat_algs.c793 struct qat_alg_skcipher_ctx *ctx = qat_req->skcipher_ctx; in qat_skcipher_alg_callback()
1058 qat_req->skcipher_ctx = ctx; in qat_alg_skcipher_encrypt()
1136 qat_req->skcipher_ctx = ctx; in qat_alg_skcipher_decrypt()
/Linux-v5.10/drivers/crypto/virtio/
Dvirtio_crypto_algs.c34 struct virtio_crypto_skcipher_ctx *skcipher_ctx; member
344 struct virtio_crypto_skcipher_ctx *ctx = vc_sym_req->skcipher_ctx; in __virtio_crypto_skcipher_do_req()
500 vc_sym_req->skcipher_ctx = ctx; in virtio_crypto_skcipher_encrypt()
525 vc_sym_req->skcipher_ctx = ctx; in virtio_crypto_skcipher_decrypt()