Searched defs:block (Results 76 - 100 of 393) sorted by relevance

1234567891011>>

/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dmd5.c157 MD5Transform(u_int32_t state[4], const u_int8_t block[MD5_BLOCK_LENGTH]) argument
H A Dsha1.c61 CHAR64LONG16 *block = (CHAR64LONG16 *)workspace; local
[all...]
/freebsd-12-stable/crypto/openssl/crypto/modes/
H A Dctr128.c77 CRYPTO_ctr128_encrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], unsigned char ecount_buf[16], unsigned int *num, block128_f block) argument
H A Dwrap128.c48 CRYPTO_128_wrap(void *key, const unsigned char *iv, unsigned char *out, const unsigned char *in, size_t inlen, block128_f block) argument
99 crypto_128_unwrap_raw(void *key, unsigned char *iv, unsigned char *out, const unsigned char *in, size_t inlen, block128_f block) argument
150 CRYPTO_128_unwrap(void *key, const unsigned char *iv, unsigned char *out, const unsigned char *in, size_t inlen, block128_f block) argument
183 CRYPTO_128_wrap_pad(void *key, const unsigned char *icv, unsigned char *out, const unsigned char *in, size_t inlen, block128_f block) argument
251 CRYPTO_128_unwrap_pad(void *key, const unsigned char *icv, unsigned char *out, const unsigned char *in, size_t inlen, block128_f block) argument
[all...]
/freebsd-12-stable/usr.bin/mkimg/
H A Debr.c74 lba_t block, size; local
/freebsd-12-stable/usr.sbin/bluetooth/bt3cfw/
H A Dbt3cfw.c151 ng_bt3c_firmware_block_ep *block = NULL; local
[all...]
/freebsd-12-stable/usr.sbin/bsdinstall/distfetch/
H A Ddistfetch.c119 uint8_t block[4096]; local
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolContext.h313 Block *block; ///< The Block for a given query member in class:lldb_private::SymbolContext
[all...]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.h66 HwasanChunkView(uptr block, Metadata *metadata) argument
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_md5.cpp38 MD5_u32plus block[16]; member in struct:__tsan::__anon3688
/freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp143 bool TraverseBlockDecl(BlockDecl *block) { return true; } argument
144 bool TraverseBlockExpr(BlockExpr *block) { return true; } argument
/freebsd-12-stable/contrib/wpa/src/crypto/
H A Dmd4-internal.c198 MD4Transform(u32 state[4], const u8 block[MD4_BLOCK_LENGTH]) argument
H A Dsha1-internal.c183 CHAR64LONG16* block; local
[all...]
/freebsd-12-stable/contrib/xz/src/liblzma/api/lzma/
H A Dindex.h208 } block; member in struct:__anon7548
/freebsd-12-stable/contrib/xz/src/liblzma/common/
H A Dblock_buffer_encoder.c89 block_encode_uncompressed(lzma_block *block, const uint8_t *in, size_t in_size, argument
167 block_encode_normal(lzma_block *block, const lzma_allocator *allocator, const uint8_t *in, size_t in_size, uint8_t *out, size_t *out_pos, size_t out_size) argument
224 block_buffer_encode(lzma_block *block, const lzma_allocator *allocator, const uint8_t *in, size_t in_size, uint8_t *out, size_t *out_pos, size_t out_size, bool try_to_compress) argument
[all...]
H A Dblock_decoder.c30 lzma_block *block; member in struct:__anon7567
192 lzma_block_decoder_init(lzma_next_coder *next, const lzma_allocator *allocator, lzma_block *block) argument
[all...]
H A Dblock_encoder.c25 lzma_block *block; member in struct:__anon7569
164 lzma_block_encoder_init(lzma_next_coder *next, const lzma_allocator *allocator, lzma_block *block) argument
[all...]
/freebsd-12-stable/contrib/ofed/opensm/opensm/
H A Dosm_sa_lft_record.c119 uint16_t min_block, max_block, block; local
70 lftr_rcv_new_lftr(IN osm_sa_t * sa, IN const osm_switch_t * p_sw, IN cl_qlist_t * p_list, IN ib_net16_t lid, IN uint16_t block) argument
[all...]
H A Dosm_sa_mft_record.c125 uint16_t min_block, max_block, block; local
70 mftr_rcv_new_mftr(IN osm_sa_t * sa, IN osm_switch_t * p_sw, IN cl_qlist_t * p_list, IN ib_net16_t lid, IN uint16_t block, IN uint8_t position) argument
[all...]
H A Dosm_sa_pkey_record.c120 uint16_t block, num_blocks; local
67 sa_pkey_create(IN osm_sa_t * sa, IN osm_physp_t * p_physp, IN osm_pkey_search_ctxt_t * p_ctxt, IN uint16_t block) argument
[all...]
H A Dosm_sa_vlarb_record.c118 uint8_t block; local
74 sa_vl_arb_create(IN osm_sa_t * sa, IN osm_physp_t * p_physp, IN osm_vl_arb_search_ctxt_t * p_ctxt, IN uint8_t block) argument
[all...]
/freebsd-12-stable/contrib/ntp/lib/isc/
H A Dsha1.c147 do_R01(isc_uint32_t *a, isc_uint32_t *b, isc_uint32_t *c, isc_uint32_t *d, isc_uint32_t *e, CHAR64LONG16 *block) argument
160 do_R2(isc_uint32_t *a, isc_uint32_t *b, isc_uint32_t *c, isc_uint32_t *d, isc_uint32_t *e, CHAR64LONG16 *block) argument
173 do_R3(isc_uint32_t *a, isc_uint32_t *b, isc_uint32_t *c, isc_uint32_t *d, isc_uint32_t *e, CHAR64LONG16 *block) argument
186 do_R4(isc_uint32_t *a, isc_uint32_t *b, isc_uint32_t *c, isc_uint32_t *d, isc_uint32_t *e, CHAR64LONG16 *block) argument
205 CHAR64LONG16 *block; local
[all...]
/freebsd-12-stable/contrib/opie/libopie/
H A Dmd4c.c173 static VOIDRET MD4Transform FUNCTION((state, block), UINT4 state[4] AND unsigned char block[64]) argument
H A Dmd5c.c219 static VOIDRET MD5Transform FUNCTION((state, block), UINT4 state[4] AND unsigned char block[64]) argument
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Drequest_body.c76 static void serf_free_no_error(void *unfreed_baton, void *block) {} argument

Completed in 144 milliseconds

1234567891011>>