Searched defs:rsa_n (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/crypto/openssh/ |
H A D | ssh-rsa.c | 44 const BIGNUM *rsa_n; in ssh_rsa_size() local 93 const BIGNUM *rsa_n, *rsa_e; in ssh_rsa_serialize_public() local 110 const BIGNUM *rsa_n, *rsa_e, *rsa_d, *rsa_iqmp, *rsa_p, *rsa_q; in ssh_rsa_serialize_private() local 162 const BIGNUM *rsa_n, *rsa_e; in ssh_rsa_copy_public() local 190 BIGNUM *rsa_n = NULL, *rsa_e = NULL; in ssh_rsa_deserialize_public() local 220 BIGNUM *rsa_n = NULL, *rsa_e = NULL, *rsa_d = NULL; in ssh_rsa_deserialize_private() local 396 const BIGNUM *rsa_n; in ssh_rsa_sign() local 479 const BIGNUM *rsa_n; in ssh_rsa_verify() local
|
H A D | ssh-pkcs11.c | 835 BIGNUM *rsa_n, *rsa_e; in pkcs11_fetch_rsa_pubkey() local
|
H A D | ssh-keygen.c | 491 BIGNUM *rsa_n = NULL, *rsa_e = NULL, *rsa_d = NULL; in do_convert_private_ssh2() local
|
H A D | sshkey.c | 1334 const BIGNUM *rsa_n; in sshkey_check_rsa_length() local
|