Searched refs:blake2s (Results 1 – 6 of 6) sorted by relevance
/linux/lib/crypto/tests/ |
H A D | blake2s_kunit.c | 17 blake2s(out, data, NULL, BLAKE2S_HASH_SIZE, len, 0); in blake2s_default() 55 blake2s(hash, data, key, out_len, data_len, key_len); in test_blake2s_all_key_and_hash_lens() 83 blake2s(hash1, test_buf, key, in test_blake2s_with_guarded_key_buf() 85 blake2s(hash2, test_buf, guarded_key, in test_blake2s_with_guarded_key_buf() 110 blake2s(hash, test_buf, NULL, out_len, data_len, 0); in test_blake2s_with_guarded_out_buf() 111 blake2s(guarded_hash, test_buf, NULL, out_len, data_len, 0); in test_blake2s_with_guarded_out_buf()
|
/linux/lib/crypto/ |
H A D | Makefile | 35 obj-y += blake2s.o 38 obj-$(CONFIG_ARM) += arm/blake2s-core.o 39 obj-$(CONFIG_X86) += x86/blake2s-core.o
|
/linux/include/crypto/ |
H A D | blake2s.h | 89 static inline void blake2s(u8 *out, const u8 *in, const u8 *key, in blake2s() function
|
/linux/scripts/crypto/ |
H A D | gen-hash-testvecs.py | 134 h = hashlib.blake2s(digest_size=out_len, key=rand_bytes(key_len))
|
/linux/drivers/char/ |
H A D | random.c | 704 blake2s(next_key, (u8 *)&block, seed, sizeof(next_key), sizeof(block), sizeof(seed)); in extract_entropy() 714 blake2s(buf, (u8 *)&block, seed, i, sizeof(block), sizeof(seed)); in extract_entropy()
|
/linux/Documentation/admin-guide/LSM/ |
H A D | ipe.rst | 646 + blake2s-256
|