Symbol: BN_FLG_FIXED_TOP
crypto/openssl/crypto/bn/bn_blind.c
189
n->flags |= (BN_FLG_FIXED_TOP & ~mask);
crypto/openssl/crypto/bn/bn_div.c
334
res->flags |= BN_FLG_FIXED_TOP;
crypto/openssl/crypto/bn/bn_div.c
450
snum->flags |= BN_FLG_FIXED_TOP;
crypto/openssl/crypto/bn/bn_exp.c
406
r->flags |= BN_FLG_FIXED_TOP;
crypto/openssl/crypto/bn/bn_exp.c
585
b->flags |= BN_FLG_FIXED_TOP;
crypto/openssl/crypto/bn/bn_lib.c
1026
a->flags &= ~BN_FLG_FIXED_TOP;
crypto/openssl/crypto/bn/bn_lib.c
1168
a->flags &= ~BN_FLG_FIXED_TOP;
crypto/openssl/crypto/bn/bn_lib.c
1186
a->flags &= ~BN_FLG_FIXED_TOP;
crypto/openssl/crypto/bn/bn_lib.c
350
a->flags |= b->flags & BN_FLG_FIXED_TOP;
crypto/openssl/crypto/bn/bn_lib.c
355
#define FLAGS_DATA(flags) ((flags) & (BN_FLG_STATIC_DATA | BN_FLG_CONSTTIME | BN_FLG_SECURE | BN_FLG_FIXED_TOP))
crypto/openssl/crypto/bn/bn_lib.c
400
a->flags &= ~BN_FLG_FIXED_TOP;
crypto/openssl/crypto/bn/bn_lib.c
421
a->flags &= ~BN_FLG_FIXED_TOP;
crypto/openssl/crypto/bn/bn_lib.c
804
a->flags &= ~BN_FLG_FIXED_TOP;
crypto/openssl/crypto/bn/bn_lib.c
861
a->flags |= BN_FLG_FIXED_TOP;
crypto/openssl/crypto/bn/bn_lib.c
981
#define BN_CONSTTIME_SWAP_FLAGS (BN_FLG_CONSTTIME | BN_FLG_FIXED_TOP)
crypto/openssl/crypto/bn/bn_local.h
203
(void)ossl_assert((_top == 0 && !_bnum2->neg) || (_top && ((_bnum2->flags & BN_FLG_FIXED_TOP) || _bnum2->d[_top - 1] != 0))); \
crypto/openssl/crypto/bn/bn_mod.c
180
r->flags |= BN_FLG_FIXED_TOP;
crypto/openssl/crypto/bn/bn_mod.c
94
r->flags |= BN_FLG_FIXED_TOP;
crypto/openssl/crypto/bn/bn_mont.c
116
r->flags |= BN_FLG_FIXED_TOP;
crypto/openssl/crypto/bn/bn_mont.c
135
ret->flags |= BN_FLG_FIXED_TOP;
crypto/openssl/crypto/bn/bn_mont.c
400
mont->RR.flags |= BN_FLG_FIXED_TOP;
crypto/openssl/crypto/bn/bn_mont.c
50
r->flags |= BN_FLG_FIXED_TOP;
crypto/openssl/crypto/bn/bn_mul.c
611
rr->flags |= BN_FLG_FIXED_TOP;
crypto/openssl/crypto/bn/bn_shift.c
145
r->flags |= BN_FLG_FIXED_TOP;
crypto/openssl/crypto/bn/bn_shift.c
213
r->flags |= BN_FLG_FIXED_TOP;
crypto/openssl/crypto/bn/bn_sqr.c
96
rr->flags |= BN_FLG_FIXED_TOP;