Lines Matching defs:WG_HASH_LEN
320 wg_dump_hash(__func__, name, hash, WG_HASH_LEN)
370 #define WG_HASH_LEN NOISE_HASHLEN
573 uint8_t wgs_handshake_hash[WG_HASH_LEN];
992 uint8_t hash[static WG_HASH_LEN])
1003 CTASSERT(WG_HASH_LEN == WG_CHAINING_KEY_LEN);
1006 blake2s_init(&state, WG_HASH_LEN, NULL, 0);
1016 wg_algo_hash(uint8_t hash[static WG_HASH_LEN], const uint8_t input[],
1021 blake2s_init(&state, WG_HASH_LEN, NULL, 0);
1022 blake2s_update(&state, hash, WG_HASH_LEN);
1051 uint8_t key[WG_HASH_LEN];
1114 KASSERT(outlen == WG_HASH_LEN);
1124 blake2s_init(&state, WG_HASH_LEN, NULL, 0);
1129 blake2s_init(&state, WG_HASH_LEN, NULL, 0);
1131 blake2s_update(&state, out, WG_HASH_LEN);
1439 uint8_t hash[WG_HASH_LEN]; /* [W] 5.4.2: Hi */
1597 uint8_t hash[WG_HASH_LEN]; /* [W] 5.4.2: Hi */
2011 uint8_t hash[WG_HASH_LEN]; /* [W] 5.4.3: Hr */
2202 uint8_t hash[WG_HASH_LEN]; /* [W] 5.4.3: Kr */
2440 uint8_t key[WG_HASH_LEN];
3157 uint8_t key[WG_HASH_LEN];