Symbol: BN_NIST_224_TOP
crypto/libressl/crypto/bn/bn_nist.c
194
static const BN_ULONG _nist_p_224[][BN_NIST_224_TOP] = {
crypto/libressl/crypto/bn/bn_nist.c
307
.top = BN_NIST_224_TOP,
crypto/libressl/crypto/bn/bn_nist.c
308
.dmax = BN_NIST_224_TOP,
crypto/libressl/crypto/bn/bn_nist.c
615
BN_ULONG bnbuf[BN_NIST_224_TOP] = { 0 };
crypto/libressl/crypto/bn/bn_nist.c
616
BN_ULONG c_d[BN_NIST_224_TOP] = { 0 };
crypto/libressl/crypto/bn/bn_nist.c
637
if (!bn_wexpand(r, BN_NIST_224_TOP))
crypto/libressl/crypto/bn/bn_nist.c
640
nist_cp_bn(r_d, a_d, BN_NIST_224_TOP);
crypto/libressl/crypto/bn/bn_nist.c
648
nist_cp_bn_0(c_d, a_d + (BN_NIST_224_TOP - 1),
crypto/libressl/crypto/bn/bn_nist.c
649
top - (BN_NIST_224_TOP - 1), BN_NIST_224_TOP);
crypto/libressl/crypto/bn/bn_nist.c
653
r_d[BN_NIST_224_TOP - 1] &= BN_MASK2l;
crypto/libressl/crypto/bn/bn_nist.c
655
nist_cp_bn_0(bnbuf, a_d + BN_NIST_224_TOP,
crypto/libressl/crypto/bn/bn_nist.c
656
top - BN_NIST_224_TOP, BN_NIST_224_TOP);
crypto/libressl/crypto/bn/bn_nist.c
662
unsigned int bbuf[BN_NIST_224_TOP *
crypto/libressl/crypto/bn/bn_nist.c
664
unsigned int rbuf[BN_NIST_224_TOP *
crypto/libressl/crypto/bn/bn_nist.c
735
BN_ULONG t_d[BN_NIST_224_TOP] = {0};
crypto/libressl/crypto/bn/bn_nist.c
738
carry = (int)bn_add_words(r_d, r_d, t_d, BN_NIST_224_TOP);
crypto/libressl/crypto/bn/bn_nist.c
740
carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_224_TOP);
crypto/libressl/crypto/bn/bn_nist.c
742
carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_224_TOP);
crypto/libressl/crypto/bn/bn_nist.c
744
carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_224_TOP);
crypto/libressl/crypto/bn/bn_nist.c
747
carry = (int)(r_d[BN_NIST_224_TOP - 1] >> 32);
crypto/libressl/crypto/bn/bn_nist.c
754
BN_NIST_224_TOP);
crypto/libressl/crypto/bn/bn_nist.c
756
carry = (int)(~(r_d[BN_NIST_224_TOP - 1] >> 32)) & 1;
crypto/libressl/crypto/bn/bn_nist.c
766
BN_NIST_224_TOP);
crypto/libressl/crypto/bn/bn_nist.c
773
mask = 0 - (uintptr_t)(*addsubf)(c_d, r_d, _nist_p_224[0], BN_NIST_224_TOP);
crypto/libressl/crypto/bn/bn_nist.c
777
nist_cp_bn(r_d, res, BN_NIST_224_TOP);
crypto/libressl/crypto/bn/bn_nist.c
778
r->top = BN_NIST_224_TOP;
crypto/libressl/crypto/bn/bn_nist.c
85
static const BN_ULONG _nist_p_224[][BN_NIST_224_TOP] = {