Home | History | Annotate | Download | only in eap_server

Lines Matching refs:in_decrypted

972 	struct wpabuf *in_decrypted;
989 in_decrypted = tls_connection_decrypt(sm->ssl_ctx, data->ssl.conn,
991 if (in_decrypted == NULL) {
999 in_decrypted);
1001 if (eap_ttls_avp_parse(in_decrypted, &parse) < 0) {
1003 wpabuf_free(in_decrypted);
1072 wpabuf_free(in_decrypted);