Lines Matching refs:BN_bin2bn
231 if (NULL == (vinfo->v = BN_bin2bn(tmp, len, NULL)) )
234 return ((vinfo->s = BN_bin2bn(tmp, len, NULL)) != NULL) ;
294 if ((newgN->bn = BN_bin2bn(tmp, len, NULL)))
513 if (SRP_user_pwd_set_sv_BN(user, BN_bin2bn(digs,SHA_DIGEST_LENGTH,NULL), BN_bin2bn(digv,SHA_DIGEST_LENGTH, NULL)))
544 N_bn = BN_bin2bn(tmp, len, NULL);
546 g_bn = BN_bin2bn(tmp, len, NULL);
563 s = BN_bin2bn(tmp2, SRP_RANDOM_SALT_LEN, NULL);
569 s = BN_bin2bn(tmp2, len, NULL);
630 *salt = BN_bin2bn(tmp2,SRP_RANDOM_SALT_LEN,NULL);