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

/illumos-gate/usr/src/uts/common/sys/
H A Dsha1.h39 * SHA1_CTX directly. NEVER change this structure without verifying
51 } SHA1_CTX; typedef in typeref:struct:__anon9016
55 void SHA1Init(SHA1_CTX *);
56 void SHA1Update(SHA1_CTX *, const void *, size_t);
57 void SHA1Final(void *, SHA1_CTX *);

Completed in 60 milliseconds