Home
last modified time | relevance | path

Searched refs:next_buflen (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/crypto/caam/
H A Dcaamhash.c119 int next_buflen; member
828 int *next_buflen = &state->next_buflen; in ahash_update_ctx() local
846 *next_buflen = blocksize; in ahash_update_ctx()
928 } else if (*next_buflen) { in ahash_update_ctx()
931 *buflen = *next_buflen; in ahash_update_ctx()
1204 int *next_buflen = &state->next_buflen; in ahash_update_no_ctx() local
1222 *next_buflen = blocksize; in ahash_update_no_ctx()
1302 *buflen = *next_buflen; in ahash_update_no_ctx()
1401 int *next_buflen = &state->next_buflen; in ahash_update_first() local
1485 *buflen = *next_buflen; in ahash_update_first()
[all …]
H A Dcaamalg_qi2.c3082 int next_buflen; member
3542 int *next_buflen = &state->next_buflen; in ahash_update_ctx() local
3632 } else if (*next_buflen) { in ahash_update_ctx()
3635 *buflen = *next_buflen; in ahash_update_ctx()
3994 int *next_buflen = &state->next_buflen; in ahash_update_no_ctx() local
4086 } else if (*next_buflen) { in ahash_update_no_ctx()
4089 *buflen = *next_buflen; in ahash_update_no_ctx()
4211 int *next_buflen = &state->next_buflen; in ahash_update_first() local
4308 } else if (*next_buflen) { in ahash_update_first()
4314 *buflen = *next_buflen; in ahash_update_first()
[all …]