Home
last modified time | relevance | path

Searched defs:partial (Results 1 – 25 of 79) sorted by relevance

1234

/linux/include/crypto/
A Dsm3_base.h44 unsigned int partial = sctx->count % SM3_BLOCK_SIZE; in sm3_base_do_update() local
82 unsigned int partial = sctx->count % SM3_BLOCK_SIZE; in sm3_base_do_finalize() local
A Dsha1_base.h41 unsigned int partial = sctx->count % SHA1_BLOCK_SIZE; in sha1_base_do_update() local
79 unsigned int partial = sctx->count % SHA1_BLOCK_SIZE; in sha1_base_do_finalize() local
A Dsha256_base.h44 unsigned int partial = sctx->count % SHA256_BLOCK_SIZE; in sha256_base_do_update() local
82 unsigned int partial = sctx->count % SHA256_BLOCK_SIZE; in sha256_base_do_finalize() local
A Dsha512_base.h62 unsigned int partial = sctx->count[0] % SHA512_BLOCK_SIZE; in sha512_base_do_update() local
102 unsigned int partial = sctx->count[0] % SHA512_BLOCK_SIZE; in sha512_base_do_finalize() local
A Dsha3.h25 unsigned int partial; member
/linux/drivers/crypto/
A Dpadlock-sha.c284 unsigned int partial, done; in padlock_sha1_update_nano() local
332 unsigned int partial, padlen; in padlock_sha1_final_nano() local
368 unsigned int partial, done; in padlock_sha256_update_nano() local
417 unsigned int partial, padlen; in padlock_sha256_final_nano() local
/linux/fs/ext4/
A Dindirect.c245 Indirect *partial) in ext4_find_goal()
531 Indirect *partial; in ext4_ind_map_blocks() local
793 Indirect *partial, *p; in ext4_find_shared() local
1111 Indirect *partial; in ext4_ind_truncate() local
1227 Indirect *partial, *partial2; in ext4_ind_remove_space() local
/linux/arch/sparc/crypto/
A Dmd5_glue.c47 unsigned int len, unsigned int partial) in __md5_sparc64_update()
71 unsigned int partial = sctx->byte_count % MD5_HMAC_BLOCK_SIZE; in md5_sparc64_update() local
A Dsha1_glue.c41 unsigned int len, unsigned int partial) in __sha1_sparc64_update()
65 unsigned int partial = sctx->count % SHA1_BLOCK_SIZE; in sha1_sparc64_update() local
A Dsha512_glue.c61 unsigned int len, unsigned int partial) in __sha512_sparc64_update()
86 unsigned int partial = sctx->count[0] % SHA512_BLOCK_SIZE; in sha512_sparc64_update() local
A Dsha256_glue.c62 unsigned int len, unsigned int partial) in __sha256_sparc64_update()
86 unsigned int partial = sctx->count % SHA256_BLOCK_SIZE; in sha256_sparc64_update() local
/linux/fs/minix/
A Ditree_common.c158 Indirect *partial; in get_block() local
229 Indirect *partial, *p; in find_shared() local
306 Indirect *partial; in truncate() local
/linux/drivers/usb/storage/
A Dtransport.c257 unsigned int length, int result, unsigned int partial) in interpret_urb_result()
469 unsigned int partial; in usb_stor_bulk_srb() local
492 unsigned int partial; in usb_stor_bulk_transfer_sg() local
A Dinitializers.c56 unsigned int partial; in usb_stor_ucr61s2b_init() local
/linux/arch/x86/include/asm/
A Dunwind.h72 bool *partial) in unwind_get_entry_regs()
89 bool *partial) in unwind_get_entry_regs()
/linux/fs/sysv/
A Ditree.c209 Indirect *partial; in get_block() local
283 Indirect *partial, *p; in find_shared() local
369 Indirect *partial; in sysv_truncate() local
/linux/arch/x86/kernel/
A Ddumpstack.c161 bool partial, const char *log_lvl) in show_regs_if_on_stack()
193 bool partial = false; in show_trace_log_lvl() local
/linux/arch/arm/crypto/
A Dghash-ce-glue.c98 unsigned int partial = ctx->count % GHASH_BLOCK_SIZE; in ghash_update() local
130 unsigned int partial = ctx->count % GHASH_BLOCK_SIZE; in ghash_final() local
/linux/include/net/
A Despintcp.h25 struct espintcp_msg partial; member
/linux/arch/powerpc/crypto/
A Dsha1.c40 unsigned int partial, done; in powerpc_sha1_update() local
/linux/fs/reiserfs/
A Dfile.c174 int partial = 0; in reiserfs_commit_page() local
/linux/fs/ext2/
A Dinode.c331 Indirect *partial) in ext2_find_goal()
628 Indirect *partial; in ext2_get_blocks() local
1053 Indirect *partial, *p; in ext2_find_shared() local
1189 Indirect *partial; in __ext2_truncate_blocks() local
/linux/arch/arm64/crypto/
A Dghash-ce-glue.c119 unsigned int partial = ctx->count % GHASH_BLOCK_SIZE; in ghash_update() local
158 unsigned int partial = ctx->count % GHASH_BLOCK_SIZE; in ghash_final() local
/linux/tools/testing/selftests/syscall_user_dispatch/
A Dsud_benchmark.c97 double partial = 0; in perf_syscall() local
/linux/include/linux/
A Dsplice.h58 struct partial_page *partial; /* pages[] may not be contig */ member

Completed in 40 milliseconds

1234