Lines Matching refs:stl_le_p
283 stl_le_p(&input.status, VIRTIO_CRYPTO_NOTSUPP); in virtio_crypto_create_session_completion()
285 stl_le_p(&input.status, VIRTIO_CRYPTO_KEY_REJECTED); in virtio_crypto_create_session_completion()
287 stl_le_p(&input.status, VIRTIO_CRYPTO_ERR); in virtio_crypto_create_session_completion()
291 stl_le_p(&input.status, VIRTIO_CRYPTO_OK); in virtio_crypto_create_session_completion()
437 stl_le_p(&input.status, VIRTIO_CRYPTO_NOTSUPP); in virtio_crypto_handle_ctrl()
1146 stl_le_p(&crypto_cfg.status, c->status); in virtio_crypto_get_config()
1147 stl_le_p(&crypto_cfg.max_dataqueues, c->max_queues); in virtio_crypto_get_config()
1148 stl_le_p(&crypto_cfg.crypto_services, c->conf.crypto_services); in virtio_crypto_get_config()
1149 stl_le_p(&crypto_cfg.cipher_algo_l, c->conf.cipher_algo_l); in virtio_crypto_get_config()
1150 stl_le_p(&crypto_cfg.cipher_algo_h, c->conf.cipher_algo_h); in virtio_crypto_get_config()
1151 stl_le_p(&crypto_cfg.hash_algo, c->conf.hash_algo); in virtio_crypto_get_config()
1152 stl_le_p(&crypto_cfg.mac_algo_l, c->conf.mac_algo_l); in virtio_crypto_get_config()
1153 stl_le_p(&crypto_cfg.mac_algo_h, c->conf.mac_algo_h); in virtio_crypto_get_config()
1154 stl_le_p(&crypto_cfg.aead_algo, c->conf.aead_algo); in virtio_crypto_get_config()
1155 stl_le_p(&crypto_cfg.max_cipher_key_len, c->conf.max_cipher_key_len); in virtio_crypto_get_config()
1156 stl_le_p(&crypto_cfg.max_auth_key_len, c->conf.max_auth_key_len); in virtio_crypto_get_config()
1158 stl_le_p(&crypto_cfg.akcipher_algo, c->conf.akcipher_algo); in virtio_crypto_get_config()