Searched refs:GET_ULONG_BE (Results 1 – 2 of 2) sorted by relevance
/third_party/lwip/src/netif/ppp/polarssl/ |
D | sha1.c | 51 #ifndef GET_ULONG_BE 52 #define GET_ULONG_BE(n,b,i) \ macro 90 GET_ULONG_BE( W[ 0], data, 0 ); in sha1_process() 91 GET_ULONG_BE( W[ 1], data, 4 ); in sha1_process() 92 GET_ULONG_BE( W[ 2], data, 8 ); in sha1_process() 93 GET_ULONG_BE( W[ 3], data, 12 ); in sha1_process() 94 GET_ULONG_BE( W[ 4], data, 16 ); in sha1_process() 95 GET_ULONG_BE( W[ 5], data, 20 ); in sha1_process() 96 GET_ULONG_BE( W[ 6], data, 24 ); in sha1_process() 97 GET_ULONG_BE( W[ 7], data, 28 ); in sha1_process() [all …]
|
D | des.c | 50 #ifndef GET_ULONG_BE 51 #define GET_ULONG_BE(n,b,i) \ macro 305 GET_ULONG_BE( X, key, 0 ); in des_setkey() 306 GET_ULONG_BE( Y, key, 4 ); in des_setkey() 405 GET_ULONG_BE( X, input, 0 ); in des_crypt_ecb() 406 GET_ULONG_BE( Y, input, 4 ); in des_crypt_ecb()
|