Home
last modified time | relevance | path

Searched refs:out_count (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/crypto/openssl/crypto/des/
H A Dqud_cksm.c28 long length, int out_count, DES_cblock *seed) in DES_quad_cksum() argument
36 if (out_count < 1) in DES_quad_cksum()
37 out_count = 1; in DES_quad_cksum()
45 for (i = 0; ((i < 4) && (i < out_count)); i++) { in DES_quad_cksum()
/freebsd-13.1/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_compress.c91 int64_t in_count, out_count, checkpoint; member
189 state->out_count = 3; /* Includes 3-byte header mojo. */ in archive_compressor_compress_open()
232 ++state->out_count; in output_byte()
394 if (state->in_count <= 0x007fffff && state->out_count != 0) in archive_compressor_compress_write()
395 ratio = (int)(state->in_count * 256 / state->out_count); in archive_compressor_compress_write()
396 else if ((ratio = (int)(state->out_count / 256)) == 0) in archive_compressor_compress_write()
/freebsd-13.1/usr.bin/compress/
H A Dzopen.c162 #define out_count zs->zs_out_count macro
266 out_count = 0; in zwrite()
310 out_count++; in zwrite()
337 out_count++; in zclose()
717 out_count = 0; /* # of codes output (for debugging). */ in zopen()
/freebsd-13.1/crypto/openssl/include/openssl/
H A Ddes.h144 long length, int out_count, DES_cblock *seed);
/freebsd-13.1/sys/contrib/openzfs/module/icp/include/sys/crypto/
H A Dimpl.h1167 out_template, out_count, req) ( \ argument
1172 out_template, out_count, req) : CRYPTO_NOT_SUPPORTED)
1185 count, out_template, out_count, req) ( \ argument
1190 out_template, out_count, req) : CRYPTO_NOT_SUPPORTED)
/freebsd-13.1/crypto/openssl/doc/man3/
H A DDES_random_key.pod88 long length, int out_count, DES_cblock *seed);
229 input, depending on I<out_count>, 1, 2, 3 or 4 times. If I<output> is
/freebsd-13.1/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c1353 goto out_count; in mlx5_ib_alloc_ucontext()
1432 out_count: in mlx5_ib_alloc_ucontext()