Home
last modified time | relevance | path

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

/dflybsd-src/crypto/openssh/
H A Dssh-rsa.c339 BIGNUM *aux = NULL, *d_consttime = NULL; in ssh_rsa_complete_crt_parameters() local
357 if ((d_consttime = BN_dup(rsa_d)) == NULL || in ssh_rsa_complete_crt_parameters()
363 BN_set_flags(d_consttime, BN_FLG_CONSTTIME); in ssh_rsa_complete_crt_parameters()
366 (BN_mod(rsa_dmq1, d_consttime, aux, ctx) == 0) || in ssh_rsa_complete_crt_parameters()
368 (BN_mod(rsa_dmp1, d_consttime, aux, ctx) == 0)) { in ssh_rsa_complete_crt_parameters()
381 BN_clear_free(d_consttime); in ssh_rsa_complete_crt_parameters()