Home
last modified time | relevance | path

Searched refs:VIRTIO_CRYPTO_OP_ENCRYPT (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_crypto.h92 #define VIRTIO_CRYPTO_OP_ENCRYPT 1 macro
/openbmc/linux/include/uapi/linux/
H A Dvirtio_crypto.h92 #define VIRTIO_CRYPTO_OP_ENCRYPT 1 macro
/openbmc/qemu/backends/
H A Dcryptodev-builtin.c470 if (sess->direction == VIRTIO_CRYPTO_OP_ENCRYPT) { in cryptodev_builtin_sym_operation()
/openbmc/linux/drivers/crypto/virtio/
H A Dvirtio_crypto_skcipher_algs.c119 int op = encrypt ? VIRTIO_CRYPTO_OP_ENCRYPT : VIRTIO_CRYPTO_OP_DECRYPT; in virtio_crypto_alg_skcipher_init_session()