Searched refs:new_a (Results 1 – 4 of 4) sorted by relevance
863 BIGNUM *new_a = NULL; in BN_mod_exp_mont_consttime() local892 new_a = BN_new(); in BN_mod_exp_mont_consttime()893 if (new_a == NULL || in BN_mod_exp_mont_consttime()894 !BN_nnmod(new_a, a, m, ctx)) { in BN_mod_exp_mont_consttime()897 a = new_a; in BN_mod_exp_mont_consttime()1175 BN_clear_free(new_a); in BN_mod_exp_mont_consttime()
849 new_a = N.array(newlist)851 new_a = N.array(newlist, 'O')852 return new_a
109 %new_a = bitcast %struct.B* %g4 to %struct.A*111 %g5 = getelementptr %struct.A* %new_a, i32 0, i32 1
155 %new_a = bitcast %struct.B* %g4 to %struct.A*157 %g5 = getelementptr %struct.A, %struct.A* %new_a, i32 0, i32 1