Searched refs:t_fromb64 (Results 1 – 1 of 1) sorted by relevance
/openssl/crypto/srp/ |
H 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() 321 len = t_fromb64(tmp, sizeof(tmp), ch); in SRP_gN_new_init() 634 if ((len = t_fromb64(tmp, sizeof(tmp), N)) <= 0) in SRP_create_verifier_ex() 640 if ((len = t_fromb64(tmp, sizeof(tmp), g)) <= 0) in SRP_create_verifier_ex() 662 if ((len = t_fromb64(tmp2, sizeof(tmp2), *salt)) <= 0) in SRP_create_verifier_ex()
|
Completed in 4 milliseconds