Searched refs:Py_ULL (Results 1 – 2 of 2) sorted by relevance
239 sha_info->digest[0] = Py_ULL(0x6a09e667f3bcc908); in sha512_init()240 sha_info->digest[1] = Py_ULL(0xbb67ae8584caa73b); in sha512_init()241 sha_info->digest[2] = Py_ULL(0x3c6ef372fe94f82b); in sha512_init()242 sha_info->digest[3] = Py_ULL(0xa54ff53a5f1d36f1); in sha512_init()243 sha_info->digest[4] = Py_ULL(0x510e527fade682d1); in sha512_init()244 sha_info->digest[5] = Py_ULL(0x9b05688c2b3e6c1f); in sha512_init()245 sha_info->digest[6] = Py_ULL(0x1f83d9abfb41bd6b); in sha512_init()246 sha_info->digest[7] = Py_ULL(0x5be0cd19137e2179); in sha512_init()256 sha_info->digest[0] = Py_ULL(0xcbbb9d5dc1059ed8); in sha384_init()257 sha_info->digest[1] = Py_ULL(0x629a292a367cd507); in sha384_init()[all …]
783 #ifndef Py_ULL784 #define Py_ULL(x) Py_LL(x##U) macro