OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PUTU32
(Results
1 - 3
of
3
) sorted by null
/external/openssh/
rijndael.c
[
all
...]
/external/wpa_supplicant_8/src/crypto/
aes_i.h
111
#define
PUTU32
(ct, st) { *((u32 *)(ct)) = SWAP((st)); }
115
#define
PUTU32
(ct, st) { \
/external/boringssl/src/crypto/fipsmodule/modes/
internal.h
73
static inline void
PUTU32
(void *out, uint32_t v) {
Completed in 564 milliseconds