Home
last modified time | relevance | path

Searched refs:octet_count (Results 1 – 3 of 3) sorted by relevance

/external/srtp/crypto/rng/
Dctr_prng.c58 ctr_prng.octet_count = 0; in ctr_prng_init()
85 if (ctr_prng.octet_count > MAX_PRNG_OUT_LEN - len) { in ctr_prng_get_octet_string()
90 ctr_prng.octet_count += len; in ctr_prng_get_octet_string()
Dprng.c58 x917_prng.octet_count = 0; in x917_prng_init()
91 if (x917_prng.octet_count > MAX_PRNG_OUT_LEN - len) { in x917_prng_get_octet_string()
96 x917_prng.octet_count += len; in x917_prng_get_octet_string()
/external/srtp/crypto/include/
Dprng.h26 uint32_t octet_count; /* number of octets output since last init */ member
42 uint32_t octet_count; /* number of octets output since last init */ member