Searched defs:block (Results 1 - 25 of 288) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Dumodsi3.S104 #define block(shift) \ define
[all...]
H A Dudivmodsi4.S112 #define block(shift) \ define
[all...]
H A Dudivsi3.S199 #define block(shift) \ define
214 #define block(shift) \ define
[all...]
/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-compress-ref.c31 blake2b_compress_ref(blake2b_state *S, const uint8_t block[BLAKE2B_BLOCKBYTES]) argument
H A Dblake2b-compress-avx2.c38 blake2b_compress_avx2(blake2b_state *S, const uint8_t block[BLAKE2B_BLOCKBYTES]) argument
/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa2012/ref/
H A Dstream_salsa2012_ref.c18 unsigned char block[64]; local
64 unsigned char block[64]; local
[all...]
/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa208/ref/
H A Dstream_salsa208_ref.c18 unsigned char block[64]; local
64 unsigned char block[64]; local
[all...]
/freebsd-current/sbin/fsck_msdosfs/
H A Dboot.c48 u_char block[DOSBOOTBLOCKSIZE]; local
[all...]
/freebsd-current/crypto/openssl/test/
H A Dsm4_internal_test.c55 uint8_t block[SM4_BLOCK_SIZE]; local
[all...]
/freebsd-current/contrib/xz/src/liblzma/common/
H A Dstream_buffer_encoder.c90 lzma_block block = { local
/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa20/ref/
H A Dsalsa20_ref.c23 unsigned char block[64]; local
69 unsigned char block[64]; local
[all...]
/freebsd-current/crypto/openssl/crypto/modes/
H A Dofb128.c25 CRYPTO_ofb128_encrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], int *num, block128_f block) argument
H A Dcbc128.c24 CRYPTO_cbc128_encrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], block128_f block) argument
76 CRYPTO_cbc128_decrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], block128_f block) argument
[all...]
/freebsd-current/sys/crypto/sha2/
H A Dsha512c_arm64.c37 SHA512_Transform_arm64_impl(uint64_t * state, const unsigned char block[SHA512_BLOCK_LENGTH], const uint64_t K[80]) argument
H A Dsha256c_arm64.c36 SHA256_Transform_arm64_impl(uint32_t * state, const unsigned char block[64], argument
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DCFGReachabilityAnalysis.cpp55 const CFGBlock *block = worklist.pop_back_val(); local
/freebsd-current/contrib/netbsd-tests/lib/libc/sys/
H A Dt_sigtimedwait.c51 sigset_t block; local
106 sigset_t block; local
/freebsd-current/contrib/pam_modules/pam_passwdqc/
H A Dpasswdqc_random.c17 int offset, block; local
/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dlmem.c44 void *luaM_growaux_ (lua_State *L, void *block, int *size, size_t size_elems, argument
73 void *luaM_realloc_ (lua_State *L, void *block, size_t osize, size_t nsize) { argument
[all...]
/freebsd-current/tools/tools/mcgrab/
H A Dmcgrab.cc89 void grab(char *interface, struct in_addr *group, int number, int block) { argument
163 int block = 1; ///< Do we block or just return? local
/freebsd-current/sys/opencrypto/
H A Dcbc_mac.h48 uint8_t block[CCM_CBC_BLOCK_LEN]; member in struct:aes_cbc_mac_ctx
/freebsd-current/tools/regression/ufs/uprintf/
H A Dufs_uprintf.c68 char block[BLOCKSIZE]; local
/freebsd-current/usr.bin/tftp/
H A Dtftp.c68 uint16_t block; local
169 uint16_t block; local
/freebsd-current/bin/dd/
H A Dconv.c96 block(void) function
/freebsd-current/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_memintrinsics.cpp24 void *__hwasan_memset(void *block, int c, uptr size) { argument
46 void *__hwasan_memset_match_all(void *block, int c, uptr size, argument

Completed in 156 milliseconds

1234567891011>>