Home
last modified time | relevance | path

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

/fs/btrfs/crypto/
A Dhash.c47 blake2b_state S; in hash_blake2() local
49 blake2b_init(&S, BTRFS_BLAKE2_HASH_SIZE); in hash_blake2()
50 blake2b_update(&S, buf, length); in hash_blake2()
51 blake2b_final(&S, out, BTRFS_BLAKE2_HASH_SIZE); in hash_blake2()

Completed in 4 milliseconds