Home
last modified time | relevance | path

Searched refs:textlen (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/drivers/crypto/
A Datmel-aes.c135 size_t textlen; member
168 size_t textlen; member
1557 ctx->textlen = req->cryptlen - (enc ? 0 : authsize); in atmel_aes_gcm_process()
1563 if (likely(req->assoclen != 0 || ctx->textlen != 0)) in atmel_aes_gcm_process()
1585 atmel_aes_write(dd, AES_CLENR, ctx->textlen); in atmel_aes_gcm_length()
1628 if (unlikely(ctx->textlen == 0)) in atmel_aes_gcm_data()
1673 data[1] = cpu_to_be64(ctx->textlen * 8); in atmel_aes_gcm_tag_init()
1713 offset = req->assoclen + ctx->textlen; in atmel_aes_gcm_finalize()
2014 rctx->textlen, in atmel_aes_authenc_init()
2088 offs = req->assoclen + rctx->textlen; in atmel_aes_authenc_final()
[all …]
A Datmel-authenc.h42 unsigned int textlen,
A Datmel-sha.c2095 u32 textlen; member
2251 unsigned int textlen, in atmel_sha_authenc_init() argument
2268 authctx->textlen = textlen; in atmel_sha_authenc_init()
2300 msg_size = authctx->assoclen + authctx->textlen; in atmel_sha_authenc_init2()
/linux-6.3-rc2/kernel/printk/
A Dprintk.c1683 int textlen; in syslog_print_all() local
1685 textlen = record_print_text(&r, true, time); in syslog_print_all()
1687 if (len + textlen > size) { in syslog_print_all()
1692 if (copy_to_user(buf + len, text, textlen)) in syslog_print_all()
1695 len += textlen; in syslog_print_all()
/linux-6.3-rc2/drivers/crypto/stm32/
A Dstm32-cryp.c640 unsigned int i, textlen; in stm32_cryp_ccm_init() local
656 textlen = stm32_cryp_get_input_text_len(cryp); in stm32_cryp_ccm_init()
658 b0[AES_BLOCK_SIZE - 2] = textlen >> 8; in stm32_cryp_ccm_init()
659 b0[AES_BLOCK_SIZE - 1] = textlen & 0xFF; in stm32_cryp_ccm_init()

Completed in 27 milliseconds