Lines Matching defs:aa
508 big_add_abs(BIGNUM *result, BIGNUM *aa, BIGNUM *bb) in big_add_abs()
586 big_sub_pos(BIGNUM *result, BIGNUM *aa, BIGNUM *bb) in big_sub_pos()
638 big_cmp_abs(BIGNUM *aa, BIGNUM *bb) in big_cmp_abs()
670 big_sub(BIGNUM *result, BIGNUM *aa, BIGNUM *bb) in big_sub()
714 big_add(BIGNUM *result, BIGNUM *aa, BIGNUM *bb) in big_add()
759 big_half_pos(BIGNUM *result, BIGNUM *aa) in big_half_pos()
791 big_double(BIGNUM *result, BIGNUM *aa) in big_double()
832 big_modhalf_pos(BIGNUM *aa, uint32_t b) in big_modhalf_pos()
858 big_sub_pos_high(BIGNUM *result, BIGNUM *aa, BIGNUM *bb) in big_sub_pos_high()
887 big_cmp_abs_high(BIGNUM *aa, BIGNUM *bb) in big_cmp_abs_high()
906 big_mulhalf_low(BIGNUM *result, BIGNUM *aa, BIG_CHUNK_TYPE b) in big_mulhalf_low()
936 big_mulhalf_high(BIGNUM *result, BIGNUM *aa, BIG_CHUNK_TYPE b) in big_mulhalf_high()
963 big_shiftleft(BIGNUM *result, BIGNUM *aa, int offs) in big_shiftleft()
992 big_shiftright(BIGNUM *result, BIGNUM *aa, int offs) in big_shiftright()
1020 big_div_pos(BIGNUM *result, BIGNUM *remainder, BIGNUM *aa, BIGNUM *bb) in big_div_pos()
1555 big_mul(BIGNUM *result, BIGNUM *aa, BIGNUM *bb) in big_mul()