Searched refs:digest_update (Results 1 - 2 of 2) sorted by relevance
/dovecot/src/lib-otp/ |
H A D | otp-hash.h | 14 void digest_update(struct digest_context *ctx, const void *data,
|
H A D | otp-hash.c | 124 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 7 milliseconds