/Linux-v4.19/include/crypto/ |
D | sm3_base.h | 51 unsigned int partial = sctx->count % SM3_BLOCK_SIZE; in sm3_base_do_update() local 89 unsigned int partial = sctx->count % SM3_BLOCK_SIZE; in sm3_base_do_finalize() local
|
D | sha1_base.h | 40 unsigned int partial = sctx->count % SHA1_BLOCK_SIZE; in sha1_base_do_update() local 78 unsigned int partial = sctx->count % SHA1_BLOCK_SIZE; in sha1_base_do_finalize() local
|
D | sha256_base.h | 61 unsigned int partial = sctx->count % SHA256_BLOCK_SIZE; in sha256_base_do_update() local 99 unsigned int partial = sctx->count % SHA256_BLOCK_SIZE; in sha256_base_do_finalize() local
|
D | sha512_base.h | 61 unsigned int partial = sctx->count[0] % SHA512_BLOCK_SIZE; in sha512_base_do_update() local 101 unsigned int partial = sctx->count[0] % SHA512_BLOCK_SIZE; in sha512_base_do_finalize() local
|
D | sha3.h | 25 unsigned int partial; member
|
/Linux-v4.19/arch/sparc/crypto/ |
D | md5_glue.c | 46 unsigned int len, unsigned int partial) in __md5_sparc64_update() 70 unsigned int partial = sctx->byte_count % MD5_HMAC_BLOCK_SIZE; in md5_sparc64_update() local
|
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
|
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
|
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-v4.19/drivers/crypto/ |
D | padlock-sha.c | 299 unsigned int partial, done; in padlock_sha1_update_nano() local 347 unsigned int partial, padlen; in padlock_sha1_final_nano() local 383 unsigned int partial, done; in padlock_sha256_update_nano() local 432 unsigned int partial, padlen; in padlock_sha256_final_nano() local
|
/Linux-v4.19/fs/ext4/ |
D | indirect.c | 245 Indirect *partial) in ext4_find_goal() 523 Indirect *partial; in ext4_ind_map_blocks() local 773 Indirect *partial, *p; in ext4_find_shared() local 1108 Indirect *partial; in ext4_ind_truncate() local 1221 Indirect *partial, *partial2; in ext4_ind_remove_space() local
|
/Linux-v4.19/fs/minix/ |
D | itree_common.c | 152 Indirect *partial; in get_block() local 223 Indirect *partial, *p; in find_shared() local 300 Indirect *partial; in truncate() local
|
/Linux-v4.19/arch/x86/include/asm/ |
D | unwind.h | 62 bool *partial) in unwind_get_entry_regs() 79 bool *partial) in unwind_get_entry_regs()
|
/Linux-v4.19/drivers/usb/storage/ |
D | initializers.c | 56 unsigned int partial; in usb_stor_ucr61s2b_init() local
|
D | transport.c | 257 unsigned int length, int result, unsigned int partial) in interpret_urb_result() 464 unsigned int partial; in usb_stor_bulk_srb() local 487 unsigned int partial; in usb_stor_bulk_transfer_sg() local
|
/Linux-v4.19/arch/x86/kernel/ |
D | dumpstack.c | 137 bool partial) in show_regs_if_on_stack() 169 bool partial = false; in show_trace_log_lvl() local
|
/Linux-v4.19/fs/sysv/ |
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-v4.19/drivers/usb/misc/ |
D | rio500.c | 262 unsigned int partial; in write_rio() local 350 unsigned int partial; in read_rio() local
|
/Linux-v4.19/arch/arm/crypto/ |
D | ghash-ce-glue.c | 69 unsigned int partial = ctx->count % GHASH_BLOCK_SIZE; in ghash_update() local 103 unsigned int partial = ctx->count % GHASH_BLOCK_SIZE; in ghash_final() local
|
/Linux-v4.19/arch/powerpc/crypto/ |
D | sha1.c | 46 unsigned int partial, done; in sha1_update() local
|
/Linux-v4.19/fs/reiserfs/ |
D | file.c | 180 int partial = 0; in reiserfs_commit_page() local
|
/Linux-v4.19/fs/adfs/ |
D | dir_fplus.c | 141 unsigned int buffer, partial, remainder; in dir_memcpy() local
|
/Linux-v4.19/fs/ext2/ |
D | inode.c | 331 Indirect *partial) in ext2_find_goal() 629 Indirect *partial; in ext2_get_blocks() local 1049 Indirect *partial, *p; in ext2_find_shared() local 1185 Indirect *partial; in __ext2_truncate_blocks() local
|
/Linux-v4.19/include/linux/ |
D | splice.h | 58 struct partial_page *partial; /* pages[] may not be contig */ member
|
/Linux-v4.19/arch/arm64/crypto/ |
D | ghash-ce-glue.c | 126 unsigned int partial = ctx->count % GHASH_BLOCK_SIZE; in ghash_update() local 164 unsigned int partial = ctx->count % GHASH_BLOCK_SIZE; in ghash_final() local
|