Searched refs:t_tob64 (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/crypto/openssl/crypto/srp/
H A Dsrp_vfy.c133 static int t_tob64(char *dst, const unsigned char *src, int size) function
670 if (!t_tob64(vf, tmp, BN_num_bytes(v)))
679 if (!t_tob64(tmp_salt, tmp2, SRP_RANDOM_SALT_LEN)) {

Completed in 96 milliseconds