webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions
cmp.c File Reference
#include <openssl/bn.h>
#include <openssl/mem.h>
#include "internal.h"

Functions

int BN_ucmp (const BIGNUM *a, const BIGNUM *b)
 
int BN_cmp (const BIGNUM *a, const BIGNUM *b)
 
int bn_cmp_words (const BN_ULONG *a, const BN_ULONG *b, int n)
 
int bn_cmp_part_words (const BN_ULONG *a, const BN_ULONG *b, int cl, int dl)
 
int BN_abs_is_word (const BIGNUM *bn, BN_ULONG w)
 
int BN_cmp_word (const BIGNUM *a, BN_ULONG b)
 
int BN_is_zero (const BIGNUM *bn)
 
int BN_is_one (const BIGNUM *bn)
 
int BN_is_word (const BIGNUM *bn, BN_ULONG w)
 
int BN_is_odd (const BIGNUM *bn)
 
int BN_equal_consttime (const BIGNUM *a, const BIGNUM *b)
 

Function Documentation

◆ BN_abs_is_word()

int BN_abs_is_word ( const BIGNUM bn,
BN_ULONG  w 
)

◆ BN_cmp()

int BN_cmp ( const BIGNUM a,
const BIGNUM b 
)

◆ bn_cmp_part_words()

int bn_cmp_part_words ( const BN_ULONG *  a,
const BN_ULONG *  b,
int  cl,
int  dl 
)

◆ BN_cmp_word()

int BN_cmp_word ( const BIGNUM a,
BN_ULONG  b 
)

◆ bn_cmp_words()

int bn_cmp_words ( const BN_ULONG *  a,
const BN_ULONG *  b,
int  n 
)

◆ BN_equal_consttime()

int BN_equal_consttime ( const BIGNUM a,
const BIGNUM b 
)

◆ BN_is_odd()

int BN_is_odd ( const BIGNUM bn)

◆ BN_is_one()

int BN_is_one ( const BIGNUM bn)

◆ BN_is_word()

int BN_is_word ( const BIGNUM bn,
BN_ULONG  w 
)

◆ BN_is_zero()

int BN_is_zero ( const BIGNUM bn)

◆ BN_ucmp()

int BN_ucmp ( const BIGNUM a,
const BIGNUM b 
)