Searched refs:d_consttime (Results 1 – 1 of 1) sorted by relevance
366 BIGNUM *aux = NULL, *d_consttime = NULL; in ssh_rsa_complete_crt_parameters() local377 if ((d_consttime = BN_dup(rsa_d)) == NULL) { in ssh_rsa_complete_crt_parameters()382 BN_set_flags(d_consttime, BN_FLG_CONSTTIME); in ssh_rsa_complete_crt_parameters()385 (BN_mod(*rsa_dmq1, d_consttime, aux, ctx) == 0) || in ssh_rsa_complete_crt_parameters()387 (BN_mod(*rsa_dmp1, d_consttime, aux, ctx) == 0)) { in ssh_rsa_complete_crt_parameters()395 BN_clear_free(d_consttime); in ssh_rsa_complete_crt_parameters()