Symbol: BN_NIST_384_TOP
crypto/openssl/crypto/bn/bn_nist.c
1052
BN_ULONG t_d[BN_NIST_384_TOP];
crypto/openssl/crypto/bn/bn_nist.c
1075
carry += (int)bn_add_words(r_d, r_d, buf.bn, BN_NIST_384_TOP);
crypto/openssl/crypto/bn/bn_nist.c
1081
carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_384_TOP);
crypto/openssl/crypto/bn/bn_nist.c
1087
carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_384_TOP);
crypto/openssl/crypto/bn/bn_nist.c
1092
carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_384_TOP);
crypto/openssl/crypto/bn/bn_nist.c
1097
carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_384_TOP);
crypto/openssl/crypto/bn/bn_nist.c
1103
carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_384_TOP);
crypto/openssl/crypto/bn/bn_nist.c
1108
carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_384_TOP);
crypto/openssl/crypto/bn/bn_nist.c
1113
carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_384_TOP);
crypto/openssl/crypto/bn/bn_nist.c
1120
BN_NIST_384_TOP);
crypto/openssl/crypto/bn/bn_nist.c
1123
BN_NIST_384_TOP);
crypto/openssl/crypto/bn/bn_nist.c
1128
res = ((*adjust)(c_d, r_d, _nist_p_384[0], BN_NIST_384_TOP) && carry)
crypto/openssl/crypto/bn/bn_nist.c
1131
nist_cp_bn(r_d, res, BN_NIST_384_TOP);
crypto/openssl/crypto/bn/bn_nist.c
1132
r->top = BN_NIST_384_TOP;
crypto/openssl/crypto/bn/bn_nist.c
149
static const BN_ULONG _nist_p_384[][BN_NIST_384_TOP] = {
crypto/openssl/crypto/bn/bn_nist.c
212
BN_NIST_384_TOP,
crypto/openssl/crypto/bn/bn_nist.c
213
BN_NIST_384_TOP,
crypto/openssl/crypto/bn/bn_nist.c
67
static const BN_ULONG _nist_p_384[][BN_NIST_384_TOP] = {
crypto/openssl/crypto/bn/bn_nist.c
894
BN_ULONG bn[BN_NIST_384_TOP];
crypto/openssl/crypto/bn/bn_nist.c
895
unsigned int ui[BN_NIST_384_TOP * sizeof(BN_ULONG) / sizeof(unsigned int)];
crypto/openssl/crypto/bn/bn_nist.c
897
BN_ULONG c_d[BN_NIST_384_TOP], *res;
crypto/openssl/crypto/bn/bn_nist.c
919
if (!bn_wexpand(r, BN_NIST_384_TOP))
crypto/openssl/crypto/bn/bn_nist.c
922
nist_cp_bn(r_d, a_d, BN_NIST_384_TOP);
crypto/openssl/crypto/bn/bn_nist.c
926
nist_cp_bn_0(buf.bn, a_d + BN_NIST_384_TOP, top - BN_NIST_384_TOP,
crypto/openssl/crypto/bn/bn_nist.c
927
BN_NIST_384_TOP);