Home | History | Annotate | Download | only in eap_peer

Lines Matching refs:in_decrypted

917 static int eap_ttls_parse_avps(struct wpabuf *in_decrypted,
924 pos = wpabuf_mhead(in_decrypted);
925 left = wpabuf_len(in_decrypted);
1156 struct wpabuf *in_decrypted,
1217 in_decrypted);
1312 struct wpabuf *in_decrypted = NULL;
1328 in_decrypted = data->pending_phase2_req;
1330 if (wpabuf_len(in_decrypted) == 0) {
1331 wpabuf_free(in_decrypted);
1351 retval = eap_peer_tls_decrypt(sm, &data->ssl, in_data, &in_decrypted);
1358 if (eap_ttls_parse_avps(in_decrypted, &parse) < 0) {
1364 &parse, in_decrypted, out_data);
1367 wpabuf_free(in_decrypted);