Symbol: BN_NIST_192_TOP
crypto/openssl/crypto/bn/bn_nist.c
104
static const BN_ULONG _nist_p_192[][BN_NIST_192_TOP] = {
crypto/openssl/crypto/bn/bn_nist.c
188
BN_NIST_192_TOP,
crypto/openssl/crypto/bn/bn_nist.c
189
BN_NIST_192_TOP,
crypto/openssl/crypto/bn/bn_nist.c
21
static const BN_ULONG _nist_p_192[][BN_NIST_192_TOP] = {
crypto/openssl/crypto/bn/bn_nist.c
357
BN_ULONG bn[BN_NIST_192_TOP];
crypto/openssl/crypto/bn/bn_nist.c
358
unsigned int ui[BN_NIST_192_TOP * sizeof(BN_ULONG) / sizeof(unsigned int)];
crypto/openssl/crypto/bn/bn_nist.c
360
BN_ULONG c_d[BN_NIST_192_TOP], *res;
crypto/openssl/crypto/bn/bn_nist.c
381
if (!bn_wexpand(r, BN_NIST_192_TOP))
crypto/openssl/crypto/bn/bn_nist.c
384
nist_cp_bn(r_d, a_d, BN_NIST_192_TOP);
crypto/openssl/crypto/bn/bn_nist.c
388
nist_cp_bn_0(buf.bn, a_d + BN_NIST_192_TOP, top - BN_NIST_192_TOP,
crypto/openssl/crypto/bn/bn_nist.c
389
BN_NIST_192_TOP);
crypto/openssl/crypto/bn/bn_nist.c
438
BN_ULONG t_d[BN_NIST_192_TOP];
crypto/openssl/crypto/bn/bn_nist.c
441
carry = (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP);
crypto/openssl/crypto/bn/bn_nist.c
443
carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP);
crypto/openssl/crypto/bn/bn_nist.c
446
+= (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP);
crypto/openssl/crypto/bn/bn_nist.c
451
BN_NIST_192_TOP);
crypto/openssl/crypto/bn/bn_nist.c
461
res = (bn_sub_words(c_d, r_d, _nist_p_192[0], BN_NIST_192_TOP) && carry)
crypto/openssl/crypto/bn/bn_nist.c
464
nist_cp_bn(r_d, res, BN_NIST_192_TOP);
crypto/openssl/crypto/bn/bn_nist.c
465
r->top = BN_NIST_192_TOP;