Home
last modified time | relevance | path

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

/linux-6.15/drivers/crypto/virtio/
H A Dvirtio_crypto_akcipher_algs.c75 case VIRTIO_CRYPTO_OK: in virtio_crypto_dataq_akcipher_callback()
140 if (le32_to_cpu(input->status) != VIRTIO_CRYPTO_OK) { in virtio_crypto_alg_akcipher_init_session()
195 if (ctrl_status->status != VIRTIO_CRYPTO_OK) { in virtio_crypto_alg_akcipher_close_session()
H A Dvirtio_crypto_skcipher_algs.c65 case VIRTIO_CRYPTO_OK: in virtio_crypto_dataq_sym_callback()
171 if (le32_to_cpu(input->status) != VIRTIO_CRYPTO_OK) { in virtio_crypto_alg_skcipher_init_session()
233 if (ctrl_status->status != VIRTIO_CRYPTO_OK) { in virtio_crypto_alg_skcipher_close_session()
/linux-6.15/include/uapi/linux/
H A Dvirtio_crypto.h485 #define VIRTIO_CRYPTO_OK 0 macro