Lines Matching refs:ret
115 int ret;119 ret = dhparams_priv != NULL122 if (!ret)124 return ret;147 int ret;168 ret = DH_compute_key_padded(secret, pub_key, pdhctx->dh);170 ret = DH_compute_key(secret, pub_key, pdhctx->dh);171 if (ret <= 0)174 *secretlen = ret;184 int ret = 0;216 ret = 1;219 return ret;