• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/eap_peer/

Lines Matching refs:in_decrypted

762 	struct wpabuf *in_decrypted = NULL;
776 in_decrypted = data->pending_phase2_req;
801 res = eap_peer_tls_decrypt(sm, &data->ssl, in_data, &in_decrypted);
807 in_decrypted);
809 hdr = wpabuf_mhead(in_decrypted);
810 if (wpabuf_len(in_decrypted) == 5 && hdr->code == EAP_CODE_REQUEST &&
812 eap_get_type(in_decrypted) == EAP_TYPE_IDENTITY) {
817 if (wpabuf_len(in_decrypted) >= 5 && hdr->code == EAP_CODE_REQUEST &&
818 eap_get_type(in_decrypted) == EAP_TYPE_TLV) {
825 wpabuf_len(in_decrypted));
827 wpabuf_free(in_decrypted);
831 wpabuf_put_buf(nmsg, in_decrypted);
835 wpabuf_len(in_decrypted));
837 wpabuf_free(in_decrypted);
838 in_decrypted = nmsg;
845 if (wpabuf_len(in_decrypted) < sizeof(*tlv) + sizeof(*hdr)) {
848 wpabuf_free(in_decrypted);
851 tlv = wpabuf_mhead(in_decrypted);
855 wpabuf_free(in_decrypted);
859 wpabuf_len(in_decrypted)) {
862 wpabuf_free(in_decrypted);
869 wpabuf_free(in_decrypted);
875 wpabuf_free(in_decrypted);
880 wpabuf_free(in_decrypted);
881 in_decrypted = nmsg;
884 hdr = wpabuf_mhead(in_decrypted);
885 if (wpabuf_len(in_decrypted) < sizeof(*hdr)) {
888 (unsigned long) wpabuf_len(in_decrypted));
889 wpabuf_free(in_decrypted);
893 if (len > wpabuf_len(in_decrypted)) {
896 (unsigned long) wpabuf_len(in_decrypted),
898 wpabuf_free(in_decrypted);
901 if (len < wpabuf_len(in_decrypted)) {
906 (unsigned long) wpabuf_len(in_decrypted));
913 if (eap_peap_phase2_request(sm, data, ret, in_decrypted,
915 wpabuf_free(in_decrypted);
935 wpabuf_free(in_decrypted);
945 wpabuf_free(in_decrypted);
991 wpabuf_free(in_decrypted);