Home
last modified time | relevance | path

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

/linux/lib/crypto/tests/
H A Dblake2b_kunit.c33 #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 Dblake2b.h115 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 Dblake2b.c121 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 Dblake2b.c44 blake2b_update(BLAKE2B_CTX(desc), data, len); in crypto_blake2b_update()