Home
last modified time | relevance | path

Searched refs:michael_key (Results 1 – 3 of 3) sorted by relevance

/haiku/src/libs/compat/openbsd_wlan/crypto/
H A Dmichael.h27 u_int32_t michael_key[2]; member
40 void michael_key(const u_int8_t *, MICHAEL_CTX *)
H A Dmichael.c92 michael_key(const u_int8_t *key, MICHAEL_CTX *ctx) in michael_key() function
94 ctx->michael_l = ctx->michael_key[0] = in michael_key()
96 ctx->michael_r = ctx->michael_key[1] = in michael_key()
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_crypto_tkip.c159 michael_key(key, &ctx); in ieee80211_tkip_mic()