Searched refs:blake2b_update (Results 1 – 4 of 4) sorted by relevance
| /linux/lib/crypto/tests/ |
| H A D | blake2b_kunit.c | 33 #define HASH_UPDATE blake2b_update 56 blake2b_update(&main_ctx, hash, out_len); in test_blake2b_all_key_and_hash_lens() 90 blake2b_update(&ctx, test_buf, data_len); in test_blake2b_with_guarded_key_buf()
|
| /linux/include/crypto/ |
| H A D | blake2b.h | 115 void blake2b_update(struct blake2b_ctx *ctx, const u8 *in, size_t inlen); 152 blake2b_update(&ctx, in, inlen); in blake2b()
|
| /linux/lib/crypto/ |
| H A D | blake2b.c | 121 void blake2b_update(struct blake2b_ctx *ctx, const u8 *in, size_t inlen) in blake2b_update() function 144 EXPORT_SYMBOL(blake2b_update);
|
| /linux/crypto/ |
| H A D | blake2b.c | 44 blake2b_update(BLAKE2B_CTX(desc), data, len); in crypto_blake2b_update()
|