Searched refs:base32_decode (Results 1 - 4 of 4) sorted by relevance
/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/ |
H A D | base32.h | 33 base32_decode(const char *encoded, uint8_t *result, int bufSize);
|
H A D | base32.c | 54 int base32_decode(const char *encoded, uint8_t *result, int bufSize) { function
|
H A D | FRAOathMechanismFactory.m | 234 int res = base32_decode(tmp, key, sizeof(key));
|
/forgerock/authenticator-ios-v2/unit-tests/ |
H A D | base32test.m | 41 int res = base32_decode(tmp, key, sizeof(key)); 53 int res = base32_decode(tmp, key, sizeof(key));
|
Completed in 281 milliseconds