Searched refs:crypto_tx (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sockmap_ktls.c | 21 struct tls12_crypto_info_aes_gcm_128 crypto_tx; in init_ktls_pairs() local 32 memset(&crypto_tx, 0, sizeof(crypto_tx)); in init_ktls_pairs() 34 crypto_tx.info.version = TLS_1_2_VERSION; in init_ktls_pairs() 36 crypto_tx.info.cipher_type = TLS_CIPHER_AES_GCM_128; in init_ktls_pairs() 38 err = setsockopt(c, SOL_TLS, TLS_TX, &crypto_tx, sizeof(crypto_tx)); in init_ktls_pairs()
|
| /linux/net/tipc/ |
| H A D | core.c | 72 err = tipc_crypto_start(&tn->crypto_tx, net, NULL); in tipc_init_net() 101 tipc_crypto_stop(&tn->crypto_tx); in tipc_init_net() 119 tipc_crypto_stop(&tipc_net(net)->crypto_tx); in tipc_exit_net()
|
| H A D | crypto.c | 1220 tx = tipc_net(rx->net)->crypto_tx; in tipc_crypto_key_flush() 1393 struct tipc_crypto *tx = tipc_net(rx->net)->crypto_tx; in tipc_crypto_key_synch() 1450 struct tipc_crypto *tx = tipc_net(net)->crypto_tx; in tipc_crypto_key_revoke() 1554 struct tipc_crypto *tx = tn->crypto_tx; in tipc_crypto_timeout() 1694 struct tipc_crypto *tx = tipc_net(net)->crypto_tx; in tipc_crypto_xmit() 1817 struct tipc_crypto *tx = tipc_net(net)->crypto_tx; in tipc_crypto_rcv() 2010 struct tipc_crypto *tx = tn->crypto_tx, *rx; in tipc_crypto_do_cmd() 2289 struct tipc_crypto *tx = tipc_net(rx->net)->crypto_tx; in tipc_crypto_key_rcv() 2359 struct tipc_crypto *tx = tipc_net(rx->net)->crypto_tx; in tipc_crypto_work_rx()
|
| H A D | core.h | 141 struct tipc_crypto *crypto_tx; member
|
| H A D | node.c | 2964 struct tipc_crypto *tx = tipc_net(net)->crypto_tx, *c = tx; in __tipc_nl_node_set_key() 3059 tipc_crypto_key_flush(tn->crypto_tx); in __tipc_nl_node_flush_key()
|