Home
last modified time | relevance | path

Searched refs:next_buflen (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/caam/
H A Dcaamhash.c114 int next_buflen; member
650 req->nbytes - state->next_buflen, in ahash_done_switch()
651 state->next_buflen, 0); in ahash_done_switch()
652 state->buflen = state->next_buflen; in ahash_done_switch()
820 int *next_buflen = &state->next_buflen; in ahash_update_ctx() local
828 *next_buflen = in_len & (blocksize - 1); in ahash_update_ctx()
829 to_hash = in_len - *next_buflen; in ahash_update_ctx()
837 (*next_buflen == 0)) { in ahash_update_ctx()
838 *next_buflen in ahash_update_ctx()
1196 int *next_buflen = &state->next_buflen; ahash_update_no_ctx() local
1393 int *next_buflen = &state->next_buflen; ahash_update_first() local
[all...]
H A Dcaamalg_qi2.c3074 int next_buflen; member
3432 req->nbytes - state->next_buflen, in ahash_done_bi()
3433 state->next_buflen, 0); in ahash_done_bi()
3434 state->buflen = state->next_buflen; in ahash_done_bi()
3497 req->nbytes - state->next_buflen, in ahash_done_ctx_dst()
3498 state->next_buflen, 0); in ahash_done_ctx_dst()
3499 state->buflen = state->next_buflen; in ahash_done_ctx_dst()
3528 int *next_buflen = &state->next_buflen; in ahash_update_ctx() local
3534 *next_buflen in ahash_update_ctx()
3980 int *next_buflen = &state->next_buflen; ahash_update_no_ctx() local
4197 int *next_buflen = &state->next_buflen; ahash_update_first() local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/caam/
H A Dcaamhash.c119 int next_buflen; member
659 req->nbytes - state->next_buflen, in ahash_done_switch()
660 state->next_buflen, 0); in ahash_done_switch()
661 state->buflen = state->next_buflen; in ahash_done_switch()
827 int *next_buflen = &state->next_buflen; in ahash_update_ctx() local
835 *next_buflen = in_len & (blocksize - 1); in ahash_update_ctx()
836 to_hash = in_len - *next_buflen; in ahash_update_ctx()
844 (*next_buflen == 0)) { in ahash_update_ctx()
845 *next_buflen in ahash_update_ctx()
1203 int *next_buflen = &state->next_buflen; ahash_update_no_ctx() local
1400 int *next_buflen = &state->next_buflen; ahash_update_first() local
[all...]
H A Dcaamalg_qi2.c3081 int next_buflen; member
3445 req->nbytes - state->next_buflen, in ahash_done_bi()
3446 state->next_buflen, 0); in ahash_done_bi()
3447 state->buflen = state->next_buflen; in ahash_done_bi()
3510 req->nbytes - state->next_buflen, in ahash_done_ctx_dst()
3511 state->next_buflen, 0); in ahash_done_ctx_dst()
3512 state->buflen = state->next_buflen; in ahash_done_ctx_dst()
3541 int *next_buflen = &state->next_buflen; in ahash_update_ctx() local
3547 *next_buflen in ahash_update_ctx()
3993 int *next_buflen = &state->next_buflen; ahash_update_no_ctx() local
4210 int *next_buflen = &state->next_buflen; ahash_update_first() local
[all...]

Completed in 14 milliseconds