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

  /external/srtp/crypto/include/
prng.h 26 uint32_t octet_count; /* number of octets output since last init */ member in struct:__anon11241
42 uint32_t octet_count; /* number of octets output since last init */ member in struct:__anon11242
  /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;

Completed in 38 milliseconds