Searched defs:hex2 (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dpassword_pbkdf2.c130 int hex1, hex2; local
133 hex2 = hex2val (*ptr);
135 if (hex1 < 0 || hex2 < 0)
143 *ptro = (hex1 << 4) | hex2;
158 int hex1, hex2; local
161 hex2 = hex2val (*ptr);
163 if (hex1 < 0 || hex2 < 0)
172 *ptro = (hex1 << 4) | hex2;

Completed in 14 milliseconds