Home
last modified time | relevance | path

Searched refs:SHAcopy (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Modules/
Dshamodule.c74 static void SHAcopy(SHAobject *src, SHAobject *dest) in SHAcopy() function
368 SHAcopy(self, newobj); in SHA_copy()
381 SHAcopy(self, &temp); in SHA_digest()
399 SHAcopy(self, &temp); in SHA_hexdigest()
Dsha256module.c76 static void SHAcopy(SHAobject *src, SHAobject *dest) in SHAcopy() function
420 SHAcopy(self, newobj); in SHA256_copy()
433 SHAcopy(self, &temp); in SHA256_digest()
451 SHAcopy(self, &temp); in SHA256_hexdigest()
Dsha512module.c86 static void SHAcopy(SHAobject *src, SHAobject *dest) in SHAcopy() function
486 SHAcopy(self, newobj); in SHA512_copy()
499 SHAcopy(self, &temp); in SHA512_digest()
517 SHAcopy(self, &temp); in SHA512_hexdigest()
/external/python/cpython3/Modules/
Dsha256module.c76 static void SHAcopy(SHAobject *src, SHAobject *dest) in SHAcopy() function
424 SHAcopy(self, newobj); in SHA256Type_copy_impl()
441 SHAcopy(self, &temp); in SHA256Type_digest_impl()
460 SHAcopy(self, &temp); in SHA256Type_hexdigest_impl()
Dsha512module.c85 static void SHAcopy(SHAobject *src, SHAobject *dest) in SHAcopy() function
489 SHAcopy(self, newobj); in SHA512Type_copy_impl()
506 SHAcopy(self, &temp); in SHA512Type_digest_impl()
525 SHAcopy(self, &temp); in SHA512Type_hexdigest_impl()