Home
last modified time | relevance | path

Searched refs:n0 (Results 1 - 25 of 102) sorted by relevance

12345

/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_sparc.c17 const BN_ULONG *np, const BN_ULONG *n0, int num) in bn_mul_mont()
20 const BN_ULONG *np, const BN_ULONG *n0, int num); in bn_mul_mont()
22 const BN_ULONG *np, const BN_ULONG *n0, int num); in bn_mul_mont()
24 const BN_ULONG *np, const BN_ULONG *n0, int num); in bn_mul_mont()
33 const BN_ULONG *n0); in bn_mul_mont()
36 const BN_ULONG *n0); in bn_mul_mont()
39 const BN_ULONG *n0); in bn_mul_mont()
42 const BN_ULONG *n0); in bn_mul_mont()
45 const BN_ULONG *n0); in bn_mul_mont()
52 if ((*worker) (rp, ap, bp, np, n0)) in bn_mul_mont()
16 bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np, const BN_ULONG *n0, int num) bn_mul_mont() argument
[all...]
H A Dbn_ppc.c16 const BN_ULONG *np, const BN_ULONG *n0, int num) in bn_mul_mont()
19 const BN_ULONG *np, const BN_ULONG *n0, int num); in bn_mul_mont()
21 const BN_ULONG *np, const BN_ULONG *n0, int num); in bn_mul_mont()
27 return bn_mul4x_mont_int(rp, ap, bp, np, n0, num); in bn_mul_mont()
37 return bn_mul_mont_int(rp, ap, bp, np, n0, num); in bn_mul_mont()
15 bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np, const BN_ULONG *n0, int num) bn_mul_mont() argument
H A Dbn_exp.c693 mont->n0[0]); in BN_mod_exp_mont_consttime()
702 RSAZ_512_mod_exp(rr->d, a->d, p->d, m->d, mont->n0[0], mont->RR.d); in BN_mod_exp_mont_consttime()
788 const BN_ULONG *n0, const void *table, in BN_mod_exp_mont_consttime()
791 const BN_ULONG *n0, const void *table, in BN_mod_exp_mont_consttime()
794 const BN_ULONG *n0, const void *table, in BN_mod_exp_mont_consttime()
797 const BN_ULONG *n0, const void *table, in BN_mod_exp_mont_consttime()
800 const BN_ULONG *n0, const void *table, in BN_mod_exp_mont_consttime()
810 const BN_ULONG *n0); in BN_mod_exp_mont_consttime()
812 const BN_ULONG *np, const BN_ULONG *n0); in BN_mod_exp_mont_consttime()
815 const BN_ULONG *n0); in BN_mod_exp_mont_consttime()
843 BN_ULONG *np = mont->N.d, *n0 = mont->n0; BN_mod_exp_mont_consttime() local
954 BN_ULONG *n0 = mont->n0, *np; BN_mod_exp_mont_consttime() local
[all...]
H A Dbn_mont.c48 if (bn_mul_mont(r->d, a->d, b->d, mont->N.d, mont->n0, num)) { in bn_mul_mont_fixed_top()
91 BN_ULONG *ap, *np, *rp, n0, v, carry; in bn_from_montgomery_word() local
118 n0 = mont->n0[0]; in bn_from_montgomery_word()
126 v = bn_mul_add_words(rp, np, nl, (rp[0] * n0) & BN_MASK2); in bn_from_montgomery_word()
248 ctx->n0[0] = ctx->n0[1] = 0; in BN_MONT_CTX_init()
298 * Only certain BN_BITS2<=32 platforms actually make use of n0[1], in BN_MONT_CTX_set()
338 mont->n0[0] = (Ri->top > 0) ? Ri->d[0] : 0; in BN_MONT_CTX_set()
339 mont->n0[ in BN_MONT_CTX_set()
[all...]
H A Dbn_div.c168 * in reply to ((((BN_ULLONG)n0)<<BN_BITS2)|n1)/d0 (I fail to
174 # define bn_div_words(n0,n1,d0) \
178 : "a"(n1), "d"(n0), "r"(d0) \
188 # define bn_div_words(n0,n1,d0) \
192 : "a"(n1), "d"(n0), "r"(d0) \
348 BN_ULONG n0, n1, rem = 0; in bn_div_fixed_top() local
350 n0 = wnumtop[0]; in bn_div_fixed_top()
352 if (n0 == d0) in bn_div_fixed_top()
354 else { /* n0 < d0 */ in bn_div_fixed_top()
360 q = (BN_ULONG)(((((BN_ULLONG) n0) << BN_BITS in bn_div_fixed_top()
[all...]
/third_party/openssl/crypto/bn/
H A Dbn_sparc.c17 const BN_ULONG *np, const BN_ULONG *n0, int num) in bn_mul_mont()
20 const BN_ULONG *np, const BN_ULONG *n0, int num); in bn_mul_mont()
22 const BN_ULONG *np, const BN_ULONG *n0, int num); in bn_mul_mont()
24 const BN_ULONG *np, const BN_ULONG *n0, int num); in bn_mul_mont()
33 const BN_ULONG *n0); in bn_mul_mont()
36 const BN_ULONG *n0); in bn_mul_mont()
39 const BN_ULONG *n0); in bn_mul_mont()
42 const BN_ULONG *n0); in bn_mul_mont()
45 const BN_ULONG *n0); in bn_mul_mont()
52 if ((*worker) (rp, ap, bp, np, n0)) in bn_mul_mont()
16 bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np, const BN_ULONG *n0, int num) bn_mul_mont() argument
[all...]
H A Dbn_ppc.c16 const BN_ULONG *np, const BN_ULONG *n0, int num) in bn_mul_mont()
19 const BN_ULONG *np, const BN_ULONG *n0, int num); in bn_mul_mont()
21 const BN_ULONG *np, const BN_ULONG *n0, int num); in bn_mul_mont()
27 return bn_mul4x_mont_int(rp, ap, bp, np, n0, num); in bn_mul_mont()
37 return bn_mul_mont_int(rp, ap, bp, np, n0, num); in bn_mul_mont()
15 bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np, const BN_ULONG *n0, int num) bn_mul_mont() argument
H A Dbn_exp.c685 mont->n0[0]); in BN_mod_exp_mont_consttime()
694 RSAZ_512_mod_exp(rr->d, a->d, p->d, m->d, mont->n0[0], mont->RR.d); in BN_mod_exp_mont_consttime()
780 const BN_ULONG *n0, const void *table, in BN_mod_exp_mont_consttime()
783 const BN_ULONG *n0, const void *table, in BN_mod_exp_mont_consttime()
786 const BN_ULONG *n0, const void *table, in BN_mod_exp_mont_consttime()
789 const BN_ULONG *n0, const void *table, in BN_mod_exp_mont_consttime()
792 const BN_ULONG *n0, const void *table, in BN_mod_exp_mont_consttime()
802 const BN_ULONG *n0); in BN_mod_exp_mont_consttime()
804 const BN_ULONG *np, const BN_ULONG *n0); in BN_mod_exp_mont_consttime()
807 const BN_ULONG *n0); in BN_mod_exp_mont_consttime()
835 BN_ULONG *np = mont->N.d, *n0 = mont->n0; BN_mod_exp_mont_consttime() local
946 BN_ULONG *n0 = mont->n0, *np; BN_mod_exp_mont_consttime() local
[all...]
H A Dbn_mont.c48 if (bn_mul_mont(r->d, a->d, b->d, mont->N.d, mont->n0, num)) { in bn_mul_mont_fixed_top()
91 BN_ULONG *ap, *np, *rp, n0, v, carry; in bn_from_montgomery_word() local
118 n0 = mont->n0[0]; in bn_from_montgomery_word()
126 v = bn_mul_add_words(rp, np, nl, (rp[0] * n0) & BN_MASK2); in bn_from_montgomery_word()
248 ctx->n0[0] = ctx->n0[1] = 0; in BN_MONT_CTX_init()
298 * Only certain BN_BITS2<=32 platforms actually make use of n0[1], in BN_MONT_CTX_set()
338 mont->n0[0] = (Ri->top > 0) ? Ri->d[0] : 0; in BN_MONT_CTX_set()
339 mont->n0[ in BN_MONT_CTX_set()
[all...]
H A Dbn_div.c168 * in reply to ((((BN_ULLONG)n0)<<BN_BITS2)|n1)/d0 (I fail to
174 # define bn_div_words(n0,n1,d0) \
178 : "a"(n1), "d"(n0), "r"(d0) \
188 # define bn_div_words(n0,n1,d0) \
192 : "a"(n1), "d"(n0), "r"(d0) \
348 BN_ULONG n0, n1, rem = 0; in bn_div_fixed_top() local
350 n0 = wnumtop[0]; in bn_div_fixed_top()
352 if (n0 == d0) in bn_div_fixed_top()
354 else { /* n0 < d0 */ in bn_div_fixed_top()
360 q = (BN_ULONG)(((((BN_ULLONG) n0) << BN_BITS in bn_div_fixed_top()
[all...]
/third_party/lwip/src/netif/ppp/
H A Dvj.c503 struct pbuf *n0 = *nb; in vj_uncompress_tcp() local
508 cp = (u8_t*)n0->payload; in vj_uncompress_tcp()
593 vjlen = (u16_t)(cp - (u8_t*)n0->payload); in vj_uncompress_tcp()
594 if (n0->len < vjlen) { in vj_uncompress_tcp()
600 n0->len, vjlen)); in vj_uncompress_tcp()
605 tmp = n0->tot_len - vjlen + cs->cs_hlen; in vj_uncompress_tcp()
608 IPH_LEN_SET(&cs->cs_ip, lwip_htons(n0->tot_len - vjlen + cs->cs_hlen)); in vj_uncompress_tcp()
622 if (pbuf_remove_header(n0, vjlen)) { in vj_uncompress_tcp()
628 if(LWIP_MEM_ALIGN(n0->payload) != n0 in vj_uncompress_tcp()
[all...]
/third_party/ffmpeg/libavdevice/tests/
H A Dtimefilter.c31 double n0, n1; in main() local
36 for (n0 = 0; n0 < 40; n0 = 2 * n0 + 1) { in main()
39 double bestpar0 = n0 ? 1 : 100000; in main()
47 samples[i] = ideal[i] + n0 * (av_lfg_get(&prng) - LFG_MAX / 2) / (LFG_MAX * 10LL); in main()
/third_party/lame/mpglib/
H A Dlayer1.c85 unsigned char n0 = si->allocation[i][0]; in I_step_one() local
87 unsigned char b0 = n0 ? get_leq_8_bits(mp, 6) : 0; /* values 0-63 */ in I_step_one()
101 unsigned char n0 = si->allocation[i][0]; in I_step_one() local
102 unsigned char b0 = n0 ? get_leq_8_bits(mp, 6) : 0; /* values 0-63 */ in I_step_one()
123 unsigned char n0 = si->allocation[i][0]; in I_step_two() local
127 assert( n0 < 16 ); in I_step_two()
129 if (n0 > 0) { in I_step_two()
130 unsigned short v = get_leq_16_bits(mp, n0 + 1); /* 0-65535 */ in I_step_two()
131 r0 = (((-1) << n0) + v + 1) * muls[n0 in I_step_two()
[all...]
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_smpl.c621 BIGNUM *n0, *n1, *n2, *n3, *n4, *n5, *n6; in ossl_ec_GFp_simple_add() local
642 n0 = BN_CTX_get(ctx); in ossl_ec_GFp_simple_add()
667 if (!field_sqr(group, n0, b->Z, ctx)) in ossl_ec_GFp_simple_add()
669 if (!field_mul(group, n1, a->X, n0, ctx)) in ossl_ec_GFp_simple_add()
673 if (!field_mul(group, n0, n0, b->Z, ctx)) in ossl_ec_GFp_simple_add()
675 if (!field_mul(group, n2, a->Y, n0, ctx)) in ossl_ec_GFp_simple_add()
689 if (!field_sqr(group, n0, a->Z, ctx)) in ossl_ec_GFp_simple_add()
691 if (!field_mul(group, n3, b->X, n0, ctx)) in ossl_ec_GFp_simple_add()
695 if (!field_mul(group, n0, n in ossl_ec_GFp_simple_add()
806 BIGNUM *n0, *n1, *n2, *n3; ossl_ec_GFp_simple_dbl() local
[all...]
/third_party/openssl/crypto/ec/
H A Decp_smpl.c621 BIGNUM *n0, *n1, *n2, *n3, *n4, *n5, *n6; in ossl_ec_GFp_simple_add() local
642 n0 = BN_CTX_get(ctx); in ossl_ec_GFp_simple_add()
667 if (!field_sqr(group, n0, b->Z, ctx)) in ossl_ec_GFp_simple_add()
669 if (!field_mul(group, n1, a->X, n0, ctx)) in ossl_ec_GFp_simple_add()
673 if (!field_mul(group, n0, n0, b->Z, ctx)) in ossl_ec_GFp_simple_add()
675 if (!field_mul(group, n2, a->Y, n0, ctx)) in ossl_ec_GFp_simple_add()
689 if (!field_sqr(group, n0, a->Z, ctx)) in ossl_ec_GFp_simple_add()
691 if (!field_mul(group, n3, b->X, n0, ctx)) in ossl_ec_GFp_simple_add()
695 if (!field_mul(group, n0, n in ossl_ec_GFp_simple_add()
806 BIGNUM *n0, *n1, *n2, *n3; ossl_ec_GFp_simple_dbl() local
[all...]
/third_party/libunwind/libunwind/tests/
H A DGia64-test-stack.c58 unw_word_t ip, sp, bsp, v0, v1, v2, v3, n0, n1, n2, n3, cfm, sof, sol, r32; in do_unwind_tests() local
83 n0 = n1 = n2 = n3 = 0; in do_unwind_tests()
86 || (ret = unw_get_reg (&c, UNW_IA64_NAT + reg, &n0)) < 0 in do_unwind_tests()
98 n0 ? '*' : ' ', v0, n1 ? '*' : ' ', v1, in do_unwind_tests()
134 || (ret = unw_get_reg (&c, UNW_IA64_NAT + 33 + l, &n0)) < 0) in do_unwind_tests()
139 if (!n0) in do_unwind_tests()
144 if (n0) in do_unwind_tests()
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Darmv8-mont.pl66 $n0="x4"; # const BN_ULONG *n0,
109 ldr $n0,[$n0] // *n0
119 mul $m1,$lo0,$n0 // "tp[0]"*n0
190 mul $m1,$lo0,$n0
305 my ($rptr,$aptr,$bptr,$nptr,$n0,$num)=map("x$_",(0..5));
349 ldr $sM0,[$n0],#
[all...]
H A Darmv4-mont.pl82 $n0="r8";
166 ldr $n0,[$_n0] @ &n0
170 ldr $n0,[$n0] @ *n0
174 str $n0,[$_n0] @ save n0 value
175 mul $n0,$alo,$n0
[all...]
H A Dppc-mont.pl109 $n0="r7";
172 $LD $n0,0($n0) ; pull n0[0] value
185 $UMULL $m1,$lo0,$n0 ; "tp[0]"*n0
250 $UMULL $m1,$lo0,$n0 ; tp[0]*n0
373 # | 4 "n0*t0" |
427 $LD $n0,
[all...]
/third_party/openssl/crypto/bn/asm/
H A Darmv8-mont.pl66 $n0="x4"; # const BN_ULONG *n0,
109 ldr $n0,[$n0] // *n0
119 mul $m1,$lo0,$n0 // "tp[0]"*n0
190 mul $m1,$lo0,$n0
305 my ($rptr,$aptr,$bptr,$nptr,$n0,$num)=map("x$_",(0..5));
349 ldr $sM0,[$n0],#
[all...]
H A Darmv4-mont.pl82 $n0="r8";
166 ldr $n0,[$_n0] @ &n0
170 ldr $n0,[$n0] @ *n0
174 str $n0,[$_n0] @ save n0 value
175 mul $n0,$alo,$n0
[all...]
H A Dppc-mont.pl109 $n0="r7";
172 $LD $n0,0($n0) ; pull n0[0] value
185 $UMULL $m1,$lo0,$n0 ; "tp[0]"*n0
250 $UMULL $m1,$lo0,$n0 ; tp[0]*n0
373 # | 4 "n0*t0" |
427 $LD $n0,
[all...]
/third_party/musl/src/malloc/oldmalloc/
H A Dmalloc.c409 size_t n0, n1; in realloc() local
417 n1 = n0 = CHUNK_SIZE(self); in realloc()
419 if (n<=n0 && n0-n<=DONTCARE) return p; in realloc()
424 size_t oldlen = n0 + extra; in realloc()
440 n0 = n; in realloc()
463 if (n < n0) { in realloc()
465 int j = bin_index(n0); in realloc()
473 split->csize = next->psize = n0-n | C_INUSE; in realloc()
485 if (n0 in realloc()
[all...]
/third_party/musl/porting/liteos_a/user/src/malloc/oldmalloc/
H A Dmalloc.c355 size_t n0, n1; in realloc() local
363 n1 = n0 = CHUNK_SIZE(self); in realloc()
365 if (n<=n0 && n0-n<=DONTCARE) return p; in realloc()
370 size_t oldlen = n0 + extra; in realloc()
375 n0 = n; in realloc()
393 if (n < n0) { in realloc()
395 int j = bin_index(n0); in realloc()
400 split->csize = next->psize = n0-n | C_INUSE; in realloc()
408 if (n0 in realloc()
[all...]
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/
H A Dmalloc.c383 size_t n0, n1; in realloc() local
391 n1 = n0 = CHUNK_SIZE(self); in realloc()
393 if (n<=n0 && n0-n<=DONTCARE) return p; in realloc()
398 size_t oldlen = n0 + extra; in realloc()
410 n0 = n; in realloc()
431 if (n < n0) { in realloc()
433 int j = bin_index(n0); in realloc()
439 split->csize = next->psize = n0-n | C_INUSE; in realloc()
449 if (n0 in realloc()
[all...]

Completed in 15 milliseconds

12345