Searched refs:sha_update (Results 1 – 4 of 4) sorted by relevance
/external/llvm/test/Analysis/ScalarEvolution/ |
D | trip-count3.ll | 29 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/ |
D | trip-count3.ll | 27 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/ |
D | sha256module.c | 267 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()
|
D | shamodule.c | 239 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()
|