Home
last modified time | relevance | path

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

/freebsd/contrib/wireguard-tools/
H A Dencoding.h14 #define WG_KEY_LEN_HEX (WG_KEY_LEN * 2 + 1) macro
H A Dencoding.c74 void key_to_hex(char hex[static WG_KEY_LEN_HEX], const uint8_t key[static WG_KEY_LEN]) in key_to_hex()