HomeSort by: relevance | last modified time | path
    Searched defs:tkip_encrypt (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net80211/
ieee80211_crypto_tkip.c 111 static int tkip_encrypt(struct tkip_ctx *, struct ieee80211_key *,
197 if (!tkip_encrypt(ctx, k, m, hdrlen))
199 /* NB: tkip_encrypt handles wk_keytsc */
875 tkip_encrypt(struct tkip_ctx *ctx, struct ieee80211_key *key, function in typeref:typename:int
ieee80211_crypto_tkip.c 111 static int tkip_encrypt(struct tkip_ctx *, struct ieee80211_key *,
197 if (!tkip_encrypt(ctx, k, m, hdrlen))
199 /* NB: tkip_encrypt handles wk_keytsc */
875 tkip_encrypt(struct tkip_ctx *ctx, struct ieee80211_key *key, function in typeref:typename:int

Completed in 24 milliseconds