Home | History | Annotate | Download | only in eap_peer

Lines Matching refs:in_decrypted

955  * @in_decrypted: Buffer for returning a pointer to the decrypted message
960 struct wpabuf **in_decrypted)
969 *in_decrypted = tls_connection_decrypt(data->ssl_ctx, data->conn, msg);
971 if (*in_decrypted == NULL) {