Home
last modified time | relevance | path

Searched defs:rsa_iqmp (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssh/
H A Dssh-rsa.c110 const BIGNUM *rsa_n, *rsa_e, *rsa_d, *rsa_iqmp, *rsa_p, *rsa_q; in ssh_rsa_serialize_private() local
221 BIGNUM *rsa_iqmp = NULL, *rsa_p = NULL, *rsa_q = NULL; in ssh_rsa_deserialize_private() local
340 BIGNUM *rsa_dmq1 = NULL, *rsa_dmp1 = NULL, *rsa_iqmp = NULL; in ssh_rsa_complete_crt_parameters() local
H A Dssh-keygen.c492 BIGNUM *rsa_p = NULL, *rsa_q = NULL, *rsa_iqmp = NULL; in do_convert_private_ssh2() local