Home
last modified time | relevance | path

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

/net/tipc/
Dcrypto.c153 struct tipc_crypto *crypto; member
310 #define is_tx(crypto) (!(crypto)->node) argument
311 #define is_rx(crypto) (!is_tx(crypto)) argument
1468 int tipc_crypto_start(struct tipc_crypto **crypto, struct net *net, in tipc_crypto_start()
1524 void tipc_crypto_stop(struct tipc_crypto **crypto) in tipc_crypto_stop()
/net/mac80211/
Dutil.c4145 struct cfg80211_crypto_settings *crypto, in ieee80211_cs_headroom()