Searched refs:Sha1Update (Results 1 - 4 of 4) sorted by relevance
/third_party/selinux/libselinux/src/ |
H A D | label_support.c | 132 Sha1Update(&context, ptr, UINT32_MAX); in digest_gen_hash() 136 Sha1Update(&context, ptr, remaining_size); in digest_gen_hash()
|
H A D | sha1.c | 146 // Sha1Update 152 Sha1Update in Sha1Update() function 209 Sha1Update(Context, (const uint8_t*)"\x80", 1); in Sha1Finalise() 212 Sha1Update(Context, (const uint8_t*)"\0", 1); in Sha1Finalise() 215 Sha1Update(Context, finalcount, 8); // Should cause a Sha1TransformFunction() in Sha1Finalise()
|
H A D | sha1.h | 58 // Sha1Update 64 Sha1Update
|
H A D | label_file.c | 1149 Sha1Update(&context, regex_str, strlen(regex_str) + 1); in hash_all_partial_matches() 1150 Sha1Update(&context, &mode, sizeof(mode_t)); in hash_all_partial_matches() 1151 Sha1Update(&context, ctx_raw, strlen(ctx_raw) + 1); in hash_all_partial_matches()
|
Completed in 5 milliseconds