/* Copyright (c) 2005-2018 Dovecot authors, see the included COPYING file */
{
unsigned int i;
else
}
}
{
unsigned int i;
for (i = 0; i <
len; i++) {
else if (
data[i] >=
'A' &&
data[i] <=
'F')
else if (
data[i] >=
'a' &&
data[i] <=
'f')
else
return 0;
}
}