Lines Matching refs:session_id
207 ctx->enc_sess_info.session_id = in virtio_crypto_alg_ablkcipher_init_session()
208 le64_to_cpu(vcrypto->input.session_id); in virtio_crypto_alg_ablkcipher_init_session()
210 ctx->dec_sess_info.session_id = in virtio_crypto_alg_ablkcipher_init_session()
211 le64_to_cpu(vcrypto->input.session_id); in virtio_crypto_alg_ablkcipher_init_session()
241 destroy_session->session_id = in virtio_crypto_alg_ablkcipher_close_session()
242 cpu_to_le64(ctx->enc_sess_info.session_id); in virtio_crypto_alg_ablkcipher_close_session()
244 destroy_session->session_id = in virtio_crypto_alg_ablkcipher_close_session()
245 cpu_to_le64(ctx->dec_sess_info.session_id); in virtio_crypto_alg_ablkcipher_close_session()
271 destroy_session->session_id); in virtio_crypto_alg_ablkcipher_close_session()
402 req_data->header.session_id = in __virtio_crypto_ablkcipher_do_req()
403 cpu_to_le64(ctx->enc_sess_info.session_id); in __virtio_crypto_ablkcipher_do_req()
407 req_data->header.session_id = in __virtio_crypto_ablkcipher_do_req()
408 cpu_to_le64(ctx->dec_sess_info.session_id); in __virtio_crypto_ablkcipher_do_req()