HEX
Server: LiteSpeed
System: Linux srv1.dhviews.com 5.14.0-570.23.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jun 24 11:27:16 EDT 2025 x86_64
User: bdedition (1723)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //proc/thread-self/root/proc/self/root/usr/local/apps/dovecot/include/dovecot/mech-scram.h
#ifndef MECH_SCRAM_H
#define MECH_SCRAM_H

struct auth_request *
mech_scram_auth_new(const struct hash_method *hash_method,
		    const char *password_scheme);
void mech_scram_auth_continue(struct auth_request *auth_request,
			      const unsigned char *data, size_t data_size);

#endif