Searched refs:octet_count (Results 1 – 3 of 3) sorted by relevance
58 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()
58 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()
26 uint32_t octet_count; /* number of octets output since last init */ member42 uint32_t octet_count; /* number of octets output since last init */ member