Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/crypto/virtio/
Dvirtio_crypto_skcipher_algs.c67 if (vc_sym_req->type == VIRTIO_CRYPTO_SYM_OP_CIPHER) { in virtio_crypto_dataq_sym_callback()
156 sym_create_session->op_type = cpu_to_le32(VIRTIO_CRYPTO_SYM_OP_CIPHER); in virtio_crypto_alg_skcipher_init_session()
372 vc_sym_req->type = VIRTIO_CRYPTO_SYM_OP_CIPHER; in __virtio_crypto_skcipher_do_req()
385 req_data->u.sym_req.op_type = cpu_to_le32(VIRTIO_CRYPTO_SYM_OP_CIPHER); in __virtio_crypto_skcipher_do_req()
/linux-6.1.9/include/uapi/linux/
Dvirtio_crypto.h278 #define VIRTIO_CRYPTO_SYM_OP_CIPHER 1 macro