Home
last modified time | relevance | path

Searched refs:polyval_final (Results 1 – 4 of 4) sorted by relevance

/linux/include/crypto/
H A Dpolyval.h168 void polyval_final(struct polyval_ctx *ctx, u8 out[POLYVAL_BLOCK_SIZE]);
187 polyval_final(&ctx, out); in polyval()
/linux/lib/crypto/tests/
H A Dpolyval_kunit.c32 #define HASH_FINAL polyval_final
82 polyval_final(&hashofhashes_ctx, hash); in test_polyval_allones_key_and_message()
/linux/lib/crypto/
H A Dpolyval.c283 void polyval_final(struct polyval_ctx *ctx, u8 out[POLYVAL_BLOCK_SIZE]) in polyval_final() function
290 EXPORT_SYMBOL_GPL(polyval_final);
/linux/crypto/
H A Dhctr2.c175 polyval_final(poly_ctx, digest); in hctr2_hash_message()