Searched refs:ec (Results 1 – 7 of 7) sorted by relevance
| /third_party/lib/jitterentropy/ |
| A D | jitterentropy-base.c | 138 if (ec) in jent_loop_shuffle() 270 if (NULL == ec || NULL == ec->mem) in jent_memaccess() 272 wrap = ec->memblocksize * ec->memblocks; in jent_memaccess() 282 unsigned char *tmpval = ec->mem + ec->memlocation; in jent_memaccess() 294 ec->memlocation = ec->memlocation + ec->memblocksize - 1; in jent_memaccess() 295 ec->memlocation = ec->memlocation % wrap; in jent_memaccess() 381 ec->data = rol64(ec->data, 7); in jent_measure_jitter() 508 ec->old_data = ec->data; in jent_fips_test() 512 if (ec->data == ec->old_data) in jent_fips_test() 515 ec->old_data = ec->data; in jent_fips_test() [all …]
|
| /third_party/ulib/musl/src/process/ |
| A D | posix_spawn.c | 26 int ec = 0; in __posix_spawnx() local 45 if (read(args.p[0], &ec, sizeof ec) != sizeof ec) in __posix_spawnx() 46 ec = 0; in __posix_spawnx() 50 ec = -pid; in __posix_spawnx() 55 if (!ec && res) in __posix_spawnx() 60 return ec; in __posix_spawnx()
|
| /third_party/ulib/musl/src/exit/ |
| A D | _Exit.c | 5 _Noreturn void _Exit(int ec) { in _Exit() argument 7 _zx_process_exit(ec); in _Exit()
|
| /third_party/lib/jitterentropy/include/lib/jitterentropy/ |
| A D | jitterentropy.h | 120 ssize_t jent_read_entropy(struct rand_data *ec, char *data, size_t len); 159 uint64_t jent_lfsr_var_stat(struct rand_data *ec, 184 struct rand_data* ec, uint8_t* mem, size_t mem_size,
|
| /third_party/ulib/chromiumos-platform-ec/ |
| A D | README.fuchsia | 1 Source: https://chromium.googlesource.com/chromiumos/platform/ec
|
| /third_party/ulib/uboringssl/include/openssl/ |
| A D | evp.h | 864 EC_KEY *ec; member
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 15711 should be loaded in this order: busmgr, power, ec, system,
|
Completed in 30 milliseconds