Searched refs:rsa_n_dup (Results 1 – 1 of 1) sorted by relevance
163 BIGNUM *rsa_n_dup = NULL, *rsa_e_dup = NULL; in ssh_rsa_copy_public() local167 if ((rsa_n_dup = BN_dup(rsa_n)) == NULL || in ssh_rsa_copy_public()172 if (!RSA_set0_key(to->rsa, rsa_n_dup, rsa_e_dup, NULL)) { in ssh_rsa_copy_public()176 rsa_n_dup = rsa_e_dup = NULL; /* transferred */ in ssh_rsa_copy_public()180 BN_clear_free(rsa_n_dup); in ssh_rsa_copy_public()