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

/linux-master/drivers/crypto/virtio/
H A Dvirtio_crypto_skcipher_algs.c64 if (vc_sym_req->type == VIRTIO_CRYPTO_SYM_OP_CIPHER) {
153 sym_create_session->op_type = cpu_to_le32(VIRTIO_CRYPTO_SYM_OP_CIPHER);
369 vc_sym_req->type = VIRTIO_CRYPTO_SYM_OP_CIPHER;
382 req_data->u.sym_req.op_type = cpu_to_le32(VIRTIO_CRYPTO_SYM_OP_CIPHER);
/linux-master/include/uapi/linux/
H A Dvirtio_crypto.h278 #define VIRTIO_CRYPTO_SYM_OP_CIPHER 1 macro

Completed in 188 milliseconds