Home
last modified time | relevance | path

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

/babblesim_ext_libCryptov1-latest/include/openssl/
Dbn.h294 (dest)->top=(b)->top, \
316 int top; /* Index of last used d +1. */ member
401 # define BN_abs_is_word(a,w) ((((a)->top == 1) && ((a)->d[0] == (BN_ULONG)(w))) || \
402 (((w) == 0) && ((a)->top == 0)))
403 # define BN_is_zero(a) ((a)->top == 0)
406 # define BN_is_odd(a) (((a)->top > 0) && ((a)->d[0] & 1))
412 _tmp_bn->top = 0; \
431 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom);
432 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom);
785 if(_bnum1->top < _bnum1->dmax) { \
[all …]