Symbol: BN_NIST_384_TOP
crypto/libressl/crypto/bn/bn_nist.c
1031
BN_ULONG bnbuf[BN_NIST_384_TOP] = { 0 };
crypto/libressl/crypto/bn/bn_nist.c
1032
BN_ULONG c_d[BN_NIST_384_TOP] = { 0 };
crypto/libressl/crypto/bn/bn_nist.c
1053
if (!bn_wexpand(r, BN_NIST_384_TOP))
crypto/libressl/crypto/bn/bn_nist.c
1056
nist_cp_bn(r_d, a_d, BN_NIST_384_TOP);
crypto/libressl/crypto/bn/bn_nist.c
1060
nist_cp_bn_0(bnbuf, a_d + BN_NIST_384_TOP,
crypto/libressl/crypto/bn/bn_nist.c
1061
top - BN_NIST_384_TOP, BN_NIST_384_TOP);
crypto/libressl/crypto/bn/bn_nist.c
1066
unsigned int bbuf[BN_NIST_384_TOP *
crypto/libressl/crypto/bn/bn_nist.c
1068
unsigned int rbuf[BN_NIST_384_TOP *
crypto/libressl/crypto/bn/bn_nist.c
1205
BN_ULONG t_d[BN_NIST_384_TOP] = {0};
crypto/libressl/crypto/bn/bn_nist.c
1225
carry += (int)bn_add_words(r_d, r_d, bnbuf, BN_NIST_384_TOP);
crypto/libressl/crypto/bn/bn_nist.c
1229
carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_384_TOP);
crypto/libressl/crypto/bn/bn_nist.c
1233
carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_384_TOP);
crypto/libressl/crypto/bn/bn_nist.c
1236
carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_384_TOP);
crypto/libressl/crypto/bn/bn_nist.c
1239
carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_384_TOP);
crypto/libressl/crypto/bn/bn_nist.c
1243
carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_384_TOP);
crypto/libressl/crypto/bn/bn_nist.c
1246
carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_384_TOP);
crypto/libressl/crypto/bn/bn_nist.c
1249
carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_384_TOP);
crypto/libressl/crypto/bn/bn_nist.c
1257
BN_NIST_384_TOP);
crypto/libressl/crypto/bn/bn_nist.c
1260
BN_NIST_384_TOP);
crypto/libressl/crypto/bn/bn_nist.c
1266
mask = 0 - (uintptr_t)(*addsubf)(c_d, r_d, _nist_p_384[0], BN_NIST_384_TOP);
crypto/libressl/crypto/bn/bn_nist.c
1270
nist_cp_bn(r_d, res, BN_NIST_384_TOP);
crypto/libressl/crypto/bn/bn_nist.c
1271
r->top = BN_NIST_384_TOP;
crypto/libressl/crypto/bn/bn_nist.c
129
static const BN_ULONG _nist_p_384[][BN_NIST_384_TOP] = {
crypto/libressl/crypto/bn/bn_nist.c
238
static const BN_ULONG _nist_p_384[][BN_NIST_384_TOP] = {
crypto/libressl/crypto/bn/bn_nist.c
339
.top = BN_NIST_384_TOP,
crypto/libressl/crypto/bn/bn_nist.c
340
.dmax = BN_NIST_384_TOP,