Symbol: BN_NIST_192_TOP
crypto/libressl/crypto/bn/bn_nist.c
176
static const BN_ULONG _nist_p_192[][BN_NIST_192_TOP] = {
crypto/libressl/crypto/bn/bn_nist.c
291
.top = BN_NIST_192_TOP,
crypto/libressl/crypto/bn/bn_nist.c
292
.dmax = BN_NIST_192_TOP,
crypto/libressl/crypto/bn/bn_nist.c
467
BN_ULONG bnbuf[BN_NIST_192_TOP] = { 0 };
crypto/libressl/crypto/bn/bn_nist.c
468
BN_ULONG c_d[BN_NIST_192_TOP] = { 0 };
crypto/libressl/crypto/bn/bn_nist.c
488
if (!bn_wexpand(r, BN_NIST_192_TOP))
crypto/libressl/crypto/bn/bn_nist.c
491
nist_cp_bn(r_d, a_d, BN_NIST_192_TOP);
crypto/libressl/crypto/bn/bn_nist.c
495
nist_cp_bn_0(bnbuf, a_d + BN_NIST_192_TOP, top - BN_NIST_192_TOP,
crypto/libressl/crypto/bn/bn_nist.c
496
BN_NIST_192_TOP);
crypto/libressl/crypto/bn/bn_nist.c
501
unsigned int bbuf[BN_NIST_192_TOP *
crypto/libressl/crypto/bn/bn_nist.c
503
unsigned int rbuf[BN_NIST_192_TOP *
crypto/libressl/crypto/bn/bn_nist.c
564
BN_ULONG t_d[BN_NIST_192_TOP] = {0};
crypto/libressl/crypto/bn/bn_nist.c
567
carry = (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP);
crypto/libressl/crypto/bn/bn_nist.c
569
carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP);
crypto/libressl/crypto/bn/bn_nist.c
571
carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP);
crypto/libressl/crypto/bn/bn_nist.c
576
BN_NIST_192_TOP);
crypto/libressl/crypto/bn/bn_nist.c
587
BN_NIST_192_TOP);
crypto/libressl/crypto/bn/bn_nist.c
591
nist_cp_bn(r_d, res, BN_NIST_192_TOP);
crypto/libressl/crypto/bn/bn_nist.c
592
r->top = BN_NIST_192_TOP;
crypto/libressl/crypto/bn/bn_nist.c
76
static const BN_ULONG _nist_p_192[][BN_NIST_192_TOP] = {