Lines Matching defs:in_decrypted
1055 static int eap_ttls_parse_avps(struct wpabuf *in_decrypted,
1062 pos = wpabuf_mhead(in_decrypted);
1063 left = wpabuf_len(in_decrypted);
1295 struct wpabuf *in_decrypted,
1357 data->pending_phase2_req = wpabuf_dup(in_decrypted);
1453 struct wpabuf *in_decrypted = NULL;
1469 in_decrypted = data->pending_phase2_req;
1471 if (wpabuf_len(in_decrypted) == 0) {
1472 wpabuf_clear_free(in_decrypted);
1493 retval = eap_peer_tls_decrypt(sm, &data->ssl, in_data, &in_decrypted);
1496 if (wpabuf_len(in_decrypted) == 0) {
1497 wpabuf_free(in_decrypted);
1502 if (data->ssl.tls_v13 && wpabuf_len(in_decrypted) == 1 &&
1503 *wpabuf_head_u8(in_decrypted) == 0) {
1507 wpabuf_free(in_decrypted);
1514 if (eap_ttls_parse_avps(in_decrypted, &parse) < 0) {
1520 &parse, in_decrypted, out_data);
1523 wpabuf_clear_free(in_decrypted);