Home
last modified time | relevance | path

Searched defs:offload_ctx (Results 1 – 2 of 2) sorted by relevance

/linux/net/tls/
H A Dtls_device.c71 struct tls_offload_context_tx *offload_ctx = in tls_device_tx_del_task() local
110 struct tls_offload_context_tx *offload_ctx = tls_offload_ctx_tx(ctx); in tls_device_queue_ctx_destruction() local
150 static void delete_all_records(struct tls_offload_context_tx *offload_ctx) in delete_all_records()
281 struct tls_offload_context_tx *offload_ctx, in tls_push_record()
342 static int tls_create_new_record(struct tls_offload_context_tx *offload_ctx, in tls_create_new_record()
367 struct tls_offload_context_tx *offload_ctx, in tls_do_allocation()
1039 struct tls_offload_context_tx *offload_ctx; in alloc_offload_ctx_tx() local
1064 struct tls_offload_context_tx *offload_ctx; in tls_set_device_offload() local
H A Dtls_device_fallback.c459 rc = crypto_aead_setkey(offload_ctx->aead_send, in tls_sw_fallback_init() argument