Searched refs:t_dlen (Results 1 – 5 of 5) sorted by relevance
73 cet->t_dlen = cpu_to_le32(todo); in sun8i_ce_trng_read()75 cet->t_dlen = cpu_to_le32(todo / 4); in sun8i_ce_trng_read()
127 cet->t_dlen = cpu_to_le32(todo); in sun8i_ce_prng_generate()129 cet->t_dlen = cpu_to_le32(todo / 4); in sun8i_ce_prng_generate()
445 cet->t_dlen = cpu_to_le32((areq->nbytes + j * 4) * 8); in sun8i_ce_hash_run()447 cet->t_dlen = cpu_to_le32(areq->nbytes / 4 + j); in sun8i_ce_hash_run()
176 __le32 t_dlen; member
179 cet->t_dlen = cpu_to_le32(areq->cryptlen); in sun8i_ce_cipher_prepare()181 cet->t_dlen = cpu_to_le32(areq->cryptlen / 4); in sun8i_ce_cipher_prepare()
Completed in 9 milliseconds