Searched defs:blocks (Results 1 - 25 of 115) sorted by relevance

12345

/freebsd-11-stable/crypto/openssh/
H A Dhash.c15 #define blocks crypto_hashblocks_sha512 macro
H A Dcipher-aes.c77 int i, j, blocks = len / RIJNDAEL_BLOCKSIZE; local
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Daes-cbc.c29 int i, j, blocks; local
65 int i, j, blocks; local
H A Dcrypto_internal-cipher.c106 size_t i, j, blocks; local
169 size_t i, j, blocks; local
[all...]
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_cxt_api.h47 u8 *blocks[MAX_TID_BLOCKS]; /* 4K */ member in struct:ecore_tid_mem
/freebsd-11-stable/sys/dev/liquidio/
H A Dlio_main.h52 lio_swap_8B_data(uint64_t *data, uint32_t blocks) argument
/freebsd-11-stable/sys/dev/drm/
H A Dradeon_mem.c140 struct mem_block *blocks = drm_alloc(sizeof(*blocks), DRM_MEM_BUFS); local
[all...]
H A Di915_mem.c190 struct mem_block *blocks = drm_alloc(sizeof(*blocks), DRM_MEM_BUFLISTS); local
[all...]
H A Dsis_ds.c166 PMemBlock blocks; local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dbit_array.c58 unsigned char **blocks; member in struct:svn_bit_array__t
[all...]
/freebsd-11-stable/secure/lib/libcrypt/
H A Dblowfish.c474 blf_enc(blf_ctx *c, u_int32_t *data, u_int16_t blocks) argument
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_mem.c139 struct mem_block *blocks = malloc(sizeof(*blocks), local
[all...]
/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_pkey.h86 cl_ptr_vector_t blocks; member in struct:osm_pkeybl
[all...]
/freebsd-11-stable/crypto/openssl/crypto/modes/
H A Dctr128.c219 size_t blocks = len / 16; local
[all...]
H A Dmodes_lcl.h140 u64 blocks; member in struct:ccm128_context
/freebsd-11-stable/sys/contrib/ck/src/
H A Dck_ht_hash.h133 const uint32_t * blocks = (const uint32_t *)(const void *)(data + nblocks*4); local
/freebsd-11-stable/sys/dev/mmc/
H A Dmmc_ioctl.h40 u_int blocks; member in struct:mmc_ioc_cmd
/freebsd-11-stable/contrib/gcc/
H A Dtracer.c202 fibnode_t *blocks = XCNEWVEC (fibnode_t, last_basic_block); local
[all...]
/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dhash.h117 const uint32_t *blocks = (const uint32_t *) (data + nblocks*4); local
174 const uint32_t *blocks = (const uint32_t *) (data + nblocks*16); local
272 const uint64_t *blocks = (const uint64_t *) (data); local
[all...]
H A Dtsd.h558 ql_head(tsd_init_block_t) blocks; member in struct:tsd_init_head_s
/freebsd-11-stable/contrib/xz/src/liblzma/common/
H A Dindex_hash.c49 lzma_index_hash_info blocks; member in struct:lzma_index_hash_s
[all...]
/freebsd-11-stable/libexec/tftpd/
H A Dtftp-utils.h117 uint32_t blocks; member in struct:tftp_stats
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dblowfish.c515 blf_enc(blf_ctx *c, u_int32_t *data, u_int16_t blocks) argument
528 blf_dec(blf_ctx *c, u_int32_t *data, u_int16_t blocks) argument
/freebsd-11-stable/sys/dev/nand/
H A Dnand_dev.h84 uint32_t blocks; member in struct:chip_param_io
/freebsd-11-stable/sys/dev/isci/scil/
H A Dsati_unmap.c87 U32 blocks = (dsm_descriptor_count * sizeof(TRIM_PAIR))/sequence->device->logical_block_size; local
[all...]

Completed in 191 milliseconds

12345