HomeSort by: relevance | last modified time | path
    Searched defs:format_key (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/wgconfig/
wgconfig.c 80 format_key(prop_object_t key_prop) function in typeref:typename:const char *
251 printf("%spublic-key: %s\n", prefix, format_key(prop_obj));
261 printf("%spreshared-key: %s\n", prefix, format_key(prop_obj));
292 printf("\tprivate-key: %s\n", format_key(prop_obj));
385 printf("private-key: %s\n", format_key(prop_obj));
wgconfig.c 80 format_key(prop_object_t key_prop) function in typeref:typename:const char *
251 printf("%spublic-key: %s\n", prefix, format_key(prop_obj));
261 printf("%spreshared-key: %s\n", prefix, format_key(prop_obj));
292 printf("\tprivate-key: %s\n", format_key(prop_obj));
385 printf("private-key: %s\n", format_key(prop_obj));

Completed in 48 milliseconds