Searched refs:SHA1_CTX (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/include/
H A Dsha1.h22 } SHA1_CTX; typedef in typeref:struct:__anon41
26 void SHA1Init(SHA1_CTX *);
27 void SHA1Update(SHA1_CTX *, const u_char *, u_int);
28 void SHA1Final(u_char[SHA1_DIGEST_LENGTH], SHA1_CTX *);
/bionic/libc/bionic/
H A Dsha1.c196 SHA1_CTX *context;
215 SHA1_CTX *context;
246 SHA1_CTX* context;

Completed in 54 milliseconds