Searched refs:VIRTIO_CRYPTO_SYM_OP_CIPHER (Results 1 – 2 of 2) sorted by relevance
78 if (vc_sym_req->type == VIRTIO_CRYPTO_SYM_OP_CIPHER) { in virtio_crypto_dataq_sym_callback()162 cpu_to_le32(VIRTIO_CRYPTO_SYM_OP_CIPHER); in virtio_crypto_alg_ablkcipher_init_session()399 vc_sym_req->type = VIRTIO_CRYPTO_SYM_OP_CIPHER; in __virtio_crypto_ablkcipher_do_req()412 req_data->u.sym_req.op_type = cpu_to_le32(VIRTIO_CRYPTO_SYM_OP_CIPHER); in __virtio_crypto_ablkcipher_do_req()
221 #define VIRTIO_CRYPTO_SYM_OP_CIPHER 1 macro