Searched refs:rsa_from (Results 1 – 1 of 1) sorted by relevance
160 const RSA *rsa_from; in ssh_rsa_copy_public() local163 if ((rsa_from = EVP_PKEY_get0_RSA(from->pkey)) == NULL || in ssh_rsa_copy_public()167 RSA_get0_key(rsa_from, &rsa_n, &rsa_e, NULL); in ssh_rsa_copy_public()