Searched refs:ctxlen (Results 1 – 3 of 3) sorted by relevance
371 size_t ctxlen, tried; in bl_send() local374 ctxlen = strlen(ctx); in bl_send()375 if (ctxlen > 128) in bl_send()376 ctxlen = 128; in bl_send()379 iov.iov_len = sizeof(bl_message_t) + ctxlen; in bl_send()389 memcpy(ub.bl.bl_data, ctx, ctxlen); in bl_send()
218 __u8 ctxlen; member
538 kctx->u.txhdr.ctxlen = t4_tls_key_info_size(tls) / 16; in t4_tls_key_ctx()