Searched refs:PUT_ULONG_BE (Results 1 – 2 of 2) sorted by relevance
/reactos/drivers/network/tcpip/lwip/src/netif/ppp/polarssl/ |
H A D | sha1.c | 61 #ifndef PUT_ULONG_BE 62 #define PUT_ULONG_BE(n,b,i) \ macro 307 PUT_ULONG_BE( high, msglen, 0 ); in sha1_finish() 308 PUT_ULONG_BE( low, msglen, 4 ); in sha1_finish() 316 PUT_ULONG_BE( ctx->state[0], output, 0 ); in sha1_finish() 317 PUT_ULONG_BE( ctx->state[1], output, 4 ); in sha1_finish() 318 PUT_ULONG_BE( ctx->state[2], output, 8 ); in sha1_finish() 319 PUT_ULONG_BE( ctx->state[3], output, 12 ); in sha1_finish() 320 PUT_ULONG_BE( ctx->state[4], output, 16 ); in sha1_finish()
|
H A D | des.c | 60 #ifndef PUT_ULONG_BE 61 #define PUT_ULONG_BE(n,b,i) \ macro 418 PUT_ULONG_BE( Y, output, 0 ); in des_crypt_ecb() 419 PUT_ULONG_BE( X, output, 4 ); in des_crypt_ecb()
|