• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/bn/

Lines Matching refs:BN_ULONG

70 static const BN_ULONG _nist_p_192[][BN_NIST_192_TOP] = {
76 static const BN_ULONG _nist_p_192_sqr[] = {
81 static const BN_ULONG _nist_p_224[][BN_NIST_224_TOP] = {
89 static const BN_ULONG _nist_p_224_sqr[] = {
96 static const BN_ULONG _nist_p_256[][BN_NIST_256_TOP] = {
109 static const BN_ULONG _nist_p_256_sqr[] = {
116 static const BN_ULONG _nist_p_384[][BN_NIST_384_TOP] = {
129 static const BN_ULONG _nist_p_384_sqr[] = {
136 static const BN_ULONG _nist_p_521[] =
144 static const BN_ULONG _nist_p_521_sqr[] = {
153 static const BN_ULONG _nist_p_192[][BN_NIST_192_TOP] = {
159 static const BN_ULONG _nist_p_192_sqr[] = {
164 static const BN_ULONG _nist_p_224[][BN_NIST_224_TOP] = {
171 static const BN_ULONG _nist_p_224_sqr[] = {
178 static const BN_ULONG _nist_p_256[][BN_NIST_256_TOP] = {
191 static const BN_ULONG _nist_p_256_sqr[] = {
198 static const BN_ULONG _nist_p_384[][BN_NIST_384_TOP] = {
211 static const BN_ULONG _nist_p_384_sqr[] = {
218 static const BN_ULONG _nist_p_521[] = { 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF,
224 static const BN_ULONG _nist_p_521_sqr[] = {
237 (BN_ULONG *)_nist_p_192[0],
245 (BN_ULONG *)_nist_p_224[0],
253 (BN_ULONG *)_nist_p_256[0],
261 (BN_ULONG *)_nist_p_384[0],
269 (BN_ULONG *)_nist_p_521,
301 static void nist_cp_bn_0(BN_ULONG *dst, const BN_ULONG *src, int top, int max)
314 static void nist_cp_bn(BN_ULONG *dst, const BN_ULONG *src, int top)
324 # define bn_64_set_0(to, n) (to)[n] = (BN_ULONG)0;
352 # define bn_32_set_0(to, n) (to)[n] = (BN_ULONG)0;
372 register BN_ULONG *r_d, *a_d = a->d;
374 BN_ULONG bn[BN_NIST_192_TOP];
375 unsigned int ui[BN_NIST_192_TOP * sizeof(BN_ULONG) /
378 BN_ULONG c_d[BN_NIST_192_TOP], *res;
381 (BN_ULONG *)_nist_p_192_sqr,
457 BN_ULONG t_d[BN_NIST_192_TOP];
485 res = (BN_ULONG *)
494 typedef BN_ULONG (*bn_addsub_f) (BN_ULONG *, const BN_ULONG *,
495 const BN_ULONG *, int);
513 BN_ULONG *r_d, *a_d = a->d;
515 BN_ULONG bn[BN_NIST_224_TOP];
516 unsigned int ui[BN_NIST_224_TOP * sizeof(BN_ULONG) /
519 BN_ULONG c_d[BN_NIST_224_TOP], *res;
526 (BN_ULONG *)_nist_p_224_sqr,
622 BN_ULONG t_d[BN_NIST_224_TOP];
668 res = (BN_ULONG *)(((PTR_SIZE_INT) res & ~mask) |
694 register BN_ULONG *a_d = a->d, *r_d;
696 BN_ULONG bn[BN_NIST_256_TOP];
697 unsigned int ui[BN_NIST_256_TOP * sizeof(BN_ULONG) /
700 BN_ULONG c_d[BN_NIST_256_TOP], *res;
707 (BN_ULONG *)_nist_p_256_sqr,
832 BN_ULONG t_d[BN_NIST_256_TOP];
845 register BN_ULONG *ap, t, c;
910 res = (BN_ULONG *)(((PTR_SIZE_INT) res & ~mask) |
940 register BN_ULONG *r_d, *a_d = a->d;
942 BN_ULONG bn[BN_NIST_384_TOP];
943 unsigned int ui[BN_NIST_384_TOP * sizeof(BN_ULONG) /
946 BN_ULONG c_d[BN_NIST_384_TOP], *res;
953 (BN_ULONG *)_nist_p_384_sqr,
1105 BN_ULONG t_d[BN_NIST_384_TOP];
1113 register BN_ULONG *ap, t, c;
1191 res = (BN_ULONG *)(((PTR_SIZE_INT) res & ~mask) |
1202 #define BN_NIST_521_TOP_MASK ((BN_ULONG)BN_MASK2>>BN_NIST_521_LSHIFT)
1208 BN_ULONG *r_d, *a_d = a->d, t_d[BN_NIST_521_TOP], val, tmp, *res;
1211 (BN_ULONG *)_nist_p_521_sqr,
1255 res = (BN_ULONG *)(((PTR_SIZE_INT) res & ~mask) |