Searched refs:blake2b (Results 1 – 9 of 9) sorted by relevance
| /linux/lib/crypto/tests/ |
| H A D | blake2b_kunit.c | 5 #include <crypto/blake2b.h> 6 #include "blake2b-testvecs.h" 17 blake2b(NULL, 0, data, len, out, BLAKE2B_HASH_SIZE); in blake2b_default() 55 blake2b(key, key_len, data, data_len, hash, out_len); in test_blake2b_all_key_and_hash_lens() 66 * key lengths. Also tests both blake2b() and blake2b_init_key(). 85 blake2b(key, key_len, data, data_len, hash1, BLAKE2B_HASH_SIZE); in test_blake2b_with_guarded_key_buf() 86 blake2b(guarded_key, key_len, data, data_len, hash2, in test_blake2b_with_guarded_key_buf() 112 blake2b(NULL, 0, data, data_len, hash, out_len); in test_blake2b_with_guarded_out_buf() 113 blake2b(NULL, 0, data, data_len, guarded_hash, out_len); in test_blake2b_with_guarded_out_buf() 128 .name = "blake2b", [all...] |
| /linux/fs/btrfs/ |
| H A D | fs.c | 57 blake2b(NULL, 0, data, len, out, 32); in btrfs_csum() 79 blake2b_init(&ctx->blake2b, 32); in btrfs_csum_init() 100 blake2b_update(&ctx->blake2b, data, len); in btrfs_csum_update() 121 blake2b_final(&ctx->blake2b, out); in btrfs_csum_final()
|
| H A D | fs.h | 1109 struct blake2b_ctx blake2b; member
|
| /linux/crypto/ |
| H A D | blake2b.c | 60 blake2b(tctx->key, tctx->keylen, data, len, out, digestsize); in crypto_blake2b_digest()
|
| H A D | Kconfig | 865 - blake2b-160 866 - blake2b-256 867 - blake2b-384 868 - blake2b-512
|
| /linux/include/crypto/ |
| H A D | blake2b.h | 141 static inline void blake2b(const u8 *key, size_t keylen, in blake2b() function
|
| /linux/Documentation/crypto/ |
| H A D | libcrypto-hash.rst | 19 .. kernel-doc:: include/crypto/blake2b.h
|
| /linux/lib/crypto/ |
| H A D | Kconfig | 89 the functions from <crypto/blake2b.h>.
|
| /linux/Documentation/admin-guide/LSM/ |
| H A D | ipe.rst | 658 + blake2b-512
|