Home
last modified time | relevance | path

Searched defs:co1 (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/netbsd-tests/crypto/opencrypto/
H A Dh_comp.c47 struct crypt_op co1, co2; in main() local
H A Dh_comp_zlib.c46 struct crypt_op co1; in main() local
H A Dh_comp_zlib_rnd.c48 struct crypt_op co1; in main() local
/freebsd/crypto/openssl/crypto/ec/curve448/arch_64/
H A Df_impl.h33 uint64_t co1 = ((1ULL << 56) - 1) * 2, co2 = co1 - 2; in gf_sub_RAW() local
/freebsd/crypto/openssl/crypto/ec/curve448/arch_32/
H A Df_impl.h42 uint32_t co1 = ((1 << 28) - 1) * amt, co2 = co1 - amt; in gf_bias() local
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_coroutine.lua246 co1 = coroutine.create(function () return co2() end) function