Home
last modified time | relevance | path

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

/src/crypto/openssl/doc/man7/
H A Dossl-guide-migration.pod186 =head4 Certificate Management Protocol (CMP, RFC 9810)
191 =head4 HTTP(S) client
196 =head4 Key Derivation Function API (EVP_KDF)
209 =head4 Message Authentication Code API (EVP_MAC)
221 =head4 Algorithm Fetching
230 =head4 Support for Linux Kernel TLS
236 =head4 New Algorithms
283 =head4 CMS and PKCS#7 updates
309 =head4 PKCS#12 API updates
338 =head4 PKCS#12 KDF versus FIPS
[all …]
/src/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c351 struct radix_node_head *head4; member
925 struct chashbhead *head4; member
1299 cfg->head4 = malloc(sizeof(struct chashbhead) * cfg->size4, M_IPFW, in ta_init_chash()
1304 SLIST_INIT(&cfg->head4[i]); in ta_init_chash()
1309 ti->state = cfg->head4; in ta_init_chash()
1342 SLIST_FOREACH_SAFE(ent, &cfg->head4[i], next, ent_next) in ta_destroy_chash()
1349 free(cfg->head4, M_IPFW); in ta_destroy_chash()
1485 head = cfg->head4; in ta_find_chash_tentry()
1528 SLIST_FOREACH_SAFE(ent, &cfg->head4[i], next, ent_next) in ta_foreach_chash()
1582 head = cfg->head4; in ta_add_chash()
[all …]