Home | History | Annotate | Download | only in eap_server

Lines Matching full:in_decrypted

1387 	struct wpabuf *in_decrypted;
1402 in_decrypted = tls_connection_decrypt(sm->ssl_ctx, data->ssl.conn,
1404 if (in_decrypted == NULL) {
1412 in_decrypted);
1414 eap_fast_process_phase2_tlvs(sm, data, in_decrypted);
1420 data->pending_phase2_resp = in_decrypted;
1424 wpabuf_free(in_decrypted);