OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:U1
(Results
1 - 8
of
8
) sorted by null
/external/dropbear/libtommath/
bn_mp_exteuclid.c
19
a*
u1
+ b*u2 = u3
21
int mp_exteuclid(mp_int *a, mp_int *b, mp_int *
U1
, mp_int *U2, mp_int *U3)
23
mp_int
u1
,u2,u3,v1,v2,v3,t1,t2,t3,q,tmp;
local
26
if ((err = mp_init_multi(&
u1
, &u2, &u3, &v1, &v2, &v3, &t1, &t2, &t3, &q, &tmp, NULL)) != MP_OKAY) {
30
/* initialize, (
u1
,u2,u3) = (1,0,a) */
31
mp_set(&
u1
, 1);
43
/* (t1,t2,t3) = (
u1
,u2,u3) - (v1,v2,v3)q */
45
if ((err = mp_sub(&
u1
, &tmp, &t1)) != MP_OKAY) { goto _ERR; }
51
/* (
u1
,u2,u3) = (v1,v2,v3) */
52
if ((err = mp_copy(&v1, &
u1
)) != MP_OKAY) { goto _ERR;
[
all
...]
tommath.h
374
/* produces value such that
U1
*a + U2*b = U3 */
375
int mp_exteuclid(mp_int *a, mp_int *b, mp_int *
U1
, mp_int *U2, mp_int *U3);
bn.tex
[
all
...]
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael-alg-fst.c
110
*((const word32*)
U1
[w[0]])
117
*((const word32*)
U1
[w[0]])
124
*((const word32*)
U1
[w[0]])
131
*((const word32*)
U1
[w[0]])
447
*((const word32*)
U1
[a[0][0]])
453
*((const word32*)
U1
[a[1][0]])
459
*((const word32*)
U1
[a[2][0]])
465
*((const word32*)
U1
[a[3][0]])
boxes-fst.dat
[
all
...]
/frameworks/base/location/java/android/location/
Location.java
291
double
U1
= Math.atan((1.0 - f) * Math.tan(lat1));
294
double cosU1 = Math.cos(
U1
);
296
double sinU1 = Math.sin(
U1
);
/external/dropbear/libtommath/pre_gen/
mpi.c
2965
mp_int
u1
,u2,u3,v1,v2,v3,t1,t2,t3,q,tmp;
local
[
all
...]
/external/opencore/protocols/rtp_payload_parser/util/output/
pv_rtp.bin
[
all
...]
Completed in 58 milliseconds