Home
last modified time | relevance | path

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

123

/Linux-v5.4/include/crypto/
Dsha1_base.h40 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
Dsm3_base.h43 unsigned int partial = sctx->count % SM3_BLOCK_SIZE; in sm3_base_do_update() local
81 unsigned int partial = sctx->count % SM3_BLOCK_SIZE; in sm3_base_do_finalize() local
Dsha256_base.h41 unsigned int partial = sctx->count % SHA256_BLOCK_SIZE; in sha256_base_do_update() local
79 unsigned int partial = sctx->count % SHA256_BLOCK_SIZE; in sha256_base_do_finalize() local
Dsha512_base.h61 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
Dsha3.h25 unsigned int partial; member
/Linux-v5.4/arch/sparc/crypto/
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
Dsha1_glue.c42 unsigned int len, unsigned int partial) in __sha1_sparc64_update()
66 unsigned int partial = sctx->count % SHA1_BLOCK_SIZE; in sha1_sparc64_update() local
Dsha512_glue.c62 unsigned int len, unsigned int partial) in __sha512_sparc64_update()
87 unsigned int partial = sctx->count[0] % SHA512_BLOCK_SIZE; in sha512_sparc64_update() local
Dsha256_glue.c63 unsigned int len, unsigned int partial) in __sha256_sparc64_update()
87 unsigned int partial = sctx->count % SHA256_BLOCK_SIZE; in sha256_sparc64_update() local
/Linux-v5.4/drivers/crypto/
Dpadlock-sha.c289 unsigned int partial, done; in padlock_sha1_update_nano() local
337 unsigned int partial, padlen; in padlock_sha1_final_nano() local
373 unsigned int partial, done; in padlock_sha256_update_nano() local
422 unsigned int partial, padlen; in padlock_sha256_final_nano() local
/Linux-v5.4/fs/ext4/
Dindirect.c245 Indirect *partial) in ext4_find_goal()
517 Indirect *partial; in ext4_ind_map_blocks() local
767 Indirect *partial, *p; in ext4_find_shared() local
1102 Indirect *partial; in ext4_ind_truncate() local
1218 Indirect *partial, *partial2; in ext4_ind_remove_space() local
/Linux-v5.4/fs/minix/
Ditree_common.c152 Indirect *partial; in get_block() local
223 Indirect *partial, *p; in find_shared() local
300 Indirect *partial; in truncate() local
/Linux-v5.4/arch/x86/include/asm/
Dunwind.h68 bool *partial) in unwind_get_entry_regs()
85 bool *partial) in unwind_get_entry_regs()
/Linux-v5.4/drivers/usb/storage/
Dinitializers.c56 unsigned int partial; in usb_stor_ucr61s2b_init() local
Dtransport.c257 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-v5.4/arch/x86/kernel/
Ddumpstack.c137 bool partial) in show_regs_if_on_stack()
169 bool partial = false; in show_trace_log_lvl() local
/Linux-v5.4/fs/sysv/
Ditree.c209 Indirect *partial; in get_block() local
283 Indirect *partial, *p; in find_shared() local
369 Indirect *partial; in sysv_truncate() local
/Linux-v5.4/arch/arm64/crypto/
Dghash-ce-glue.c126 unsigned int partial = ctx->count % GHASH_BLOCK_SIZE; in __ghash_update() local
177 unsigned int partial = ctx->count % GHASH_BLOCK_SIZE; in ghash_final_p8() local
197 unsigned int partial = ctx->count % GHASH_BLOCK_SIZE; in ghash_final_p64() local
/Linux-v5.4/arch/powerpc/crypto/
Dsha1.c41 unsigned int partial, done; in sha1_update() local
/Linux-v5.4/arch/arm/crypto/
Dghash-ce-glue.c102 unsigned int partial = ctx->count % GHASH_BLOCK_SIZE; in ghash_update() local
134 unsigned int partial = ctx->count % GHASH_BLOCK_SIZE; in ghash_final() local
/Linux-v5.4/fs/reiserfs/
Dfile.c180 int partial = 0; in reiserfs_commit_page() local
/Linux-v5.4/fs/ext2/
Dinode.c331 Indirect *partial) in ext2_find_goal()
631 Indirect *partial; in ext2_get_blocks() local
1051 Indirect *partial, *p; in ext2_find_shared() local
1187 Indirect *partial; in __ext2_truncate_blocks() local
/Linux-v5.4/fs/adfs/
Ddir_fplus.c135 unsigned int buffer, partial, remainder; in dir_memcpy() local
/Linux-v5.4/include/linux/
Dsplice.h58 struct partial_page *partial; /* pages[] may not be contig */ member
/Linux-v5.4/arch/mips/cavium-octeon/crypto/
Docteon-sha1.c91 unsigned int partial; in __octeon_sha1_update() local

123