Searched refs:octet_count (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
H A Dprng.h61 uint32_t octet_count; /* number of octets output since last init */ member in struct:__anon11849
77 uint32_t octet_count; /* number of octets output since last init */ member in struct:__anon11850
/external/srtp/crypto/include/
H A Dprng.h26 uint32_t octet_count; /* number of octets output since last init */ member in struct:__anon30323
42 uint32_t octet_count; /* number of octets output since last init */ member in struct:__anon30324
/external/chromium_org/third_party/libsrtp/srtp/crypto/rng/
H A Dctr_prng.c58 ctr_prng.octet_count = 0;
85 if (ctr_prng.octet_count > MAX_PRNG_OUT_LEN - len) {
90 ctr_prng.octet_count += len;
H A Dprng.c58 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/
H A Dctr_prng.c58 ctr_prng.octet_count = 0;
85 if (ctr_prng.octet_count > MAX_PRNG_OUT_LEN - len) {
90 ctr_prng.octet_count += len;
H A Dprng.c58 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/
H A Drtcp_packet.h194 void WithOctetCount(uint32_t octet_count) { argument
195 sr_.SenderOctetCount = octet_count;
/external/bluetooth/bluedroid/stack/include/
H A Davdt_api.h217 UINT32 octet_count; /* sender's octet count: same comment */ member in struct:__anon1306
/external/bluetooth/bluedroid/stack/avdt/
H A Davdt_api.c1403 UINT32_TO_BE_STREAM(p, p_data->sr.octet_count);
H A Davdt_scb_act.c360 BE_STREAM_TO_UINT32(report.sr.octet_count, p);

Completed in 599 milliseconds