Searched refs:t_fromb64 (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/crypto/srp/ |
D | srp_vfy.c | 44 static int t_fromb64(unsigned char *a, size_t alen, const char *src) in t_fromb64() function 233 len = t_fromb64(tmp, sizeof(tmp), v); in SRP_user_pwd_set_sv() 238 len = t_fromb64(tmp, sizeof(tmp), s); in SRP_user_pwd_set_sv() 320 len = t_fromb64(tmp, sizeof(tmp), ch); in SRP_gN_new_init() 625 if ((len = t_fromb64(tmp, sizeof(tmp), N)) <= 0) in SRP_create_verifier_ex() 631 if ((len = t_fromb64(tmp, sizeof(tmp) ,g)) <= 0) in SRP_create_verifier_ex() 653 if ((len = t_fromb64(tmp2, sizeof(tmp2), *salt)) <= 0) in SRP_create_verifier_ex()
|
/third_party/node/deps/openssl/openssl/crypto/srp/ |
D | srp_vfy.c | 44 static int t_fromb64(unsigned char *a, size_t alen, const char *src) in t_fromb64() function 233 len = t_fromb64(tmp, sizeof(tmp), v); in SRP_user_pwd_set_sv() 238 len = t_fromb64(tmp, sizeof(tmp), s); in SRP_user_pwd_set_sv() 320 len = t_fromb64(tmp, sizeof(tmp), ch); in SRP_gN_new_init() 625 if ((len = t_fromb64(tmp, sizeof(tmp), N)) <= 0) in SRP_create_verifier_ex() 631 if ((len = t_fromb64(tmp, sizeof(tmp) ,g)) <= 0) in SRP_create_verifier_ex() 653 if ((len = t_fromb64(tmp2, sizeof(tmp2), *salt)) <= 0) in SRP_create_verifier_ex()
|
/third_party/lwip/src/netif/ppp/ |
D | eap.c | 546 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()
|