Searched refs:uhash_update (Results 1 – 2 of 2) sorted by relevance
105 int uhash_update(uhash_ctx_t ctx,
1041 static int uhash_update(uhash_ctx_t ctx, const u_char *input, long len) in uhash_update() function1253 uhash_update(&ctx->hash, input, len); in umac_update()