Searched refs:blake (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13-stable/sys/dev/wg/ |
| HD | wg_cookie.c | 275 struct blake2s_state blake; in precompute_key() local 276 blake2s_init(&blake, COOKIE_KEY_SIZE); in precompute_key() 277 blake2s_update(&blake, label, strlen(label)); in precompute_key() 278 blake2s_update(&blake, input, COOKIE_INPUT_SIZE); in precompute_key() 279 blake2s_final(&blake, key); in precompute_key()
|
| HD | wg_noise.c | 1304 struct blake2s_state blake; in noise_mix_hash() local 1306 blake2s_init(&blake, NOISE_HASH_LEN); in noise_mix_hash() 1307 blake2s_update(&blake, hash, NOISE_HASH_LEN); in noise_mix_hash() 1308 blake2s_update(&blake, src, src_len); in noise_mix_hash() 1309 blake2s_final(&blake, hash); in noise_mix_hash() 1330 struct blake2s_state blake; in noise_param_init() local 1334 blake2s_init(&blake, NOISE_HASH_LEN); in noise_param_init() 1335 blake2s_update(&blake, ck, NOISE_HASH_LEN); in noise_param_init() 1336 blake2s_update(&blake, (uint8_t *)NOISE_IDENTIFIER_NAME, in noise_param_init() 1338 blake2s_final(&blake, hash); in noise_param_init()
|
| /freebsd-13-stable/stand/ |
| HD | mfc-notes.txt | 22 c7046f76c2c0 blake workarounds merged
|
| /freebsd-13-stable/share/dict/ |
| HD | web2 | 23274 blake
|