Home
last modified time | relevance | path

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

/haiku/src/libs/compat/openbsd_wlan/crypto/
H A Dmichael.c72 ctx->michael_l ^= ctx->michael_state; in michael_update()
73 MICHAEL_BLOCK(ctx->michael_l, ctx->michael_r); in michael_update()
87 PUTLE32(digest, ctx->michael_l); in michael_final()
94 ctx->michael_l = ctx->michael_key[0] = in michael_key()
H A Dmichael.h28 u_int32_t michael_l, michael_r; member