Searched refs:t_fromb64 (Results 1 – 1 of 1) sorted by relevance
/openssl-master/crypto/srp/ |
A 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()
|
Completed in 5 milliseconds