Home
last modified time | relevance | path

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

/Linux-v4.19/tools/usb/
Dhcd-tests.sh32 declare -i COUNT BUFLEN
35 BUFLEN=2048
51 if ! ./testusb $TEST_ARGS -s $BUFLEN -c $COUNT $* 2>/dev/null
96 BUFLEN=2048
145 BUFLEN=4096
148 BUFLEN=64
160 BUFLEN=24500
168 BUFLEN=32768
213 BUFLEN=24500
221 BUFLEN=32768
[all …]
/Linux-v4.19/tools/testing/selftests/powerpc/copyloops/
Dvalidate.c12 #define BUFLEN (MAX_LEN+MAX_OFFSET+2*MIN_REDZONE) macro
28 memset(src, POISON, BUFLEN); in do_one()
29 memset(dst, POISON, BUFLEN); in do_one()
56 if (memcmp(dstp+len, redzone, dst+BUFLEN-(dstp+len))) { in do_one()
69 src = memalign(BUFLEN, BUFLEN); in test_copy_loop()
70 dst = memalign(BUFLEN, BUFLEN); in test_copy_loop()
71 redzone = malloc(BUFLEN); in test_copy_loop()
72 fill = malloc(BUFLEN); in test_copy_loop()
79 memset(redzone, POISON, BUFLEN); in test_copy_loop()
82 for (i = 0; i < BUFLEN; i++) in test_copy_loop()
/Linux-v4.19/drivers/crypto/
Ds5p-sss.c224 #define BUFLEN HASH_BLOCK_SIZE macro
324 u8 xmit_buf[BUFLEN];
1157 if (!IS_ALIGNED(sg_tmp->length - skip, BUFLEN)) { in s5p_hash_prepare_sgs()
1224 if (nbytes && (!IS_ALIGNED(ctx->bufcnt, BUFLEN))) { in s5p_hash_prepare_request()
1226 int len = BUFLEN - ctx->bufcnt % BUFLEN; in s5p_hash_prepare_request()
1247 if (IS_ALIGNED(xmit_len, BUFLEN)) in s5p_hash_prepare_request()
1248 xmit_len -= BUFLEN; in s5p_hash_prepare_request()
1250 xmit_len -= xmit_len & (BUFLEN - 1); in s5p_hash_prepare_request()
1260 if (xmit_len > BUFLEN) { in s5p_hash_prepare_request()
1507 if (ctx->bufcnt + req->nbytes <= BUFLEN) { in s5p_hash_update()
[all …]
Domap-sham.c139 #define BUFLEN SHA512_BLOCK_SIZE macro
229 u8 xmit_buf[BUFLEN] OMAP_ALIGNED;
982 ctx->buflen = BUFLEN; in omap_sham_init()
1369 sizeof(struct omap_sham_reqctx) + BUFLEN); in omap_sham_cra_init_alg()
2179 BUFLEN; in omap_sham_probe()
/Linux-v4.19/drivers/input/mouse/
Dvsxxxaa.c116 #define BUFLEN 15 /* At least 5 is needed for a full tablet packet */ macro
117 unsigned char buf[BUFLEN];
131 memmove(mouse->buf, mouse->buf + num, BUFLEN - num); in vsxxxaa_drop_bytes()
138 if (mouse->count == BUFLEN) { in vsxxxaa_queue_byte()
/Linux-v4.19/drivers/media/rc/
Digorplugusb.c34 #define BUFLEN 36 macro
35 #define MAX_PACKET (HEADERLEN + BUFLEN)
/Linux-v4.19/drivers/crypto/ccp/
Dccp-debugfs.c25 #define BUFLEN 63 macro