Home
last modified time | relevance | path

Searched defs:__blake2s_param (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/libb2/
H A Dblake2.h71 typedef struct __blake2s_param struct
73 uint8_t digest_length; // 1
74 uint8_t key_length; // 2
75 uint8_t fanout; // 3
76 uint8_t depth; // 4
77 uint32_t leaf_length; // 8
78 uint8_t node_offset[6];// 14
79 uint8_t node_depth; // 15
80 uint8_t inner_length; // 16
82 uint8_t salt[BLAKE2S_SALTBYTES]; // 24
[all …]