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

/linux-master/drivers/crypto/virtio/
H A Dvirtio_crypto_skcipher_algs.c66 case VIRTIO_CRYPTO_OK:
173 if (le32_to_cpu(input->status) != VIRTIO_CRYPTO_OK) {
235 if (ctrl_status->status != VIRTIO_CRYPTO_OK) {
H A Dvirtio_crypto_akcipher_algs.c76 case VIRTIO_CRYPTO_OK:
149 if (le32_to_cpu(input->status) != VIRTIO_CRYPTO_OK) {
204 if (ctrl_status->status != VIRTIO_CRYPTO_OK) {
/linux-master/include/uapi/linux/
H A Dvirtio_crypto.h484 #define VIRTIO_CRYPTO_OK 0 macro

Completed in 121 milliseconds