Searched refs:polyval_final (Results 1 – 4 of 4) sorted by relevance
168 void polyval_final(struct polyval_ctx *ctx, u8 out[POLYVAL_BLOCK_SIZE]);187 polyval_final(&ctx, out); in polyval()
32 #define HASH_FINAL polyval_final82 polyval_final(&hashofhashes_ctx, hash); in test_polyval_allones_key_and_message()
283 void polyval_final(struct polyval_ctx *ctx, u8 out[POLYVAL_BLOCK_SIZE]) in polyval_final() function290 EXPORT_SYMBOL_GPL(polyval_final);
175 polyval_final(poly_ctx, digest); in hctr2_hash_message()