Searched refs:VIRTIO_CRYPTO_SYM_OP_CIPHER (Results 1 – 2 of 2) sorted by relevance
67 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()371 vc_sym_req->type = VIRTIO_CRYPTO_SYM_OP_CIPHER; in __virtio_crypto_skcipher_do_req()384 req_data->u.sym_req.op_type = cpu_to_le32(VIRTIO_CRYPTO_SYM_OP_CIPHER); in __virtio_crypto_skcipher_do_req()
278 #define VIRTIO_CRYPTO_SYM_OP_CIPHER 1 macro