Home
last modified time | relevance | path

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

/openbsd/sbin/iked/
H A Dtypes.h72 #define IKED_PASSWORD_SIZE 256 /* limited by most EAP types */ macro
H A Dconfig.c478 memcpy(old->usr_pass, new->usr_pass, IKED_PASSWORD_SIZE); in config_new_user()
H A Diked.h719 char usr_pass[IKED_PASSWORD_SIZE];