Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dssh-rsa.c89 const BIGNUM *rsa_n, *rsa_e, *rsa_d, *rsa_iqmp, *rsa_p, *rsa_q; in ssh_rsa_serialize_private() local
232 BIGNUM *rsa_iqmp = NULL, *rsa_p = NULL, *rsa_q = NULL; in ssh_rsa_deserialize_private() local
358 const BIGNUM *rsa_q, const BIGNUM *rsa_iqmp, BIGNUM **rsa_dmp1, in ssh_rsa_complete_crt_parameters()
H A Dssh-keygen.c482 BIGNUM *rsa_p = NULL, *rsa_q = NULL, *rsa_iqmp = NULL; in do_convert_private_ssh2() local
/openbsd/regress/usr.bin/ssh/unittests/sshkey/
H A Dcommon.c109 rsa_q(struct sshkey *k) in rsa_q() function