Home
last modified time | relevance | path

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

/openbsd/sbin/isakmpd/
H A Dutil.h46 extern int check_file_secrecy_fd(int, char *, size_t *);
H A Dutil.c529 check_file_secrecy_fd(int fd, char *name, size_t *file_size) in check_file_secrecy_fd() function
H A Dconf.c617 if (fd == -1 || check_file_secrecy_fd(fd, conf_path, &sz) == -1) { in conf_reinit()
H A Dike_auth.c301 if (check_file_secrecy_fd(fd, keyfile, &fsize)) { in ike_auth_get_key()
H A Dpolicy.c1952 if (check_file_secrecy_fd(fd, policy_file, &sz)) { in policy_init()