Searched defs:sha256_update (Results 1 – 4 of 4) sorted by relevance
135 static void sha256_update(struct sha256 *s, const void *m, unsigned long len) in sha256_update() function
178 static void sha256_update(EVP_MD_CTX *ctx, const void *data, size_t count) { in sha256_update() function
41 static inline void sha256_update(uint8_t *b, uint32_t *hash) in sha256_update() function