Lines Matching refs:ciphertext
437 if (request->authorization_data.ciphertext.data) { in process_tgs_req()
440 scratch.length = request->authorization_data.ciphertext.length; in process_tgs_req()
442 malloc(request->authorization_data.ciphertext.length))) { in process_tgs_req()
684 if (ticket_reply.enc_part.ciphertext.data) { in process_tgs_req()
685 memset(ticket_reply.enc_part.ciphertext.data, 0, in process_tgs_req()
686 ticket_reply.enc_part.ciphertext.length); in process_tgs_req()
687 free(ticket_reply.enc_part.ciphertext.data); in process_tgs_req()
688 ticket_reply.enc_part.ciphertext.data = NULL; in process_tgs_req()
692 if (reply.enc_part.ciphertext.data) { in process_tgs_req()
693 memset(reply.enc_part.ciphertext.data, 0, in process_tgs_req()
694 reply.enc_part.ciphertext.length); in process_tgs_req()
695 free(reply.enc_part.ciphertext.data); in process_tgs_req()
696 reply.enc_part.ciphertext.data = NULL; in process_tgs_req()