Searched refs:BUFLEN (Results 1 – 5 of 5) sorted by relevance
225 #define BUFLEN HASH_BLOCK_SIZE macro329 u8 xmit_buf[BUFLEN];1161 if (!IS_ALIGNED(sg_tmp->length - skip, BUFLEN)) { in s5p_hash_prepare_sgs()1228 if (nbytes && (!IS_ALIGNED(ctx->bufcnt, BUFLEN))) { in s5p_hash_prepare_request()1230 int len = BUFLEN - ctx->bufcnt % BUFLEN; in s5p_hash_prepare_request()1251 if (IS_ALIGNED(xmit_len, BUFLEN)) in s5p_hash_prepare_request()1252 xmit_len -= BUFLEN; in s5p_hash_prepare_request()1254 xmit_len -= xmit_len & (BUFLEN - 1); in s5p_hash_prepare_request()1264 if (xmit_len > BUFLEN) { in s5p_hash_prepare_request()1511 if (ctx->bufcnt + req->nbytes <= BUFLEN) { in s5p_hash_update()[all …]
133 #define BUFLEN SHA512_BLOCK_SIZE macro222 u8 xmit_buf[BUFLEN] OMAP_ALIGNED;988 ctx->buflen = BUFLEN; in omap_sham_init()1335 sizeof(struct omap_sham_reqctx) + BUFLEN); in omap_sham_cra_init_alg()2164 BUFLEN; in omap_sham_probe()
101 #define BUFLEN 15 /* At least 5 is needed for a full tablet packet */ macro102 unsigned char buf[BUFLEN];116 memmove(mouse->buf, mouse->buf + num, BUFLEN - num); in vsxxxaa_drop_bytes()123 if (mouse->count == BUFLEN) { in vsxxxaa_queue_byte()
25 #define BUFLEN 36 macro26 #define MAX_PACKET (HEADERLEN + BUFLEN)
22 #define BUFLEN 63 macro