next_buflen 3470 drivers/crypto/caam/caamalg_qi2.c int *next_buflen = alt_buflen(state), last_buflen; next_buflen 3476 drivers/crypto/caam/caamalg_qi2.c last_buflen = *next_buflen; next_buflen 3477 drivers/crypto/caam/caamalg_qi2.c *next_buflen = in_len & (crypto_tfm_alg_blocksize(&ahash->base) - 1); next_buflen 3478 drivers/crypto/caam/caamalg_qi2.c to_hash = in_len - *next_buflen; next_buflen 3482 drivers/crypto/caam/caamalg_qi2.c int src_len = req->nbytes - *next_buflen; next_buflen 3527 drivers/crypto/caam/caamalg_qi2.c if (*next_buflen) next_buflen 3530 drivers/crypto/caam/caamalg_qi2.c *next_buflen, 0); next_buflen 3565 drivers/crypto/caam/caamalg_qi2.c } else if (*next_buflen) { next_buflen 3568 drivers/crypto/caam/caamalg_qi2.c *buflen = *next_buflen; next_buflen 3569 drivers/crypto/caam/caamalg_qi2.c *next_buflen = last_buflen; next_buflen 3575 drivers/crypto/caam/caamalg_qi2.c DUMP_PREFIX_ADDRESS, 16, 4, next_buf, *next_buflen, next_buflen 3931 drivers/crypto/caam/caamalg_qi2.c int *next_buflen = alt_buflen(state); next_buflen 3937 drivers/crypto/caam/caamalg_qi2.c *next_buflen = in_len & (crypto_tfm_alg_blocksize(&ahash->base) - 1); next_buflen 3938 drivers/crypto/caam/caamalg_qi2.c to_hash = in_len - *next_buflen; next_buflen 3942 drivers/crypto/caam/caamalg_qi2.c int src_len = req->nbytes - *next_buflen; next_buflen 3980 drivers/crypto/caam/caamalg_qi2.c if (*next_buflen) next_buflen 3983 drivers/crypto/caam/caamalg_qi2.c *next_buflen, 0); next_buflen 4028 drivers/crypto/caam/caamalg_qi2.c } else if (*next_buflen) { next_buflen 4031 drivers/crypto/caam/caamalg_qi2.c *buflen = *next_buflen; next_buflen 4032 drivers/crypto/caam/caamalg_qi2.c *next_buflen = 0; next_buflen 4038 drivers/crypto/caam/caamalg_qi2.c DUMP_PREFIX_ADDRESS, 16, 4, next_buf, *next_buflen, next_buflen 4155 drivers/crypto/caam/caamalg_qi2.c int *next_buflen = alt_buflen(state); next_buflen 4161 drivers/crypto/caam/caamalg_qi2.c *next_buflen = req->nbytes & (crypto_tfm_alg_blocksize(&ahash->base) - next_buflen 4163 drivers/crypto/caam/caamalg_qi2.c to_hash = req->nbytes - *next_buflen; next_buflen 4167 drivers/crypto/caam/caamalg_qi2.c int src_len = req->nbytes - *next_buflen; next_buflen 4223 drivers/crypto/caam/caamalg_qi2.c if (*next_buflen) next_buflen 4225 drivers/crypto/caam/caamalg_qi2.c *next_buflen, 0); next_buflen 4256 drivers/crypto/caam/caamalg_qi2.c } else if (*next_buflen) { next_buflen 4266 drivers/crypto/caam/caamalg_qi2.c DUMP_PREFIX_ADDRESS, 16, 4, next_buf, *next_buflen, next_buflen 793 drivers/crypto/caam/caamhash.c int *next_buflen = alt_buflen(state), last_buflen; next_buflen 800 drivers/crypto/caam/caamhash.c last_buflen = *next_buflen; next_buflen 801 drivers/crypto/caam/caamhash.c *next_buflen = in_len & (blocksize - 1); next_buflen 802 drivers/crypto/caam/caamhash.c to_hash = in_len - *next_buflen; next_buflen 810 drivers/crypto/caam/caamhash.c (*next_buflen == 0)) { next_buflen 811 drivers/crypto/caam/caamhash.c *next_buflen = blocksize; next_buflen 817 drivers/crypto/caam/caamhash.c int src_len = req->nbytes - *next_buflen; next_buflen 871 drivers/crypto/caam/caamhash.c if (*next_buflen) next_buflen 874 drivers/crypto/caam/caamhash.c *next_buflen, 0); next_buflen 900 drivers/crypto/caam/caamhash.c } else if (*next_buflen) { next_buflen 903 drivers/crypto/caam/caamhash.c *buflen = *next_buflen; next_buflen 904 drivers/crypto/caam/caamhash.c *next_buflen = last_buflen; next_buflen 911 drivers/crypto/caam/caamhash.c *next_buflen, 1); next_buflen 1214 drivers/crypto/caam/caamhash.c int *next_buflen = alt_buflen(state); next_buflen 1221 drivers/crypto/caam/caamhash.c *next_buflen = in_len & (blocksize - 1); next_buflen 1222 drivers/crypto/caam/caamhash.c to_hash = in_len - *next_buflen; next_buflen 1230 drivers/crypto/caam/caamhash.c (*next_buflen == 0)) { next_buflen 1231 drivers/crypto/caam/caamhash.c *next_buflen = blocksize; next_buflen 1237 drivers/crypto/caam/caamhash.c int src_len = req->nbytes - *next_buflen; next_buflen 1281 drivers/crypto/caam/caamhash.c if (*next_buflen) { next_buflen 1284 drivers/crypto/caam/caamhash.c *next_buflen, 0); next_buflen 1316 drivers/crypto/caam/caamhash.c } else if (*next_buflen) { next_buflen 1319 drivers/crypto/caam/caamhash.c *buflen = *next_buflen; next_buflen 1320 drivers/crypto/caam/caamhash.c *next_buflen = 0; next_buflen 1326 drivers/crypto/caam/caamhash.c DUMP_PREFIX_ADDRESS, 16, 4, next_buf, *next_buflen, next_buflen 1432 drivers/crypto/caam/caamhash.c int *next_buflen = alt_buflen(state); next_buflen 1440 drivers/crypto/caam/caamhash.c *next_buflen = req->nbytes & (blocksize - 1); next_buflen 1441 drivers/crypto/caam/caamhash.c to_hash = req->nbytes - *next_buflen; next_buflen 1449 drivers/crypto/caam/caamhash.c (*next_buflen == 0)) { next_buflen 1450 drivers/crypto/caam/caamhash.c *next_buflen = blocksize; next_buflen 1456 drivers/crypto/caam/caamhash.c req->nbytes - *next_buflen); next_buflen 1494 drivers/crypto/caam/caamhash.c if (*next_buflen) next_buflen 1496 drivers/crypto/caam/caamhash.c *next_buflen, 0); next_buflen 1516 drivers/crypto/caam/caamhash.c } else if (*next_buflen) { next_buflen 1526 drivers/crypto/caam/caamhash.c DUMP_PREFIX_ADDRESS, 16, 4, next_buf, *next_buflen,