Home
last modified time | relevance | path

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

/external/openssh/
Dumac.c155 #define STORE_UINT32_BIG(ptr,x) STORE_UINT32_REVERSED(ptr,x) macro
158 #define STORE_UINT32_BIG(ptr,x) (*(UINT32 *)(ptr) = (UINT32)(x)) macro
891 STORE_UINT32_BIG((UINT32 *)res+0, ip_reduce_p36(t) ^ ahc->ip_trans[0]); in ip_short()
894 STORE_UINT32_BIG((UINT32 *)res+1, ip_reduce_p36(t) ^ ahc->ip_trans[1]); in ip_short()
898 STORE_UINT32_BIG((UINT32 *)res+2, ip_reduce_p36(t) ^ ahc->ip_trans[2]); in ip_short()
902 STORE_UINT32_BIG((UINT32 *)res+3, ip_reduce_p36(t) ^ ahc->ip_trans[3]); in ip_short()
920 STORE_UINT32_BIG((UINT32 *)res+i, in ip_long()