Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_ktls.c20 struct tls12_crypto_info_aes_gcm_128 crypto_rx; in init_ktls_pairs() local
31 memset(&crypto_rx, 0, sizeof(crypto_rx)); in init_ktls_pairs()
33 crypto_rx.info.version = TLS_1_2_VERSION; in init_ktls_pairs()
35 crypto_rx.info.cipher_type = TLS_CIPHER_AES_GCM_128; in init_ktls_pairs()
42 err = setsockopt(p, SOL_TLS, TLS_RX, &crypto_rx, sizeof(crypto_rx)); in init_ktls_pairs()
/linux/net/tipc/
H A Dnode.c146 struct tipc_crypto *crypto_rx; member
282 return (__n) ? __n->crypto_rx : NULL; in tipc_node_crypto_rx()
287 return container_of(pos, struct tipc_node, list)->crypto_rx; in tipc_node_crypto_rx_by_list()
295 return (n) ? n->crypto_rx : NULL; in tipc_node_crypto_rx_by_addr()
304 tipc_crypto_stop(&n->crypto_rx); in tipc_node_free()
545 if (unlikely(tipc_crypto_start(&n->crypto_rx, net, n))) { in tipc_node_create()
629 tipc_crypto_key_flush(node->crypto_rx); in tipc_node_delete_from_list()
819 tipc_crypto_timeout(n->crypto_rx); in tipc_node_timeout()
2109 tipc_crypto_rcv(net, (n) ? n->crypto_rx : NULL, &skb, b); in tipc_rcv()
3014 c = n->crypto_rx; in __tipc_nl_node_set_key()
[all …]