Searched refs:PUT_ULONG_BE (Results 1 - 1 of 1) sorted by relevance

/openwrt/package/utils/px5g-standalone/src/library/
H A Dsha1.c63 #ifndef PUT_ULONG_BE
64 #define PUT_ULONG_BE(n,b,i) \ macro
309 PUT_ULONG_BE( high, msglen, 0 );
310 PUT_ULONG_BE( low, msglen, 4 );
318 PUT_ULONG_BE( ctx->state[0], output, 0 );
319 PUT_ULONG_BE( ctx->state[1], output, 4 );
320 PUT_ULONG_BE( ctx->state[2], output, 8 );
321 PUT_ULONG_BE( ctx->state[3], output, 12 );
322 PUT_ULONG_BE( ctx->state[4], output, 16 );

Completed in 21 milliseconds