Searched refs:key (Results 126 - 142 of 142) sorted by relevance

123456

/darwin-on-arm/xnu/bsd/netinet6/
H A Dah_input.c110 #include <netkey/key.h>
188 "IPv4 AH input: no key association found for spi %u\n",
669 "IPv6 AH input: no key association found for spi %u\n",
H A Desp_core.c103 #include <netkey/key.h>
219 /* check for key length */
223 "esp_schedule %s: unsupported key length %d: "
315 ipseclog((LOG_ERR, "esp_descbc_mature: no key is given.\n"));
329 "esp_descbc_mature: invalid key length %d.\n",
334 /* weak key check */
337 "esp_descbc_mature: weak key was passed.\n"));
427 ipseclog((LOG_ERR, "esp_cbc_mature: no key is given.\n"));
441 "esp_cbc_mature %s: invalid key length %d.\n",
447 /* weak key chec
[all...]
H A Din6_pcb.c136 #include <netkey/key.h>
H A Desp_input.c115 #include <netkey/key.h>
226 "IPv4 ESP input: no key association found for spi %u\n",
374 * pre-compute and cache intermediate key
776 "IPv6 ESP input: no key association found for spi %u\n",
924 * pre-compute and cache intermediate key
H A Dicmp6.c132 #include <netkey/key.h>
H A Dip6_output.c141 #include <netkey/key.h>
H A Dipsec.c127 #include <netkey/key.h>
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfsnode.h291 uint64_t key; /* cookie */ member in struct:nfsdmap::__anon453
H A Dnfs_vnops.c4955 while ((i != -1) && (cookie != ndcc->cookies[i].key)) {
4961 if ((i != -1) && (cookie == ndcc->cookies[i].key)) {
4973 ndcc->cookies[i].key = cookie;
5019 if (ndcc->cookies[i].key == cookie) {
5028 if (*ptc && (iptc == -1) && NFS_DIR_COOKIE_SAME32(ndcc->cookies[i].key, cookie))
/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.c107 #include <netkey/key.h>
H A Dip_output.c120 #include <netkey/key.h>
H A Dtcp_input.c130 #include <netkey/key.h>
/darwin-on-arm/xnu/bsd/conf/
H A Dfiles352 bsd/netkey/key.c optional ipsec
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsutils.c547 /* Install a case-sensitive key compare */
1410 /* Build a key to "temp" */
1411 keyp = (HFSPlusCatalogKey*)&iterator->key;
/darwin-on-arm/xnu/bsd/net/
H A Dpfvar.h525 } pfk; /* 128-bit hash key */
541 struct pf_poolhashkey key __attribute__((aligned(8))); member in struct:pf_pool
1013 /* flowhash key (12-bytes multiple for performance) */
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOServicePM.cpp7884 setPMProperty( OSDictionary * dict, const char * key, uint64_t value ) argument
7889 dict->setObject(key, num);
/darwin-on-arm/xnu/bsd/netkey/
H A Dkey.c29 /* $FreeBSD: src/sys/netkey/key.c,v 1.16.2.13 2002/07/24 18:17:40 ume Exp $ */
30 /* $KAME: key.c,v 1.191 2001/06/27 10:46:49 sakane Exp $ */
109 #include <netkey/key.h>
306 /* minimum ESP key length */
310 /* minimum AH key length */
419 /* key statistics */
639 /* initialize key statistics */
3664 ipseclog((LOG_DEBUG, "key_setsaval: invalid auth key ext len. len = %d\n", len));
3693 /* Encryption key */
3703 ipseclog((LOG_DEBUG, "key_setsaval: invalid encryption key ex
[all...]

Completed in 175 milliseconds

123456