Lines Matching refs:BIGNUM
67 int BN_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) { in BN_add()
68 const BIGNUM *tmp; in BN_add()
103 int bn_uadd_consttime(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) { in bn_uadd_consttime()
106 const BIGNUM *tmp = a; in bn_uadd_consttime()
130 int BN_uadd(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) { in BN_uadd()
138 int BN_add_word(BIGNUM *a, BN_ULONG w) { in BN_add_word()
178 int BN_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) { in BN_sub()
180 const BIGNUM *tmp; in BN_sub()
226 int bn_usub_consttime(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) { in bn_usub_consttime()
260 int BN_usub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) { in BN_usub()
268 int BN_sub_word(BIGNUM *a, BN_ULONG w) { in BN_sub_word()