Home
last modified time | relevance | path

Searched refs:head4 (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/doc/man7/
H A Dmigration_guide.pod162 =head4 HTTP(S) client
192 =head4 Algorithm Fetching
201 =head4 Support for Linux Kernel TLS
207 =head4 New Algorithms
254 =head4 CMS and PKCS#7 updates
280 =head4 PKCS#12 API updates
309 =head4 PKCS#12 KDF versus FIPS
323 =head4 Trace API
334 =head4 Key validation updates
365 =head4 Key generation is slower
[all …]
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c349 struct radix_node_head *head4; member
923 struct chashbhead *head4; member
1302 SLIST_INIT(&cfg->head4[i]); in ta_init_chash()
1307 ti->state = cfg->head4; in ta_init_chash()
1340 SLIST_FOREACH_SAFE(ent, &cfg->head4[i], next, ent_next) in ta_destroy_chash()
1347 free(cfg->head4, M_IPFW); in ta_destroy_chash()
1483 head = cfg->head4; in ta_find_chash_tentry()
1526 SLIST_FOREACH_SAFE(ent, &cfg->head4[i], next, ent_next) in ta_foreach_chash()
1580 head = cfg->head4; in ta_add_chash()
1659 head = cfg->head4; in ta_del_chash()
[all …]