Home
last modified time | relevance | path

Searched refs:polyval_init (Results 1 – 3 of 3) sorted by relevance

/linux/include/crypto/
H A Dpolyval.h106 static inline void polyval_init(struct polyval_ctx *ctx, in polyval_init() function
185 polyval_init(&ctx, key); in polyval()
/linux/lib/crypto/tests/
H A Dpolyval_kunit.c17 polyval_init(ctx, &test_key); in polyval_init_withtestkey()
77 polyval_init(&hashofhashes_ctx, &key); in test_polyval_allones_key_and_message()
/linux/crypto/
H A Dhctr2.c86 polyval_init(&ctx, &tctx->poly_key); in hctr2_hash_tweaklens()