OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:octet_count
(Results
1 - 6
of
6
) sorted by null
/external/srtp/crypto/include/
prng.h
26
uint32_t
octet_count
; /* number of octets output since last init */
member in struct:__anon26579
42
uint32_t
octet_count
; /* number of octets output since last init */
member in struct:__anon26580
/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/bluetooth/bluedroid/stack/include/
avdt_api.h
217
UINT32
octet_count
; /* sender's octet count: same comment */
member in struct:__anon871
[
all
...]
/external/bluetooth/bluedroid/stack/avdt/
avdt_api.c
[
all
...]
avdt_scb_act.c
353
BE_STREAM_TO_UINT32(report.sr.
octet_count
, p);
[
all
...]
Completed in 683 milliseconds