Searched refs:digest_update (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib-otp/
H A Dotp-hash.h14 void digest_update(struct digest_context *ctx, const void *data,
H A Dotp-hash.c124 void digest_update(struct digest_context *ctx, const void *data, function
146 digest_update(&ctx, seed, strlen(seed));
147 digest_update(&ctx, passphrase, strlen(passphrase));
152 digest_update(&ctx, result, OTP_HASH_SIZE);
163 digest_update(&ctx, prev, OTP_HASH_SIZE);

Completed in 10 milliseconds