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

/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/
H A Dbase32.c24 * characters. If the output string is less than a full quantum, it
25 * will be padded with the '=' character to make a full quantum.
102 * If the encoded string does not make up a complete quantum of encoded characters
117 int quantum = 8; local
145 // Track the characters which make up a single quantum of 8 characters
146 quantum--;
147 if (quantum == 0) {
148 quantum = 8;
152 // If the number of encoded characters does not make a full quantum, insert padding
153 if (quantum !
[all...]

Completed in 272 milliseconds