webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Macros | |
#define | BN_MUL_RECURSIVE_SIZE_NORMAL 16 |
#define | BN_SQR_RECURSIVE_SIZE_NORMAL BN_MUL_RECURSIVE_SIZE_NORMAL |
Functions | |
int | BN_mul (BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) |
int | BN_mul_word (BIGNUM *bn, BN_ULONG w) |
int | BN_sqr (BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) |
#define BN_MUL_RECURSIVE_SIZE_NORMAL 16 |
#define BN_SQR_RECURSIVE_SIZE_NORMAL BN_MUL_RECURSIVE_SIZE_NORMAL |
int BN_mul_word | ( | BIGNUM * | bn, |
BN_ULONG | w | ||
) |