Searched defs:WG_STATIC_KEY_LEN (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/net/ |
H A D | if_wg.c | 300 #define WG_STATIC_KEY_LEN global() macro 996 wg_algo_dh(uint8_t out[WG_DH_OUTPUT_LEN],const uint8_t privkey[WG_STATIC_KEY_LEN],const uint8_t pubkey[WG_STATIC_KEY_LEN]) wg_algo_dh() argument 997 wg_algo_dh(uint8_t out[WG_DH_OUTPUT_LEN],const uint8_t privkey[WG_STATIC_KEY_LEN],const uint8_t pubkey[WG_STATIC_KEY_LEN]) wg_algo_dh() argument 1085 wg_algo_dh_kdf(uint8_t ckey[WG_CHAINING_KEY_LEN],uint8_t cipher_key[WG_CIPHER_KEY_LEN],const uint8_t local_key[WG_STATIC_KEY_LEN],const uint8_t remote_key[WG_STATIC_KEY_LEN]) wg_algo_dh_kdf() argument 1086 wg_algo_dh_kdf(uint8_t ckey[WG_CHAINING_KEY_LEN],uint8_t cipher_key[WG_CIPHER_KEY_LEN],const uint8_t local_key[WG_STATIC_KEY_LEN],const uint8_t remote_key[WG_STATIC_KEY_LEN]) wg_algo_dh_kdf() argument 2085 wg_lookup_peer_by_pubkey(struct wg_softc * wg,const uint8_t pubkey[WG_STATIC_KEY_LEN],struct psref * psref) wg_lookup_peer_by_pubkey() argument 4117 wg_calc_pubkey(uint8_t pubkey[WG_STATIC_KEY_LEN],const uint8_t privkey[WG_STATIC_KEY_LEN]) wg_calc_pubkey() argument 4118 wg_calc_pubkey(uint8_t pubkey[WG_STATIC_KEY_LEN],const uint8_t privkey[WG_STATIC_KEY_LEN]) wg_calc_pubkey() argument [all...] |