Go to the source code of this file.
Functions | |
int | BN_add (BIGNUM *r, const BIGNUM *a, const BIGNUM *b) |
int | BN_uadd (BIGNUM *r, const BIGNUM *a, const BIGNUM *b) |
int | BN_usub (BIGNUM *r, const BIGNUM *a, const BIGNUM *b) |
int | BN_sub (BIGNUM *r, const BIGNUM *a, const BIGNUM *b) |