Home
last modified time | relevance | path

Searched defs:rsa_q (Results 1 – 4 of 4) sorted by relevance

/external/openssh/regress/unittests/sshkey/
Dcommon.c121 rsa_q(struct sshkey *k) in rsa_q() function
/external/openssh/
Dssh-rsa.c111 const BIGNUM *rsa_p, *rsa_q, *rsa_d; in ssh_rsa_complete_crt_parameters() local
Dsshkey.c3175 const BIGNUM *rsa_n, *rsa_e, *rsa_d, *rsa_iqmp, *rsa_p, *rsa_q; in sshkey_private_serialize_opt() local
3387 BIGNUM *rsa_iqmp = NULL, *rsa_p = NULL, *rsa_q = NULL; in sshkey_private_deserialize() local
Dssh-keygen.c484 BIGNUM *rsa_p = NULL, *rsa_q = NULL, *rsa_iqmp = NULL; in do_convert_private_ssh2() local