Home
last modified time | relevance | path

Searched refs:b64table (Results 1 – 1 of 1) sorted by relevance

/external/openssl/crypto/srp/
Dsrp_vfy.c71 static char b64table[] = variable
91 loc = strchr(b64table, src[i]); in t_fromb64()
93 else a[i] = loc - b64table; in t_fromb64()
148 *dst++ = b64table[c]; in t_tob64()
154 *dst++ = b64table[c]; in t_tob64()
160 *dst++ = b64table[c]; in t_tob64()
166 *dst++ = b64table[c]; in t_tob64()