Searched refs:polyval_update (Results 1 – 4 of 4) sorted by relevance
| /linux/include/crypto/ |
| H A D | polyval.h | 154 void polyval_update(struct polyval_ctx *ctx, const u8 *data, size_t len); 186 polyval_update(&ctx, data, len); in polyval()
|
| /linux/crypto/ |
| H A D | hctr2.c | 87 polyval_update(&ctx, (const u8 *)&tweak_length_block, in hctr2_hash_tweaklens() 144 polyval_update(poly_ctx, req->iv, TWEAK_SIZE); in hctr2_hash_tweak() 169 polyval_update(poly_ctx, miter.addr, n); in hctr2_hash_message() 174 polyval_update(poly_ctx, &padding, 1); in hctr2_hash_message()
|
| /linux/lib/crypto/tests/ |
| H A D | polyval_kunit.c | 31 #define HASH_UPDATE polyval_update 80 polyval_update(&hashofhashes_ctx, hash, sizeof(hash)); in test_polyval_allones_key_and_message()
|
| /linux/lib/crypto/ |
| H A D | polyval.c | 258 void polyval_update(struct polyval_ctx *ctx, const u8 *data, size_t len) in polyval_update() function 281 EXPORT_SYMBOL_GPL(polyval_update);
|