Home
last modified time | relevance | path

Searched refs:bsize (Results 1 – 7 of 7) sorted by relevance

/arch/s390/crypto/
Dsha_common.c23 unsigned int bsize = crypto_tfm_alg_blocksize(tfm); in s390_sha_update() local
28 index = ctx->count & (bsize - 1); in s390_sha_update()
31 if ((index + len) < bsize) in s390_sha_update()
36 memcpy(ctx->buf + index, data, bsize - index); in s390_sha_update()
37 ret = crypt_s390_kimd(ctx->func, ctx->state, ctx->buf, bsize); in s390_sha_update()
38 BUG_ON(ret != bsize); in s390_sha_update()
39 data += bsize - index; in s390_sha_update()
40 len -= bsize - index; in s390_sha_update()
44 if (len >= bsize) { in s390_sha_update()
46 len & ~(bsize - 1)); in s390_sha_update()
[all …]
/arch/alpha/include/asm/
Da.out.h30 __u64 bsize; member
67 #define a_bss ah.bsize
/arch/mips/boot/
Decoff.h39 long bsize; /* uninitialized data " " */ member
Delf2ecoff.c235 a->bsize = swab32(a->bsize); in convert_ecoff_aouthdr()
418 eah.bsize = bss.len; in main()
461 esecs[2].s_size = eah.bsize; in main()
/arch/powerpc/boot/
Drs6000.h44 unsigned char bsize[4]; /* uninitialized data " " */ member
/arch/mips/include/asm/
Dsgiarcs.h279 unsigned char bsize; member
281 unsigned char bsize;
/arch/alpha/boot/tools/
Dobjstrip.c215 mem_size = fil_size + aout->ah.bsize; in main()