webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <openssl/bn.h>
#include <string.h>
#include <openssl/err.h>
#include <openssl/mem.h>
#include "internal.h"
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_add_word (BIGNUM *a, BN_ULONG w) |
int | BN_sub (BIGNUM *r, const BIGNUM *a, const BIGNUM *b) |
int | BN_usub (BIGNUM *r, const BIGNUM *a, const BIGNUM *b) |
int | BN_sub_word (BIGNUM *a, BN_ULONG w) |
int BN_add_word | ( | BIGNUM * | a, |
BN_ULONG | w | ||
) |
int BN_sub_word | ( | BIGNUM * | a, |
BN_ULONG | w | ||
) |