Lines Matching refs:encrypt
38 bool encrypt;
66 /* Finish the encrypt or decrypt process */
118 int encrypt)
122 int op = encrypt ? VIRTIO_CRYPTO_OP_ENCRYPT : VIRTIO_CRYPTO_OP_DECRYPT;
183 if (encrypt)
197 int encrypt)
222 if (encrypt)
374 if (vc_sym_req->encrypt) {
428 if (!vc_sym_req->encrypt)
489 vc_sym_req->encrypt = true;
514 vc_sym_req->encrypt = false;
569 if (vc_sym_req->encrypt)
596 .encrypt = virtio_crypto_skcipher_encrypt,