Searched refs:nmsg (Results 1 – 1 of 1) sorted by relevance
872 struct wpabuf *nmsg = wpabuf_alloc(sizeof(struct eap_hdr) + in eap_peap_decrypt() local874 if (nmsg == NULL) { in eap_peap_decrypt()878 nhdr = wpabuf_put(nmsg, sizeof(*nhdr)); in eap_peap_decrypt()879 wpabuf_put_buf(nmsg, in_decrypted); in eap_peap_decrypt()886 in_decrypted = nmsg; in eap_peap_decrypt()891 struct wpabuf *nmsg; in eap_peap_decrypt() local921 nmsg = wpabuf_alloc(be_to_host16(hdr->length)); in eap_peap_decrypt()922 if (nmsg == NULL) { in eap_peap_decrypt()927 wpabuf_put_data(nmsg, hdr, be_to_host16(hdr->length)); in eap_peap_decrypt()929 in_decrypted = nmsg; in eap_peap_decrypt()