HomeSort by relevance Sort by last modified time
    Searched full:rollover (Results 1 - 25 of 36) sorted by null

1 2

  /external/srtp/crypto/include/
rdbx.h 4 * replay database with extended packet indices, using a rollover counter
22 typedef uint32_t rollover_counter_t; /* 32 bit rollover counter */
27 typedef uint16_t rollover_counter_t; /* 16 bit rollover counter */
57 * setting the rollover counter and sequence number to zero
116 * to have the rollover counter value roc. If that value is less than
117 * the current rollover counter value, then the function returns
126 * rdbx_get_roc(rdbx) returns the value of the rollover counter for
  /external/srtp/crypto/replay/
rdbx.c 4 * a replay database with extended range, using a rollover counter
59 * then the rollover counter r in the cryptographic context is
70 * rollover counter and a sequence number; the sequence number is the
71 * explicit part, and the rollover counter is the implicit part.
220 * to have the rollover counter value roc. If that value is less than
221 * the current rollover counter value, then the function returns
334 * if the sequence number and rollover counter in the rdbx are
336 * set the rollover counter to zero (since the index_guess(...)
337 * function might incorrectly guess that the rollover counter is
  /external/srtp/test/
roc_driver.c 4 * test driver for rollover counter replay implementation
67 printf("rollover counter test driver\n"
rdbx_driver.c 241 * rollover counter to roll over would defeat this test
  /frameworks/av/libvideoeditor/osal/inc/
M4OSA_Types.h 90 /* Rollover offset of the clock */
  /frameworks/av/libvideoeditor/osal/src/
M4OSA_Clock.c 45 * M4OSA_ROLLOVER_CLOCK in M4OSA_Types.h must be configured with the rollover
  /external/chromium/base/
time_win.cc 253 // Accumulation of time lost due to rollover (in milliseconds).
256 // The last timeGetTime value we saw, to detect rollover.
270 // rollover ourselves, which works if TimeTicks::Now() is called at least every
297 // in the worst case, it gets the counter from the rollover interrupt on the
time_mac.cc 127 // Don't bother with the rollover handling that the Windows version does.
atomicops_unittest.cc 133 // Test at rollover boundary between int_max and int_min
time_win_unittest.cc 68 // 1) Set clock to rollover - N
  /external/chromium/third_party/libjingle/source/talk/base/
taskrunner.h 53 // the units and that rollover while the computer is running.
  /bootable/bootloader/legacy/include/msm7k/
hsusb.h 128 #define STS_FRI (1 << 3) /* R/WC - Frame List Rollover */
  /device/moto/stingray/ril/
qbp-dump.sh 7 # store. Otherwise the script will fail to calculate the rollover back
  /frameworks/base/core/java/com/google/android/mms/pdu/
PduContentTypes.java 89 "application/vnd.wap.rollover-certificate", /* 0x3F */
  /external/chromium/chrome/browser/ui/cocoa/
framed_browser_window.mm 21 // - rollover effects work correctly
  /external/srtp/srtp/
ekt.c 62 * | Rollover Counter |
  /external/srtp/
Changes 219 rollover counter of 0xffffffff.
  /external/srtp/doc/
rfc3711.txt 417 * a 32-bit unsigned rollover counter (ROC), which records how many
495 * no rollover counter and s_l-value need to be maintained as the
599 2. Determine the index of the SRTP packet using the rollover counter,
622 This step uses the current rollover counter, the authentication
648 packet. The algorithm uses the rollover counter and highest
669 rollover counter from Step 2, the authentication algorithm
691 7. Update the rollover counter and highest sequence number, s_l, in
708 When the session starts, the sender side MUST set the rollover
719 the proper use of a rollover counter requires its handling and use to
    [all...]
intro.txt 264 SSRC, sequence number, rollover counter, and other data. A particular
  /external/libvpx/examples/includes/geshi/geshi/
actionscript3.php 143 'rollOver', 'rollOut', 'rightToRight', 'rightToLeft', 'rightPeak',
  /frameworks/av/media/libaah_rtp/
aah_tx_sender.cpp 353 // start and end. Also handles the case where there is a rollover of the
  /external/srtp/googlepatches/
vidyo-3-srtp-ws.patch 149 - * rollover counter and sequence number to zero
151 + * setting the rollover counter and sequence number to zero
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
Wap230WspContentTypeTest.java 101 WELL_KNOWN_SHORT_MIME_TYPES.put(0x3F, "application/vnd.wap.rollover-certificate");
205 = "application/vnd.wap.rollover-certificate";
    [all...]
  /external/kernel-headers/original/linux/
pci_regs.h 413 #define PCI_ERR_COR_REP_ROLL 0x00000100 /* REPLAY_NUM Rollover */
  /frameworks/base/telephony/java/com/android/internal/telephony/
WspTypeDecoder.java 107 WELL_KNOWN_MIME_TYPES.put(0x3F, "application/vnd.wap.rollover-certificate");

Completed in 480 milliseconds

1 2