Home
last modified time | relevance | path

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

/third_party/openssl/crypto/srp/
Dsrp_vfy.c41 static int t_fromb64(unsigned char *a, size_t alen, const char *src) in t_fromb64() function
228 len = t_fromb64(tmp, sizeof(tmp), v); in SRP_user_pwd_set_sv()
233 len = t_fromb64(tmp, sizeof(tmp), s); in SRP_user_pwd_set_sv()
313 len = t_fromb64(tmp, sizeof(tmp), ch); in SRP_gN_new_init()
598 if ((len = t_fromb64(tmp, sizeof(tmp), N)) <= 0) in SRP_create_verifier()
604 if ((len = t_fromb64(tmp, sizeof(tmp) ,g)) <= 0) in SRP_create_verifier()
626 if ((len = t_fromb64(tmp2, sizeof(tmp2), *salt)) <= 0) in SRP_create_verifier()
/third_party/lwip/src/netif/ppp/
Deap.c546 tpw.pebuf.password.len = t_fromb64((char *)tpw.pwbuf, in eap_figure_next_state()
549 tpw.pebuf.salt.len = t_fromb64((char *)tpw.saltbuf, in eap_figure_next_state()