Searched refs:VIRTIO_CRYPTO_ERR (Results 1 – 3 of 3) sorted by relevance
80 case VIRTIO_CRYPTO_ERR: in virtio_crypto_dataq_akcipher_callback()134 input->status = cpu_to_le32(VIRTIO_CRYPTO_ERR); in virtio_crypto_alg_akcipher_init_session()186 ctrl_status->status = VIRTIO_CRYPTO_ERR; in virtio_crypto_alg_akcipher_close_session()
70 case VIRTIO_CRYPTO_ERR: in virtio_crypto_dataq_sym_callback()150 input->status = cpu_to_le32(VIRTIO_CRYPTO_ERR); in virtio_crypto_alg_skcipher_init_session()210 ctrl_status->status = VIRTIO_CRYPTO_ERR; in virtio_crypto_alg_skcipher_close_session()
485 #define VIRTIO_CRYPTO_ERR 1 macro