/linux/include/crypto/ |
A D | sm3_base.h | 44 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 D | sha1_base.h | 41 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 D | sha256_base.h | 44 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 D | sha512_base.h | 62 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 D | sha3.h | 25 unsigned int partial; member
|
/linux/drivers/crypto/ |
A D | padlock-sha.c | 284 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 D | indirect.c | 245 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 D | md5_glue.c | 47 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 D | sha1_glue.c | 41 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 D | sha512_glue.c | 61 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 D | sha256_glue.c | 62 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 D | itree_common.c | 158 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 D | transport.c | 257 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 D | initializers.c | 56 unsigned int partial; in usb_stor_ucr61s2b_init() local
|
/linux/arch/x86/include/asm/ |
A D | unwind.h | 72 bool *partial) in unwind_get_entry_regs() 89 bool *partial) in unwind_get_entry_regs()
|
/linux/fs/sysv/ |
A D | itree.c | 209 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 D | dumpstack.c | 161 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 D | ghash-ce-glue.c | 98 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 D | espintcp.h | 25 struct espintcp_msg partial; member
|
/linux/arch/powerpc/crypto/ |
A D | sha1.c | 40 unsigned int partial, done; in powerpc_sha1_update() local
|
/linux/fs/reiserfs/ |
A D | file.c | 174 int partial = 0; in reiserfs_commit_page() local
|
/linux/fs/ext2/ |
A D | inode.c | 331 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 D | ghash-ce-glue.c | 119 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 D | sud_benchmark.c | 97 double partial = 0; in perf_syscall() local
|
/linux/include/linux/ |
A D | splice.h | 58 struct partial_page *partial; /* pages[] may not be contig */ member
|