OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:barrett
(Results
1 - 21
of
21
) sorted by null
/external/dropbear/libtommath/
bn_mp_reduce_setup.c
18
/* pre-calculate the value required for
Barrett
reduction
bn_fast_s_mp_mul_high_digs.c
22
* This is used in the
Barrett
reduction since for one of the multiplications
bn_mp_exptmod.c
97
/* otherwise use the generic
Barrett
reduction technique */
bn_fast_s_mp_mul_digs.c
29
* required for fast
Barrett
reduction).
tommath.out
87
\BOOKMARK [1][-]{section.6.2}{The
Barrett
Reduction}{chapter.6}
92
\BOOKMARK [2][-]{subsection.6.2.5}{The
Barrett
Algorithm}{section.6.2}
93
\BOOKMARK [2][-]{subsection.6.2.6}{The
Barrett
Setup Algorithm}{section.6.2}
112
\BOOKMARK [2][-]{subsection.7.3.1}{
Barrett
Modular Exponentiation}{section.7.3}
bn_s_mp_exptmod.c
71
/* create mu, used for
Barrett
reduction */
tommath.h
395
/* used to setup the
Barrett
reduction for a given modulus b */
398
/*
Barrett
Reduction, computes a (mod b) with a precomputed value c
changes.txt
115
-- Fixed a memory leak in s_mp_exptmod() [called when
Barrett
reduction is to be used] which would arise
269
-- Fixed a bug where s_mp_mul_digs() would not call the Comba based routine if allowed. This made
Barrett
reduction
bn.tex
[
all
...]
/external/tcpdump/
print-ascii.c
8
* by Alan
Barrett
and Simon J. Gerraty.
/external/v8/benchmarks/
crypto.js
1056
//
Barrett
modular reduction
1057
function
Barrett
(m) {
1058
// setup
Barrett
1091
Barrett
.prototype.convert = barrettConvert;
1092
Barrett
.prototype.revert = barrettRevert;
1093
Barrett
.prototype.reduce = barrettReduce;
1094
Barrett
.prototype.mulTo = barrettMulTo;
1095
Barrett
.prototype.sqrTo = barrettSqrTo;
1110
z = new
Barrett
(m);
[
all
...]
/external/webkit/SunSpider/tests/v8-v4/
v8-crypto.js
1048
//
Barrett
modular reduction
1049
function
Barrett
(m) {
1050
// setup
Barrett
1083
Barrett
.prototype.convert = barrettConvert;
1084
Barrett
.prototype.revert = barrettRevert;
1085
Barrett
.prototype.reduce = barrettReduce;
1086
Barrett
.prototype.mulTo = barrettMulTo;
1087
Barrett
.prototype.sqrTo = barrettSqrTo;
1102
z = new
Barrett
(m);
[
all
...]
/packages/apps/SpeechRecorder/src/com/android/speechrecorder/
SpeechRecorderActivity.java
256
"Call David
Barrett
Kahn",
/external/wpa_supplicant/
libtommath.c
612
/* otherwise use the generic
Barrett
reduction technique */
[
all
...]
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
libtommath.c
656
/* otherwise use the generic
Barrett
reduction technique */
[
all
...]
/external/dropbear/libtommath/mtest/
mpi.c
181
/*
Barrett
reduction */
[
all
...]
/external/dropbear/libtommath/pre_gen/
mpi.c
409
* required for fast
Barrett
reduction).
513
* This is used in the
Barrett
reduction since for one of the multiplications
[
all
...]
/external/quake/quake/src/WinQuake/data/
MANUAL.TXT
[
all
...]
/external/netcat/
README
[
all
...]
/external/quake/quake/src/WinQuake/
menu.cpp
[
all
...]
/external/dropbear/libtomcrypt/
changes
[
all
...]
Completed in 346 milliseconds