Searched refs:t_dlen (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-trng.c73 cet->t_dlen = cpu_to_le32(todo);
75 cet->t_dlen = cpu_to_le32(todo / 4);
H A Dsun8i-ce-prng.c127 cet->t_dlen = cpu_to_le32(todo);
129 cet->t_dlen = cpu_to_le32(todo / 4);
H A Dsun8i-ce.h175 __le32 t_dlen; member in struct:ce_task
H A Dsun8i-ce-cipher.c166 cet->t_dlen = cpu_to_le32(areq->cryptlen);
168 cet->t_dlen = cpu_to_le32(areq->cryptlen / 4);
H A Dsun8i-ce-hash.c457 cet->t_dlen = cpu_to_le32((areq->nbytes + j * 4) * 8);
459 cet->t_dlen = cpu_to_le32(areq->nbytes / 4 + j);

Completed in 102 milliseconds