Home
last modified time | relevance | path

Searched refs:bn_lshift_fixed_top (Results 1 – 3 of 3) sorted by relevance

/openssl/crypto/bn/
H A Dbn_shift.c90 ret = bn_lshift_fixed_top(r, a, n); in BN_lshift()
104 int bn_lshift_fixed_top(BIGNUM *r, const BIGNUM *a, int n) in bn_lshift_fixed_top() function
H A Dbn_div.c300 if (!(bn_lshift_fixed_top(snum, num, norm_shift))) in bn_div_fixed_top()
/openssl/include/crypto/
H A Dbn.h86 int bn_lshift_fixed_top(BIGNUM *r, const BIGNUM *a, int n);

Completed in 5 milliseconds