Home
last modified time | relevance | path

Searched refs:rsa_from (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssh/
H A Dssh-rsa.c160 const RSA *rsa_from; in ssh_rsa_copy_public() local
163 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()