Lines Matching refs:encrypt
32 bool encrypt;
62 /* Finish the encrypt or decrypt process */
113 int encrypt)
117 int op = encrypt ? VIRTIO_CRYPTO_OP_ENCRYPT : VIRTIO_CRYPTO_OP_DECRYPT;
178 if (encrypt)
192 int encrypt)
217 if (encrypt)
369 if (vc_sym_req->encrypt) {
423 if (!vc_sym_req->encrypt)
482 vc_sym_req->encrypt = true;
505 vc_sym_req->encrypt = false;
554 if (vc_sym_req->encrypt)
581 .encrypt = virtio_crypto_skcipher_encrypt,