Searched refs:SHA_CTX (Results 1 – 3 of 3) sorted by relevance
37 typedef struct SHA_CTX { struct48 } SHA_CTX; argument50 void SHA_init(SHA_CTX* ctx);51 void SHA_update(SHA_CTX* ctx, const void* data, int len);52 const uint8_t* SHA_final(SHA_CTX* ctx);
58 static void SHA1_Transform(SHA_CTX *ctx) in SHA1_Transform()154 void SHA_update(SHA_CTX *ctx, const void *data, int len) in SHA_update()178 const uint8_t *SHA_final(SHA_CTX *ctx) in SHA_final()203 static void SHA1_transform(SHA_CTX *ctx) in SHA1_transform()254 void SHA_update(SHA_CTX *ctx, const void *data, int len) in SHA_update()269 const uint8_t *SHA_final(SHA_CTX *ctx) in SHA_final()297 void SHA_init(SHA_CTX *ctx) in SHA_init()312 SHA_CTX ctx; in SHA()
304 SHA_CTX ctx; in main()