Searched refs:SHA_CTX (Results 1 – 2 of 2) sorted by relevance
36 typedef HASH_CTX SHA_CTX; typedef38 void SHA_init(SHA_CTX* ctx);39 void SHA_update(SHA_CTX* ctx, const void* data, int len);40 const uint8_t* SHA_final(SHA_CTX* ctx);
38 static void SHA1_Transform(SHA_CTX* ctx) { in SHA1_Transform()96 void SHA_init(SHA_CTX* ctx) { in SHA_init()107 void SHA_update(SHA_CTX* ctx, const void* data, int len) { in SHA_update()123 const uint8_t* SHA_final(SHA_CTX* ctx) { in SHA_final()150 SHA_CTX ctx; in SHA_hash()