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

/forgerock/web-agents-v4/source/
H A Dutility.c1368 char *base64_encode(const void *in, size_t *sz) { function
1792 * @param key The key with which to decrypt the password, this is the result of calling base64_encode
1839 * @param key The key with which to encrypt the password, this is the result of calling base64_encode
1869 pass_enc_b64 = base64_encode(pass_enc, &pass_sz);

Completed in 40 milliseconds