Searched defs:hpkp_db (Results 1 – 5 of 5) sorted by relevance
/dports/www/wget2/wget2-2.0.0/libwget/ |
H A D | hpkp_db.c | 93 void wget_hpkp_db_deinit(wget_hpkp_db *hpkp_db) in wget_hpkp_db_deinit() 120 void wget_hpkp_db_free(wget_hpkp_db **hpkp_db) in wget_hpkp_db_free() 148 int wget_hpkp_db_check_pubkey(wget_hpkp_db *hpkp_db, const char *host, const void *pubkey, size_t p… in wget_hpkp_db_check_pubkey() 199 void wget_hpkp_db_add(wget_hpkp_db *hpkp_db, wget_hpkp **_hpkp) in wget_hpkp_db_add() 244 static int hpkp_db_load(wget_hpkp_db *hpkp_db, FILE *fp) in hpkp_db_load() 343 int wget_hpkp_db_load(wget_hpkp_db *hpkp_db) in wget_hpkp_db_load() 392 static int hpkp_db_save(wget_hpkp_db *hpkp_db, FILE *fp) in hpkp_db_save() 421 int wget_hpkp_db_save(wget_hpkp_db *hpkp_db) in wget_hpkp_db_save() 469 wget_hpkp_db *wget_hpkp_db_init(wget_hpkp_db *hpkp_db, const char *fname) in wget_hpkp_db_init() 504 void wget_hpkp_db_set_fname(wget_hpkp_db *hpkp_db, const char *fname) in wget_hpkp_db_set_fname()
|
/dports/www/wget2/wget2-2.0.0/fuzz/ |
H A D | libwget_hpkp_fuzzer.c | 58 wget_hpkp_db *hpkp_db = wget_hpkp_db_init(NULL, "hpkp"); in LLVMFuzzerTestOneInput() local 61 wget_hpkp_db *hpkp_db = wget_hpkp_db_init(NULL, NULL); in LLVMFuzzerTestOneInput() local
|
/dports/www/wget2/wget2-2.0.0/tests/ |
H A D | test-plugin-dummy.c | 484 static wget_hpkp_db *test_hpkp_db_init(wget_hpkp_db *hpkp_db, const char *fname) in test_hpkp_db_init() 496 static void test_hpkp_db_deinit(wget_hpkp_db *hpkp_db) in test_hpkp_db_deinit() 503 static void test_hpkp_db_free(wget_hpkp_db **hpkp_db) in test_hpkp_db_free() 509 static int test_hpkp_db_check_pubkey(wget_hpkp_db *hpkp_db, const char *host, const void *pubkey, s… in test_hpkp_db_check_pubkey() 518 static void test_hpkp_db_add(wget_hpkp_db *hpkp_db, wget_hpkp **hpkp) in test_hpkp_db_add() 524 static int test_hpkp_db_load(wget_hpkp_db *hpkp_db) in test_hpkp_db_load() 531 static int test_hpkp_db_save(wget_hpkp_db *hpkp_db) in test_hpkp_db_save()
|
/dports/www/wget2/wget2-2.0.0/src/ |
H A D | wget_options.h | 154 *hpkp_db; // in-memory HPKP database member
|
/dports/www/wget2/wget2-2.0.0/unit-tests/ |
H A D | test.c | 1447 wget_hpkp_db *hpkp_db = wget_hpkp_db_init(NULL, NULL); in test_hpkp() local
|