HomeSort by relevance Sort by last modified time
    Searched refs:octet_count (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
prng.h 61 uint32_t octet_count; /* number of octets output since last init */ member in struct:__anon17450
77 uint32_t octet_count; /* number of octets output since last init */ member in struct:__anon17451
  /external/srtp/crypto/include/
prng.h 26 uint32_t octet_count; /* number of octets output since last init */ member in struct:__anon14896
42 uint32_t octet_count; /* number of octets output since last init */ member in struct:__anon14897
  /external/chromium_org/third_party/libsrtp/srtp/crypto/rng/
ctr_prng.c 58 ctr_prng.octet_count = 0;
85 if (ctr_prng.octet_count > MAX_PRNG_OUT_LEN - len) {
90 ctr_prng.octet_count += len;
prng.c 58 x917_prng.octet_count = 0;
91 if (x917_prng.octet_count > MAX_PRNG_OUT_LEN - len) {
96 x917_prng.octet_count += len;
  /external/srtp/crypto/rng/
ctr_prng.c 58 ctr_prng.octet_count = 0;
85 if (ctr_prng.octet_count > MAX_PRNG_OUT_LEN - len) {
90 ctr_prng.octet_count += len;
prng.c 58 x917_prng.octet_count = 0;
91 if (x917_prng.octet_count > MAX_PRNG_OUT_LEN - len) {
96 x917_prng.octet_count += len;
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtcp_packet.h 201 void WithOctetCount(uint32_t octet_count) {
202 sr_.SenderOctetCount = octet_count;
    [all...]
  /external/bluetooth/bluedroid/stack/include/
avdt_api.h 217 UINT32 octet_count; /* sender's octet count: same comment */ member in struct:__anon5931
    [all...]
  /external/bluetooth/bluedroid/stack/avdt/
avdt_api.c     [all...]
avdt_scb_act.c 360 BE_STREAM_TO_UINT32(report.sr.octet_count, p);
    [all...]

Completed in 179 milliseconds