Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dsha256module.c83 static void SHAcopy(SHAobject *src, SHAobject *dest) in SHAcopy() function
447 SHAcopy(self, newobj); in SHA256Type_copy_impl()
464 SHAcopy(self, &temp); in SHA256Type_digest_impl()
483 SHAcopy(self, &temp); in SHA256Type_hexdigest_impl()
H A Dsha512module.c71 static void SHAcopy(SHAobject *src, SHAobject *dest) in SHAcopy() function
503 SHAcopy(self, newobj); in SHA512Type_copy_impl()
520 SHAcopy(self, &temp); in SHA512Type_digest_impl()
539 SHAcopy(self, &temp); in SHA512Type_hexdigest_impl()

Completed in 2 milliseconds