Home
last modified time | relevance | path

Searched refs:key_from_base64 (Results 1 – 4 of 4) sorted by last modified time

/freebsd/contrib/wireguard-tools/
H A Dencoding.c50 bool key_from_base64(uint8_t key[static WG_KEY_LEN], const char *base64) in key_from_base64() function
H A Dencoding.h17 bool key_from_base64(uint8_t key[static WG_KEY_LEN], const char *base64);
H A Dpubkey.c42 if (!key_from_base64(key, base64)) { in pubkey_main()
H A Dconfig.c109 if (!key_from_base64(key, value)) { in parse_key()