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.pod165 =head4 Certificate Management Protocol (CMP, RFC 4210)
170 =head4 HTTP(S) client
175 =head4 Key Derivation Function API (EVP_KDF)
188 =head4 Message Authentication Code API (EVP_MAC)
200 =head4 Algorithm Fetching
209 =head4 Support for Linux Kernel TLS
215 =head4 New Algorithms
262 =head4 CMS and PKCS#7 updates
288 =head4 PKCS#12 API updates
317 =head4 PKC
[all...]
/freebsd/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 …]