Searched refs:Sha1Update (Results 1 – 4 of 4) sorted by relevance
/external/selinux/libselinux/src/ |
D | sha1.c | 152 Sha1Update in Sha1Update() function 209 Sha1Update( Context, (uint8_t*)"\x80", 1 ); in Sha1Finalise() 212 Sha1Update( Context, (uint8_t*)"\0", 1 ); in Sha1Finalise() 215 Sha1Update( Context, finalcount, 8 ); // Should cause a Sha1TransformFunction() in Sha1Finalise()
|
D | sha1.h | 64 Sha1Update
|
D | label_support.c | 125 Sha1Update(&context, digest->hashbuf, digest->hashbuf_size); in digest_gen_hash()
|
D | label_file.c | 1042 Sha1Update(&context, regex_str, strlen(regex_str) + 1); in hash_all_partial_matches() 1043 Sha1Update(&context, &mode, sizeof(uint32_t)); in hash_all_partial_matches() 1044 Sha1Update(&context, ctx_raw, strlen(ctx_raw) + 1); in hash_all_partial_matches()
|