Searched refs:co2 (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/netbsd-tests/crypto/opencrypto/ |
H A D | h_comp.c | 47 struct crypt_op co1, co2; in main() local 74 memset(&co2, 0, sizeof(co2)); in main() 75 co2.ses = cs.ses; in main() 76 co2.op = COP_DECOMP; in main() 77 co2.len = co1.dst_len; in main() 78 co2.src = buf1; in main() 79 co2.dst = buf2; in main() 80 co2.dst_len = sizeof(buf2); in main() 82 res = ioctl(fd, CIOCCRYPT, &co2); in main() 86 fprintf(stderr, "len %d/%d\n", co2.len, co2.dst_len); in main() [all …]
|
/freebsd/crypto/openssl/crypto/ec/curve448/arch_64/ |
H A D | f_impl.h | 33 uint64_t co1 = ((1ULL << 56) - 1) * 2, co2 = co1 - 2; in gf_sub_RAW() local 37 out->limb[i] = a->limb[i] - b->limb[i] + ((i == NLIMBS / 2) ? co2 : co1); in gf_sub_RAW()
|
/freebsd/crypto/openssl/crypto/ec/curve448/arch_32/ |
H A D | f_impl.h | 42 uint32_t co1 = ((1 << 28) - 1) * amt, co2 = co1 - amt; in gf_bias() local 45 a->limb[i] += (i == NLIMBS / 2) ? co2 : co1; in gf_bias()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/ |
H A D | tst.lib_coroutine.lua | 245 local co1, co2 246 co1 = coroutine.create(function () return co2() end) 247 co2 = coroutine.wrap(function () function
|
/freebsd/sys/contrib/device-tree/src/arm/st/ |
H A D | stm32mp151a-prtt1s.dts | 33 co2-sensor@62 {
|