Searched refs:ec (Results 1 – 3 of 3) sorted by relevance
| /crypto/ |
| A D | jitterentropy.c | 232 if (ec->apt_count >= ec->apt_cutoff_permanent) in jent_apt_insert() 234 else if (ec->apt_count >= ec->apt_cutoff) in jent_apt_insert() 287 if ((unsigned int)ec->rct_count >= (60 * ec->osr)) { in jent_rct_insert() 475 if (NULL == ec || NULL == ec->mem) in jent_memaccess() 477 wrap = ec->memblocksize * ec->memblocks; in jent_memaccess() 487 unsigned char *tmpval = ec->mem + ec->memlocation; in jent_memaccess() 499 ec->memlocation = ec->memlocation + ec->memblocksize - 1; in jent_memaccess() 500 ec->memlocation = ec->memlocation % wrap; in jent_memaccess() 609 if (!ec) in jent_read_entropy() 719 if (!ec) { in jent_entropy_init() [all …]
|
| A D | jitterentropy.h | 16 extern int jent_read_entropy(struct rand_data *ec, unsigned char *data,
|
| A D | testmgr.h | 893 be64_to_cpua(76, 20, 4a, 77, 22, ec, c8, 66), 1023 be64_to_cpua(ec, 7c, 7e, d0, 87, d7, d7, 6e), 1062 be64_to_cpua(ec, cb, e4, 89, 47, b2, f7, bc), 1178 be64_to_cpua(ec, 63, e3, 0c, ec, 50, dc, cc), 1289 be64_to_cpua(f2, 4b, 64, 98, f7, ec, da, c7), 1290 be64_to_cpua(ec, 51, dc, e8, 35, 5e, ae, 16), 1330 be64_to_cpua(aa, 86, ec, a8, 05, 03, 52, 56),
|
Completed in 45 milliseconds