Home
last modified time | relevance | path

Searched defs:hpkp_db (Results 1 – 5 of 5) sorted by relevance

/dports/www/wget2/wget2-2.0.0/libwget/
H A Dhpkp_db.c93 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 Dlibwget_hpkp_fuzzer.c58 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 Dtest-plugin-dummy.c484 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 Dwget_options.h154 *hpkp_db; // in-memory HPKP database member
/dports/www/wget2/wget2-2.0.0/unit-tests/
H A Dtest.c1447 wget_hpkp_db *hpkp_db = wget_hpkp_db_init(NULL, NULL); in test_hpkp() local