Home
last modified time | relevance | path

Searched refs:SHA1_CTX (Results 1 – 3 of 3) sorted by relevance

/system/extras/ext4_utils/
Dsha1.h34 } SHA1_CTX; typedef
38 void SHA1Init(SHA1_CTX *);
39 void SHA1Update(SHA1_CTX *, const u_char *, u_int);
40 void SHA1Final(u_char[SHA1_DIGEST_LENGTH], SHA1_CTX *);
Dsha1.c199 SHA1_CTX *context; in SHA1Init()
218 SHA1_CTX *context; in SHA1Update()
249 SHA1_CTX* context;
Dext4_utils.c70 SHA1_CTX ctx; in sha1_hash()