Searched refs:check_prf_algo (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/sbin/tcplay/ |
H A D | main.c | 280 if ((opts->prf_algo = check_prf_algo(optarg, 0, 0)) == NULL) { in main() 360 if ((opts->h_prf_algo = check_prf_algo(optarg, 0, 0)) == NULL) { in main() 408 if ((opts->new_prf_algo = check_prf_algo(optarg, 0, 0)) == NULL) { in main()
|
/dflybsd-src/lib/libtcplay/ |
H A D | tcplay_api.c | 369 if ((opts->prf_algo = check_prf_algo(s, 0, 1)) == NULL) { in tc_api_task_set() 380 if ((opts->h_prf_algo = check_prf_algo(s, 0, 1)) == NULL) { in tc_api_task_set() 391 if ((opts->new_prf_algo = check_prf_algo(s, 0, 1)) == NULL) { in tc_api_task_set()
|
H A D | tcplay.h | 300 struct pbkdf_prf_algo *check_prf_algo(const char *algo, int sys, int quiet);
|
H A D | tcplay.c | 2030 check_prf_algo(const char *algo, int sys, int quiet) in check_prf_algo() function
|