Home
last modified time | relevance | path

Searched refs:pubkey_cmp (Results 1 – 1 of 1) sorted by relevance

/src/contrib/wireguard-tools/
H A Dsetconf.c21 static int pubkey_cmp(const void *first, const void *second) in pubkey_cmp() function
75 qsort(pubkeys, peer_count, sizeof(*pubkeys), pubkey_cmp); in sync_conf()