Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dssh-rsa.c368 BIGNUM *aux = NULL, *d_consttime = NULL; in ssh_rsa_complete_crt_parameters() local
379 if ((d_consttime = BN_dup(rsa_d)) == NULL) { in ssh_rsa_complete_crt_parameters()
384 BN_set_flags(d_consttime, BN_FLG_CONSTTIME); in ssh_rsa_complete_crt_parameters()
387 (BN_mod(*rsa_dmq1, d_consttime, aux, ctx) == 0) || in ssh_rsa_complete_crt_parameters()
389 (BN_mod(*rsa_dmp1, d_consttime, aux, ctx) == 0)) { in ssh_rsa_complete_crt_parameters()
397 BN_clear_free(d_consttime); in ssh_rsa_complete_crt_parameters()