Searched defs:digest_update (Results 1 – 3 of 3) sorted by relevance
78 int (*digest_update)(crypto_ctx_t *, crypto_data_t *); global() member
468 digest_update(DIGEST_CTX *c, const char *data, size_t len) in digest_update() function
779 static int digest_update(EVP_MD_CTX *ctx, const void *data, size_t count) in digest_update() function