Lines Matching refs:session_id
193 ctx->enc_sess_info.session_id = in virtio_crypto_alg_ablkcipher_init_session()
194 le64_to_cpu(vcrypto->input.session_id); in virtio_crypto_alg_ablkcipher_init_session()
196 ctx->dec_sess_info.session_id = in virtio_crypto_alg_ablkcipher_init_session()
197 le64_to_cpu(vcrypto->input.session_id); in virtio_crypto_alg_ablkcipher_init_session()
227 destroy_session->session_id = in virtio_crypto_alg_ablkcipher_close_session()
228 cpu_to_le64(ctx->enc_sess_info.session_id); in virtio_crypto_alg_ablkcipher_close_session()
230 destroy_session->session_id = in virtio_crypto_alg_ablkcipher_close_session()
231 cpu_to_le64(ctx->dec_sess_info.session_id); in virtio_crypto_alg_ablkcipher_close_session()
257 destroy_session->session_id); in virtio_crypto_alg_ablkcipher_close_session()
388 req_data->header.session_id = in __virtio_crypto_ablkcipher_do_req()
389 cpu_to_le64(ctx->enc_sess_info.session_id); in __virtio_crypto_ablkcipher_do_req()
393 req_data->header.session_id = in __virtio_crypto_ablkcipher_do_req()
394 cpu_to_le64(ctx->dec_sess_info.session_id); in __virtio_crypto_ablkcipher_do_req()