Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_crypto.h33 struct qat_alg_skcipher_ctx *skcipher_ctx; member
H A Dqat_algs.c718 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()
1003 struct qat_alg_skcipher_ctx *ctx = qat_req->skcipher_ctx; in qat_alg_set_req_iv()
1038 qat_req->skcipher_ctx = ctx; in qat_alg_skcipher_encrypt()
1105 qat_req->skcipher_ctx = ctx; in qat_alg_skcipher_decrypt()
/openbmc/linux/drivers/crypto/virtio/
H A Dvirtio_crypto_skcipher_algs.c31 struct virtio_crypto_skcipher_ctx *skcipher_ctx; member
328 struct virtio_crypto_skcipher_ctx *ctx = vc_sym_req->skcipher_ctx; in __virtio_crypto_skcipher_do_req()
484 vc_sym_req->skcipher_ctx = ctx; in virtio_crypto_skcipher_encrypt()
509 vc_sym_req->skcipher_ctx = ctx; in virtio_crypto_skcipher_decrypt()