Home
last modified time | relevance | path

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

1234

/openbmc/linux/include/crypto/
H 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
H 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
H 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
H A Dsha256_base.h42 unsigned int partial = sctx->count % SHA256_BLOCK_SIZE; in lib_sha256_base_do_update() local
89 unsigned int partial = sctx->count % SHA256_BLOCK_SIZE; in lib_sha256_base_do_finalize() local
H A Dsha3.h25 unsigned int partial; member
/openbmc/linux/arch/sparc/crypto/
H A Dsha512_glue.c30 unsigned int len, unsigned int partial) in __sha512_sparc64_update()
55 unsigned int partial = sctx->count[0] % SHA512_BLOCK_SIZE; in sha512_sparc64_update() local
H A Dsha1_glue.c31 unsigned int len, unsigned int partial) in __sha1_sparc64_update()
55 unsigned int partial = sctx->count % SHA1_BLOCK_SIZE; in sha1_sparc64_update() local
H 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
H A Dsha256_glue.c31 unsigned int len, unsigned int partial) in __sha256_sparc64_update()
55 unsigned int partial = sctx->count % SHA256_BLOCK_SIZE; in sha256_sparc64_update() local
/openbmc/linux/drivers/crypto/
H 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
/openbmc/linux/fs/ext4/
H A Dindirect.c252 Indirect *partial) in ext4_find_goal()
538 Indirect *partial; in ext4_ind_map_blocks() local
808 Indirect *partial, *p; in ext4_find_shared() local
1126 Indirect *partial; in ext4_ind_truncate() local
1242 Indirect *partial, *partial2; in ext4_ind_remove_space() local
/openbmc/linux/fs/minix/
H A Ditree_common.c158 Indirect *partial; in get_block() local
229 Indirect *partial, *p; in find_shared() local
306 Indirect *partial; in truncate() local
/openbmc/linux/drivers/usb/storage/
H A Dinitializers.c56 unsigned int partial; in usb_stor_ucr61s2b_init() local
H 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
/openbmc/linux/arch/x86/include/asm/
H A Dunwind.h72 bool *partial) in unwind_get_entry_regs()
89 bool *partial) in unwind_get_entry_regs()
/openbmc/linux/fs/sysv/
H A Ditree.c213 Indirect *partial; in get_block() local
285 Indirect *partial, *p; in find_shared() local
371 Indirect *partial; in sysv_truncate() local
/openbmc/linux/crypto/
H A Dsm3.c180 unsigned int partial = sctx->count % SM3_BLOCK_SIZE; in sm3_update() local
220 unsigned int partial = sctx->count % SM3_BLOCK_SIZE; in sm3_final() local
/openbmc/linux/arch/x86/kernel/
H A Ddumpstack.c155 bool partial, const char *log_lvl) in show_regs_if_on_stack()
193 bool partial = false; in show_trace_log_lvl() local
/openbmc/linux/arch/powerpc/crypto/
H A Dsha1.c30 unsigned int partial, done; in powerpc_sha1_update() local
/openbmc/linux/include/net/
H A Despintcp.h25 struct espintcp_msg partial; member
H A Dgso.h69 __wsum partial = SKB_GSO_CB(skb)->csum; in gso_make_checksum() local
/openbmc/linux/fs/ext2/
H A Dinode.c331 Indirect *partial) in ext2_find_goal()
632 Indirect *partial; in ext2_get_blocks() local
1034 Indirect *partial, *p; in ext2_find_shared() local
1170 Indirect *partial; in __ext2_truncate_blocks() local
/openbmc/u-boot/lib/
H A Dsha512.c206 unsigned int partial = sctx->count[0] % SHA512_BLOCK_SIZE; in sha512_base_do_update() local
242 unsigned int partial = sctx->count[0] % SHA512_BLOCK_SIZE; in sha512_base_do_finalize() local
/openbmc/linux/fs/reiserfs/
H A Dfile.c174 int partial = 0; in reiserfs_commit_page() local
/openbmc/linux/tools/testing/selftests/syscall_user_dispatch/
H A Dsud_benchmark.c97 double partial = 0; in perf_syscall() local

1234