Searched defs:PUTLE32 (Results 1 - 1 of 1) sorted by relevance

/haiku/src/libs/compat/openbsd_wlan/crypto/
H A Dmichael.c36 #define PUTLE32(x, v) ((x)[0] = (u_int8_t)(v), \ macro
42 #define PUTLE32(x, v) (*((u_int32_t *)(x)) = (v)) macro

Completed in 27 milliseconds