Searched refs:d_consttime (Results 1 – 1 of 1) sorted by relevance
368 BIGNUM *aux = NULL, *d_consttime = NULL; in ssh_rsa_complete_crt_parameters() local379 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()