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