Home
last modified time | relevance | path

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

/openbsd-src/sys/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