int ret;
unsigned int i;
ret = _gnutls_pk_ops.generate (GNUTLS_PK_RSA, bits, ¶ms);
ret = _gnutls_pk_ops.generate (algo, bits, ¶ms);
if (ret < 0)
{