Home
last modified time | relevance | path

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

/external/llvm/test/Analysis/ScalarEvolution/
Dtrip-count3.ll29 declare void @sha_update(%struct.SHA_INFO* nocapture, i8* nocapture, i32) nounwind
45 sha_update.exit.exitStub: ; preds = %bb3.i
72 br i1 %7, label %bb2.i, label %sha_update.exit.exitStub
/external/llvm-project/llvm/test/Analysis/ScalarEvolution/
Dtrip-count3.ll28 declare void @sha_update(%struct.SHA_INFO* nocapture, i8* nocapture, i32) nounwind
52 sha_update.exit.exitStub: ; preds = %bb3.i
79 br i1 %7, label %bb2.i, label %sha_update.exit.exitStub
/external/python/cpython3/Modules/
Dsha256module.c257 sha_update(SHAobject *sha_info, SHA_BYTE *buffer, Py_ssize_t count) in sha_update() function
474 sha_update(self, buf.buf, buf.len); in SHA256Type_update()
626 sha_update(new, buf.buf, buf.len); in _sha256_sha256_impl()
668 sha_update(new, buf.buf, buf.len); in _sha256_sha224_impl()
/external/python/cpython2/Modules/
Dsha256module.c267 sha_update(SHAobject *sha_info, SHA_BYTE *buffer, int count) in sha_update() function
488 sha_update(self, buf.buf, buf.len); in SHA256_update()
636 sha_update(new, buf.buf, buf.len); in SHA256_new()
671 sha_update(new, buf.buf, buf.len); in SHA224_new()
Dshamodule.c239 sha_update(SHAobject *sha_info, SHA_BYTE *buffer, unsigned int count) in sha_update() function
446 sha_update(self, buf, in SHA_update()
581 sha_update(new, buf, in SHA_new()