Home
last modified time | relevance | path

Searched refs:sha_update (Results 1 – 4 of 4) 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/swiftshader/third_party/LLVM/test/Analysis/ScalarEvolution/
Dtrip-count3.ll27 declare void @sha_update(%struct.SHA_INFO* nocapture, i8* nocapture, i32) nounwind
43 sha_update.exit.exitStub: ; preds = %bb3.i
70 br i1 %7, label %bb2.i, label %sha_update.exit.exitStub
/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()