/external/dropbear/libtomcrypt/notes/ |
tech0002.txt | 2 How to avoid non-intrusive timing attacks with online computations 8 A timing attack is when an attacker can observe a side channel of the device (in this case time). In this tech note 9 we consider only non-intrusive timing attacks with respect to online computations. That is an attacker can 49 device and performing side-channel cryptanalysis. An attacker over a network might try to use the timing information
|
/external/kernel-headers/original/linux/ |
prctl.h | 44 /* Get/set whether we use statistical process timing or accurate timestamp 45 * based process timing */ 49 statistical process timing */ 51 process timing */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/ |
stream.h | 187 * the first call to this function the timing information structure is 193 * previously known timing data (such as pa_stream_write() or 195 * short time window when the data in the timing information structure 200 * The raw timing data in the pa_timing_info structure is usually hard 208 * the timing data up-to-date apply here. In case the write or read 212 * Since updating the timing info structure usually requires a full 213 * network round trip and some applications monitor the timing very 214 * often PulseAudio offers a timing interpolation system. If 219 * the last regular timing update. It is espcially useful to combine 387 /** Request a timing info structure update for a stream. Us [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/ |
stream.h | 187 * the first call to this function the timing information structure is 193 * previously known timing data (such as pa_stream_write() or 195 * short time window when the data in the timing information structure 200 * The raw timing data in the pa_timing_info structure is usually hard 208 * the timing data up-to-date apply here. In case the write or read 212 * Since updating the timing info structure usually requires a full 213 * network round trip and some applications monitor the timing very 214 * often PulseAudio offers a timing interpolation system. If 219 * the last regular timing update. It is espcially useful to combine 387 /** Request a timing info structure update for a stream. Us [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/ |
stream.h | 187 * the first call to this function the timing information structure is 193 * previously known timing data (such as pa_stream_write() or 195 * short time window when the data in the timing information structure 200 * The raw timing data in the pa_timing_info structure is usually hard 208 * the timing data up-to-date apply here. In case the write or read 212 * Since updating the timing info structure usually requires a full 213 * network round trip and some applications monitor the timing very 214 * often PulseAudio offers a timing interpolation system. If 219 * the last regular timing update. It is espcially useful to combine 387 /** Request a timing info structure update for a stream. Us [all...] |
/external/icu4c/test/perf/collationperf/ |
readme.html | 54 -binsearch Binary Search timing test 55 -keygen Sort Key Generation timing test 56 -qsort Quicksort timing test</TT></PRE>
|
/frameworks/base/core/tests/coretests/src/android/os/ |
PerformanceCollectorTest.java | 93 Bundle timing = mPerfCollector.stopTiming("timing4"); local 99 verifyTimingBundle(timing, labels); 160 Bundle timing = mPerfCollector.stopTiming("timing8"); local 166 verifyTimingBundle(timing, labels); 247 Bundle timing = mPerfCollector.stopTiming("iteration5"); local 261 verifyTimingBundle(timing, labels); 347 * Verify that snapshotting and timing do not interfere w/ each other, 348 * by staggering calls to snapshot and timing functions. 464 private void verifyTimingBundle(Bundle timing, ArrayList<String> labels) { 465 assertEquals(1, timing.size()) [all...] |
/external/speex/libspeex/ |
jitter.c | 84 int filled; /**< Number of entries occupied in "timing" and "counts"*/ 86 spx_int32_t timing[MAX_TIMINGS]; /**< Sorted list of all timings ("latest" packets first) */ member in struct:TimingBuffer 96 /* Add the timing of a new packet to the TimingBuffer */ 97 static void tb_add(struct TimingBuffer *tb, spx_int16_t timing) 101 if (tb->filled >= MAX_TIMINGS && timing >= tb->timing[tb->filled-1]) 107 /* Find where the timing info goes in the sorted list */ 110 while (pos<tb->filled && timing >= tb->timing[pos]) 123 SPEEX_MOVE(&tb->timing[pos+1], &tb->timing[pos], move_size) [all...] |
/dalvik/tests/023-many-interfaces/src/ |
ManyInterfaces.java | 153 /** whether to report timing information */ 154 private static boolean timing = false; field in class:ManyInterfaces 161 if (timing) { 172 * @param timing whether to print out timing info 174 public static void run(boolean timing) { 175 ManyInterfaces.timing = timing;
|
/external/webrtc/src/system_wrappers/interface/ |
event_wrapper.h | 45 // timing. The thread that was released will call Reset() before leaving 49 // Depending on timing.
|
/external/webkit/Source/WebCore/inspector/front-end/ |
networkPanel.css | 376 .network-timing-row { 381 .network-timing-bar { 390 .network-timing-bar-title { 784 .resource-timing-view { 797 .resource-timing-view table { 801 .resource-timing-view .network-timing-bar { 805 .resource-timing-view .network-timing-bar.proxy { 810 .resource-timing-view .network-timing-bar.dns [all...] |
/external/chromium/base/test/ |
test_switches.cc | 10 // Time (in milliseconds) that the tests should wait before timing out.
|
/external/chromium/chrome/browser/resources/ |
network_menu.css | 41 -webkit-animation-timing-function:linear;
|
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
tab_view_unittest.mm | 46 // TODO(viettrungluu): Figure out how to test this, which is timing-sensitive
|
/external/compiler-rt/test/timing/ |
ashldi3.c | 1 #include "timing.h"
|
ashrdi3.c | 1 #include "timing.h"
|
divdi3.c | 1 #include "timing.h"
|
lshrdi3.c | 1 #include "timing.h"
|
moddi3.c | 1 #include "timing.h"
|
muldi3.c | 1 #include "timing.h"
|
negdi2.c | 1 #include "timing.h"
|
udivdi3.c | 1 #include "timing.h"
|
umoddi3.c | 1 #include "timing.h"
|
/external/dropbear/libtomcrypt/testprof/ |
tomcrypt_test.h | 40 /* timing */
|
/external/webkit/Source/WebCore/manual-tests/ |
animate-left.html | 19 -webkit-animation-timing-function: ease-in-out;
|