Home
last modified time | relevance | path

Searched refs:VIRTIO_CRYPTO_OK (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/crypto/virtio/
Dvirtio_crypto_akcipher_algs.c72 case VIRTIO_CRYPTO_OK: in virtio_crypto_dataq_akcipher_callback()
144 if (le32_to_cpu(input->status) != VIRTIO_CRYPTO_OK) { in virtio_crypto_alg_akcipher_init_session()
199 if (ctrl_status->status != VIRTIO_CRYPTO_OK) { in virtio_crypto_alg_akcipher_close_session()
Dvirtio_crypto_skcipher_algs.c69 case VIRTIO_CRYPTO_OK: in virtio_crypto_dataq_sym_callback()
176 if (le32_to_cpu(input->status) != VIRTIO_CRYPTO_OK) { in virtio_crypto_alg_skcipher_init_session()
238 if (ctrl_status->status != VIRTIO_CRYPTO_OK) { in virtio_crypto_alg_skcipher_close_session()
/linux-5.19.10/include/uapi/linux/
Dvirtio_crypto.h484 #define VIRTIO_CRYPTO_OK 0 macro