Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dsha512module.c242 sha_info->digest[0] = Py_ULL(0x6a09e667f3bcc908); in sha512_init()
243 sha_info->digest[1] = Py_ULL(0xbb67ae8584caa73b); in sha512_init()
244 sha_info->digest[2] = Py_ULL(0x3c6ef372fe94f82b); in sha512_init()
245 sha_info->digest[3] = Py_ULL(0xa54ff53a5f1d36f1); in sha512_init()
246 sha_info->digest[4] = Py_ULL(0x510e527fade682d1); in sha512_init()
247 sha_info->digest[5] = Py_ULL(0x9b05688c2b3e6c1f); in sha512_init()
248 sha_info->digest[6] = Py_ULL(0x1f83d9abfb41bd6b); in sha512_init()
249 sha_info->digest[7] = Py_ULL(0x5be0cd19137e2179); in sha512_init()
259 sha_info->digest[0] = Py_ULL(0xcbbb9d5dc1059ed8); in sha384_init()
260 sha_info->digest[1] = Py_ULL( in sha384_init()
[all...]
/third_party/python/Include/
H A Dpyport.h638 #ifndef Py_ULL
639 #define Py_ULL(x) Py_LL(x##U) macro

Completed in 2 milliseconds