Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dblake2b.h96 static inline void blake2b_init_key(struct blake2b_ctx *ctx, size_t outlen, in blake2b_init_key() function
/linux/crypto/
H A Dblake2b.c36 blake2b_init_key(BLAKE2B_CTX(desc), digestsize, in crypto_blake2b_init()
/linux/lib/crypto/tests/
H A Dblake2b_kunit.c89 blake2b_init_key(&ctx, BLAKE2B_HASH_SIZE, guarded_key, key_len); in test_blake2b_with_guarded_key_buf()