Skip to main content

auth_mysql_with_hash_stage_2

Function auth_mysql_with_hash_stage_2 

Source
pub(crate) fn auth_mysql_with_hash_stage_2(
    auth_data: HashedPassword<'_>,
    salt: &'_ [u8],
    username: &str,
    hash_stage_2: &[u8],
) -> Result<()>