Searched refs:SRP_RANDOM_SALT_LEN (Results 1 – 1 of 1) sorted by relevance
/openssl/crypto/srp/ |
H A D | srp_vfy.c | 28 # define SRP_RANDOM_SALT_LEN 20 macro 657 if (RAND_bytes_ex(libctx, tmp2, SRP_RANDOM_SALT_LEN, 0) <= 0) in SRP_create_verifier_ex() 660 s = BN_bin2bn(tmp2, SRP_RANDOM_SALT_LEN, NULL); in SRP_create_verifier_ex() 684 if ((tmp_salt = OPENSSL_malloc(SRP_RANDOM_SALT_LEN * 2)) == NULL) { in SRP_create_verifier_ex() 687 if (!t_tob64(tmp_salt, tmp2, SRP_RANDOM_SALT_LEN)) { in SRP_create_verifier_ex() 740 if (RAND_bytes_ex(libctx, tmp2, SRP_RANDOM_SALT_LEN, 0) <= 0) in SRP_create_verifier_BN_ex() 743 salttmp = BN_bin2bn(tmp2, SRP_RANDOM_SALT_LEN, NULL); in SRP_create_verifier_BN_ex()
|
Completed in 7 milliseconds