BUFLEN
sizeof(struct omap_sham_reqctx) + BUFLEN);
BUFLEN;
u8 xmit_buf[BUFLEN] OMAP_ALIGNED;
ctx->buflen = BUFLEN;
if (!IS_ALIGNED(sg_tmp->length - skip, BUFLEN)) {
if (nbytes && (!IS_ALIGNED(ctx->bufcnt, BUFLEN))) {
int len = BUFLEN - ctx->bufcnt % BUFLEN;
if (IS_ALIGNED(xmit_len, BUFLEN))
xmit_len -= BUFLEN;
xmit_len -= xmit_len & (BUFLEN - 1);
if (xmit_len > BUFLEN) {
if (ctx->bufcnt + req->nbytes <= BUFLEN) {
if (!ctx->digcnt && ctx->bufcnt < BUFLEN) {
sizeof(struct s5p_hash_reqctx) + BUFLEN);
memcpy(ctx, in, sizeof(*ctx) + BUFLEN);
if (ctx_in->bufcnt > BUFLEN) {
.halg.statesize = sizeof(struct s5p_hash_reqctx) + BUFLEN,
.halg.statesize = sizeof(struct s5p_hash_reqctx) + BUFLEN,
.halg.statesize = sizeof(struct s5p_hash_reqctx) + BUFLEN,
u8 xmit_buf[BUFLEN];
unsigned char buf[BUFLEN];
memmove(mouse->buf, mouse->buf + num, BUFLEN - num);
if (mouse->count == BUFLEN) {
#define MAX_PACKET (HEADERLEN + BUFLEN)
memset(src, POISON, BUFLEN);
memset(dst, POISON, BUFLEN);
if (memcmp(dstp+len, redzone, dst+BUFLEN-(dstp+len))) {
src = memalign(BUFLEN, BUFLEN);
dst = memalign(BUFLEN, BUFLEN);
redzone = malloc(BUFLEN);
fill = malloc(BUFLEN);
memset(redzone, POISON, BUFLEN);
for (i = 0; i < BUFLEN; i++)