Symbol: BN_NIST_256_TOP
crypto/libressl/crypto/bn/bn_nist.c
1001
mask = 0 - (uintptr_t)(*addsubf)(c_d, r_d, _nist_p_256[0], BN_NIST_256_TOP);
crypto/libressl/crypto/bn/bn_nist.c
1005
nist_cp_bn(r_d, res, BN_NIST_256_TOP);
crypto/libressl/crypto/bn/bn_nist.c
1006
r->top = BN_NIST_256_TOP;
crypto/libressl/crypto/bn/bn_nist.c
101
static const BN_ULONG _nist_p_256[][BN_NIST_256_TOP] = {
crypto/libressl/crypto/bn/bn_nist.c
1223
r_d + (128 / BN_BITS2), t_d, BN_NIST_256_TOP);
crypto/libressl/crypto/bn/bn_nist.c
210
static const BN_ULONG _nist_p_256[][BN_NIST_256_TOP] = {
crypto/libressl/crypto/bn/bn_nist.c
323
.top = BN_NIST_256_TOP,
crypto/libressl/crypto/bn/bn_nist.c
324
.dmax = BN_NIST_256_TOP,
crypto/libressl/crypto/bn/bn_nist.c
799
BN_ULONG bnbuf[BN_NIST_256_TOP] = { 0 };
crypto/libressl/crypto/bn/bn_nist.c
800
BN_ULONG c_d[BN_NIST_256_TOP] = { 0 };
crypto/libressl/crypto/bn/bn_nist.c
821
if (!bn_wexpand(r, BN_NIST_256_TOP))
crypto/libressl/crypto/bn/bn_nist.c
824
nist_cp_bn(r_d, a_d, BN_NIST_256_TOP);
crypto/libressl/crypto/bn/bn_nist.c
828
nist_cp_bn_0(bnbuf, a_d + BN_NIST_256_TOP,
crypto/libressl/crypto/bn/bn_nist.c
829
top - BN_NIST_256_TOP, BN_NIST_256_TOP);
crypto/libressl/crypto/bn/bn_nist.c
834
unsigned int bbuf[BN_NIST_256_TOP *
crypto/libressl/crypto/bn/bn_nist.c
836
unsigned int rbuf[BN_NIST_256_TOP *
crypto/libressl/crypto/bn/bn_nist.c
946
BN_ULONG t_d[BN_NIST_256_TOP] = {0};
crypto/libressl/crypto/bn/bn_nist.c
952
carry = (int)bn_add_words(t_d, t_d, c_d, BN_NIST_256_TOP);
crypto/libressl/crypto/bn/bn_nist.c
958
for (i = BN_NIST_256_TOP; i != 0; --i) {
crypto/libressl/crypto/bn/bn_nist.c
966
carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_256_TOP);
crypto/libressl/crypto/bn/bn_nist.c
969
carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_256_TOP);
crypto/libressl/crypto/bn/bn_nist.c
972
carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_256_TOP);
crypto/libressl/crypto/bn/bn_nist.c
975
carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP);
crypto/libressl/crypto/bn/bn_nist.c
978
carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP);
crypto/libressl/crypto/bn/bn_nist.c
981
carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP);
crypto/libressl/crypto/bn/bn_nist.c
984
carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP);
crypto/libressl/crypto/bn/bn_nist.c
992
BN_NIST_256_TOP);
crypto/libressl/crypto/bn/bn_nist.c
995
BN_NIST_256_TOP);