Home | History | Annotate | Download | only in eap_peer

Lines Matching refs:in_decrypted

740 	struct wpabuf *in_decrypted = NULL;
754 in_decrypted = data->pending_phase2_req;
779 res = eap_peer_tls_decrypt(sm, &data->ssl, in_data, &in_decrypted);
785 in_decrypted);
787 hdr = wpabuf_mhead(in_decrypted);
788 if (wpabuf_len(in_decrypted) == 5 && hdr->code == EAP_CODE_REQUEST &&
790 eap_get_type(in_decrypted) == EAP_TYPE_IDENTITY) {
795 if (wpabuf_len(in_decrypted) >= 5 && hdr->code == EAP_CODE_REQUEST &&
796 eap_get_type(in_decrypted) == EAP_TYPE_TLV) {
803 wpabuf_len(in_decrypted));
805 wpabuf_free(in_decrypted);
809 wpabuf_put_buf(nmsg, in_decrypted);
813 wpabuf_len(in_decrypted));
815 wpabuf_free(in_decrypted);
816 in_decrypted = nmsg;
819 hdr = wpabuf_mhead(in_decrypted);
820 if (wpabuf_len(in_decrypted) < sizeof(*hdr)) {
823 (unsigned long) wpabuf_len(in_decrypted));
824 wpabuf_free(in_decrypted);
828 if (len > wpabuf_len(in_decrypted)) {
831 (unsigned long) wpabuf_len(in_decrypted),
833 wpabuf_free(in_decrypted);
836 if (len < wpabuf_len(in_decrypted)) {
841 (unsigned long) wpabuf_len(in_decrypted));
848 if (eap_peap_phase2_request(sm, data, ret, in_decrypted,
850 wpabuf_free(in_decrypted);
870 wpabuf_free(in_decrypted);
880 wpabuf_free(in_decrypted);
926 wpabuf_free(in_decrypted);