Searched refs:TLS_HW (Results 1 – 5 of 5) sorted by relevance
259 if (ctx->tx_conf == TLS_HW) in tls_write_space()304 } else if (ctx->tx_conf == TLS_HW) { in tls_sk_proto_cleanup()312 } else if (ctx->rx_conf == TLS_HW) { in tls_sk_proto_cleanup()329 free_ctx = ctx->tx_conf != TLS_HW && ctx->rx_conf != TLS_HW; in tls_sk_proto_close()757 conf = TLS_HW; in do_tls_setsockopt_conf()771 conf = TLS_HW; in do_tls_setsockopt_conf()939 ops[TLS_HW ][TLS_HW ] = ops[TLS_HW ][TLS_SW ]; in build_proto_ops()940 ops[TLS_HW ][TLS_HW ].sendpage_locked = NULL; in build_proto_ops()1011 prot[TLS_SW][TLS_HW] = prot[TLS_SW][TLS_SW]; in build_protos()1013 prot[TLS_HW][TLS_HW] = prot[TLS_HW][TLS_SW]; in build_protos()[all …]
57 if (ctx->tx_conf == TLS_HW) { in tls_device_free_ctx()63 if (ctx->rx_conf == TLS_HW) in tls_device_free_ctx()108 async_cleanup = netdev && ctx->tx_conf == TLS_HW; in tls_device_queue_ctx_destruction()202 if (tls_ctx->tx_conf == TLS_HW) { in tls_device_sk_destruct()805 if (tls_ctx->rx_conf != TLS_HW) in tls_device_rx_resync_new_rec()1343 if (tls_ctx->tx_conf != TLS_HW) { in tls_device_offload_cleanup_rx()1398 if (ctx->tx_conf == TLS_HW) in tls_device_down()1401 if (ctx->rx_conf == TLS_HW && in tls_device_down()
1669 if (tls_ctx->rx_conf != TLS_HW) in tls_decrypt_device()
94 TLS_HW, enumerator512 return tls_get_ctx(sk)->rx_conf == TLS_HW; in tls_is_sk_rx_device_offloaded()
24 * Packet-based NIC offload mode (``TLS_HW``) - the NIC handles crypto46 In ``TLS_HW`` mode the encryption is not performed in the TLS ULP.199 added to the device table and are in TLS_HW mode. For example,
Completed in 29 milliseconds