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

Functions

int BN_lshift (BIGNUM *r, const BIGNUM *a, int n)
 
int BN_lshift1 (BIGNUM *r, const BIGNUM *a)
 
int BN_rshift (BIGNUM *r, const BIGNUM *a, int n)
 
int BN_rshift1 (BIGNUM *r, const BIGNUM *a)
 
int BN_set_bit (BIGNUM *a, int n)
 
int BN_clear_bit (BIGNUM *a, int n)
 
int BN_is_bit_set (const BIGNUM *a, int n)
 
int BN_mask_bits (BIGNUM *a, int n)
 

Function Documentation

◆ BN_clear_bit()

int BN_clear_bit ( BIGNUM a,
int  n 
)

◆ BN_is_bit_set()

int BN_is_bit_set ( const BIGNUM a,
int  n 
)

◆ BN_lshift()

int BN_lshift ( BIGNUM r,
const BIGNUM a,
int  n 
)

◆ BN_lshift1()

int BN_lshift1 ( BIGNUM r,
const BIGNUM a 
)

◆ BN_mask_bits()

int BN_mask_bits ( BIGNUM a,
int  n 
)

◆ BN_rshift()

int BN_rshift ( BIGNUM r,
const BIGNUM a,
int  n 
)

◆ BN_rshift1()

int BN_rshift1 ( BIGNUM r,
const BIGNUM a 
)

◆ BN_set_bit()

int BN_set_bit ( BIGNUM a,
int  n 
)