Searched refs:base32_decode (Results 1 - 4 of 4) sorted by relevance

/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/
H A Dbase32.h33 base32_decode(const char *encoded, uint8_t *result, int bufSize);
H A Dbase32.c54 int base32_decode(const char *encoded, uint8_t *result, int bufSize) { function
H A DFRAOathMechanismFactory.m234 int res = base32_decode(tmp, key, sizeof(key));
/forgerock/authenticator-ios-v2/unit-tests/
H A Dbase32test.m41 int res = base32_decode(tmp, key, sizeof(key));
53 int res = base32_decode(tmp, key, sizeof(key));

Completed in 446 milliseconds