Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/
H A Dsha512.c44 #ifndef GET_UINT64_BE
45 #define GET_UINT64_BE(n,b,i) \ macro
184 GET_UINT64_BE(W[i], data, i << 3); in sha512_process()
/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Dhash_sha512.c39 #ifndef GET_UINT64_BE
40 #define GET_UINT64_BE(n,b,i) \ macro
221 GET_UINT64_BE( W[i], data, i << 3 ); in mbedtls_sha512_process()