Searched refs:t_tob64 (Results 1 – 2 of 2) sorted by relevance
/third_party/openssl/crypto/srp/ |
D | srp_vfy.c | 133 static int t_tob64(char *dst, const unsigned char *src, int size) in t_tob64() function 669 if (!t_tob64(vf, tmp, BN_num_bytes(v))) in SRP_create_verifier_ex() 678 if (!t_tob64(tmp_salt, tmp2, SRP_RANDOM_SALT_LEN)) { in SRP_create_verifier_ex()
|
/third_party/node/deps/openssl/openssl/crypto/srp/ |
D | srp_vfy.c | 133 static int t_tob64(char *dst, const unsigned char *src, int size) in t_tob64() function 669 if (!t_tob64(vf, tmp, BN_num_bytes(v))) in SRP_create_verifier_ex() 678 if (!t_tob64(tmp_salt, tmp2, SRP_RANDOM_SALT_LEN)) { in SRP_create_verifier_ex()
|