Home
last modified time | relevance | path

Searched defs:KEY_LEN (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/usr.sbin/wg-keygen/
H A Dwg-keygen.c41 #define KEY_LEN 32 macro
71 normalize_key(uint8_t key[KEY_LEN]) in normalize_key()
81 base64(uint8_t key[KEY_LEN]) in base64()
/netbsd-src/usr.sbin/wgconfig/
H A Dwgconfig.c55 #define KEY_LEN 32 macro
410 unsigned char keybuf[KEY_LEN]) in base64_decode()
420 read_key(const char *path, unsigned char keybuf[KEY_LEN]) in read_key()
/netbsd-src/external/bsd/nvi/dist/common/
H A Dgs.h101 #define KEY_LEN(sp, ch) \ macro
/netbsd-src/sys/sys/
H A Dmount.h225 #define VFS_LOADVNODE(MP, VP, KEY, KEY_LEN, NEW_KEY) \ argument