Searched refs:VIRTIO_CRYPTO_OP_ENCRYPT (Results 1 – 4 of 4) sorted by relevance
92 #define VIRTIO_CRYPTO_OP_ENCRYPT 1 macro
470 if (sess->direction == VIRTIO_CRYPTO_OP_ENCRYPT) { in cryptodev_builtin_sym_operation()
119 int op = encrypt ? VIRTIO_CRYPTO_OP_ENCRYPT : VIRTIO_CRYPTO_OP_DECRYPT; in virtio_crypto_alg_skcipher_init_session()