Home
last modified time | relevance | path

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

/linux/drivers/crypto/
A Datmel-aes.c135 size_t textlen; member
168 size_t textlen; member
1558 ctx->textlen = req->cryptlen - (enc ? 0 : authsize); in atmel_aes_gcm_process()
1564 if (likely(req->assoclen != 0 || ctx->textlen != 0)) in atmel_aes_gcm_process()
1586 atmel_aes_write(dd, AES_CLENR, ctx->textlen); in atmel_aes_gcm_length()
1629 if (unlikely(ctx->textlen == 0)) in atmel_aes_gcm_data()
1674 data[1] = cpu_to_be64(ctx->textlen * 8); in atmel_aes_gcm_tag_init()
1714 offset = req->assoclen + ctx->textlen; in atmel_aes_gcm_finalize()
2017 rctx->textlen, in atmel_aes_authenc_init()
2091 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
2252 unsigned int textlen, in atmel_sha_authenc_init() argument
2269 authctx->textlen = textlen; in atmel_sha_authenc_init()
2301 msg_size = authctx->assoclen + authctx->textlen; in atmel_sha_authenc_init2()
/linux/kernel/printk/
A Dprintk.c1597 int textlen; in syslog_print_all() local
1599 textlen = record_print_text(&r, true, time); in syslog_print_all()
1601 if (len + textlen > size) { in syslog_print_all()
1606 if (copy_to_user(buf + len, text, textlen)) in syslog_print_all()
1609 len += textlen; in syslog_print_all()
/linux/drivers/crypto/stm32/
A Dstm32-cryp.c496 unsigned int i, textlen; in stm32_cryp_ccm_init() local
512 textlen = stm32_cryp_get_input_text_len(cryp); in stm32_cryp_ccm_init()
514 b0[AES_BLOCK_SIZE - 2] = textlen >> 8; in stm32_cryp_ccm_init()
515 b0[AES_BLOCK_SIZE - 1] = textlen & 0xFF; in stm32_cryp_ccm_init()

Completed in 24 milliseconds