Home
last modified time | relevance | path

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

/linux/net/tls/
A Dtls_sw.c2335 struct tls_sw_context_tx *sw_ctx_tx = NULL; in tls_set_sw_offload() local
2353 sw_ctx_tx = kzalloc(sizeof(*sw_ctx_tx), GFP_KERNEL); in tls_set_sw_offload()
2354 if (!sw_ctx_tx) { in tls_set_sw_offload()
2358 ctx->priv_ctx_tx = sw_ctx_tx; in tls_set_sw_offload()
2360 sw_ctx_tx = in tls_set_sw_offload()
2378 crypto_init_wait(&sw_ctx_tx->async_wait); in tls_set_sw_offload()
2379 spin_lock_init(&sw_ctx_tx->encrypt_compl_lock); in tls_set_sw_offload()
2382 aead = &sw_ctx_tx->aead_send; in tls_set_sw_offload()
2383 INIT_LIST_HEAD(&sw_ctx_tx->tx_list); in tls_set_sw_offload()
2384 INIT_DELAYED_WORK(&sw_ctx_tx->tx_work.work, tx_work_handler); in tls_set_sw_offload()
[all …]

Completed in 8 milliseconds