HomeSort by: relevance | last modified time | path
    Searched refs:doi (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/crypto/dist/ipsec-tools/src/racoon/
algorithm.c 302 alg_oakley_hashdef(int doi)
306 if (doi == oakley_hashdef[i].doi) {
315 alg_oakley_hashdef_ok(int doi)
319 f = alg_oakley_hashdef(doi);
333 res = oakley_hashdef[i].doi;
340 alg_oakley_hashdef_hashlen(int doi)
344 f = alg_oakley_hashdef(doi);
352 alg_oakley_hashdef_name(int doi)
356 f = alg_oakley_hashdef(doi);
    [all...]
algorithm.h 133 int doi; member in struct:hmac_algorithm
144 int doi; member in struct:hash_algorithm
155 int doi; member in struct:enc_algorithm
167 int doi; member in struct:dh_algorithm
175 int doi; member in struct:misc_algorithm
isakmp.h 174 uint16_t type; /* defined by DOI-spec, and Attribute Format */
185 /* MAY NOT be used, because of being defined in ipsec-doi. */
189 uint32_t doi; /* Domain of Interpretation */
233 /* NOTE: MUST NOT use because of being defined in ipsec-doi instead them. */
239 uint32_t doi_data; /* DOI Specific ID Data */
308 uint32_t doi; /* Domain of Interpretation */ member in struct:isakmp_pl_n
352 /* 4.6.3 IPSEC DOI Notify Message Types */
372 uint32_t doi; /* Domain of Interpretation */ member in struct:isakmp_pl_d
416 uint32_t doi; /* Domain of Interpretation */ member in struct:isakmp_pl_ru
ipsec_doi.h 150 uint32_t doi; /* Domain of Interpretation */ member in struct:ipsecdoi_pl_sa::ipsecdoi_sa_b
185 /* compressing doi type, it's internal use. */
isakmp_inf.c 452 if (ntohl(delete->doi) != IPSEC_DOI) {
454 "delete payload with invalid doi:%d.\n",
455 ntohl(delete->doi));
459 * with a zero DOI. Don't give up in that situation.
462 ISAKMP_CFG_VENDORID_UNITY) == 0) || (delete->doi != 0))
589 d->doi = htonl(IPSEC_DOI);
652 d->doi = htonl(IPSEC_DOI);
726 n->doi = htonl(IPSEC_DOI);
785 n->doi = htonl(iph1->rmconf->doitype);
832 n->doi = htonl(IPSEC_DOI); /* IPSEC DOI (1) *
    [all...]
cfparse.y 329 %token EXCHANGE_MODE EXCHANGETYPE DOI DOITYPE SITUATION SITUATIONTYPE
2014 | DOI DOITYPE { cur_rmconf->doitype = $2; } EOS
2509 int doi;
2512 doi = algtype2doi($1, $2);
2513 if (doi == -1) {
2524 s_attr_isakmp_enc(doi));
2531 s_attr_isakmp_enc(doi));
2536 cur_rmconf->spspec->algclass[algclass_isakmp_enc] = doi;
2555 cur_rmconf->spspec->algclass[algclass_isakmp_hash] = doi;
2558 cur_rmconf->spspec->algclass[algclass_isakmp_ameth] = doi;
    [all...]
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
bpobj.c 98 dmu_object_info_t doi; local
110 VERIFY3U(0, ==, dmu_object_info(os, bpo.bpo_phys->bpo_subobjs, &doi));
111 epb = doi.doi_data_block_size / sizeof (uint64_t);
149 dmu_object_info_t doi; local
152 err = dmu_object_info(os, object, &doi);
162 ASSERT3U(doi.doi_type, ==, DMU_OT_BPOBJ);
163 ASSERT3U(doi.doi_bonus_type, ==, DMU_OT_BPOBJ_HDR);
171 bpo->bpo_epb = doi.doi_data_block_size >> SPA_BLKPTRSHIFT;
172 bpo->bpo_havecomp = (doi.doi_bonus_size > BPOBJ_SIZE_V0);
173 bpo->bpo_havesubobj = (doi.doi_bonus_size > BPOBJ_SIZE_V1)
207 dmu_object_info_t doi; local
405 dmu_object_info_t doi; local
422 dmu_object_info_t doi; local
    [all...]
zfs_sa.c 135 dmu_object_info_t doi; local
142 sa_object_info(zp->z_sa_hdl, &doi);
146 if (len <= doi.doi_bonus_size) {
168 dmu_object_info_t doi; local
172 sa_object_info(zp->z_sa_hdl, &doi);
175 if (len > doi.doi_bonus_size)
dsl_deadlist.c 98 dmu_object_info_t doi; local
104 dmu_object_info_from_db(dl->dl_dbuf, &doi);
105 if (doi.doi_type == DMU_OT_BPOBJ) {
158 dmu_object_info_t doi; local
162 VERIFY3U(0, ==, dmu_object_info(os, dlobj, &doi));
163 if (doi.doi_type == DMU_OT_BPOBJ) {
466 dmu_object_info_t doi; local
468 VERIFY3U(0, ==, dmu_object_info(dl->dl_os, obj, &doi));
469 if (doi.doi_type == DMU_OT_BPOBJ) {
space_map.c 406 dmu_object_info_t doi; local
411 dmu_object_info_from_db(sm->sm_dbuf, &doi);
422 doi.doi_bonus_size != sizeof (space_map_phys_t)) ||
423 doi.doi_data_block_size != space_map_blksz) {
426 spa_name(spa), doi.doi_bonus_size, doi.doi_data_block_size);
497 dmu_object_info_t doi; local
499 dmu_object_info_from_db(sm->sm_dbuf, &doi);
500 if (doi.doi_bonus_size != SPACE_MAP_SIZE_V0) {
spa_history.c 232 dmu_object_info_t doi; local
233 dmu_object_info_from_db(dbp, &doi);
234 ASSERT3U(doi.doi_bonus_type, ==, DMU_OT_SPA_HISTORY_OFFSETS);
372 dmu_object_info_t doi; local
373 dmu_object_info_from_db(dbp, &doi);
374 ASSERT3U(doi.doi_bonus_type, ==, DMU_OT_SPA_HISTORY_OFFSETS);
zfs_znode.c 829 dmu_object_info_t doi; local
849 dmu_object_info_from_db(db, &doi);
850 if (doi.doi_bonus_type != DMU_OT_SA &&
851 (doi.doi_bonus_type != DMU_OT_ZNODE ||
852 (doi.doi_bonus_type == DMU_OT_ZNODE &&
853 doi.doi_bonus_size < sizeof (znode_phys_t)))) {
858 blksz = doi.doi_data_block_size;
859 obj_type = doi.doi_bonus_type;
1302 dmu_object_info_t doi; local
1324 dmu_object_info_from_db(db, &doi);
1435 dmu_object_info_t doi; local
2161 dmu_object_info_t doi; local
    [all...]
ddt.c 112 dmu_object_info_t doi; local
132 VERIFY(ddt_object_info(ddt, type, class, &doi) == 0);
139 ddo->ddo_dspace = doi.doi_physical_blocks_512 << 9;
140 ddo->ddo_mspace = doi.doi_fill_count * doi.doi_data_block_size;
150 dmu_object_info_t doi; local
163 VERIFY(ddt_object_info(ddt, type, class, &doi) == 0);
167 ddo->ddo_dspace = doi.doi_physical_blocks_512 << 9;
168 ddo->ddo_mspace = doi.doi_fill_count * doi.doi_data_block_size
    [all...]
dmu.c 2162 dmu_object_info_from_dnode(dnode_t *dn, dmu_object_info_t *doi)
2171 doi->doi_data_block_size = dn->dn_datablksz;
2172 doi->doi_metadata_block_size = dn->dn_indblkshift ?
2174 doi->doi_type = dn->dn_type;
2175 doi->doi_bonus_type = dn->dn_bonustype;
2176 doi->doi_bonus_size = dn->dn_bonuslen;
2177 doi->doi_indirection = dn->dn_nlevels;
2178 doi->doi_checksum = dn->dn_checksum;
2179 doi->doi_compress = dn->dn_compress;
2180 doi->doi_nblkptr = dn->dn_nblkptr
2220 dmu_object_info_from_dnode(DB_DNODE(db), doi); local
    [all...]
zfs_dir.c 259 dmu_object_info_t doi; local
275 zap.za_first_integer, &doi);
279 ASSERT((doi.doi_type == DMU_OT_PLAIN_FILE_CONTENTS) ||
280 (doi.doi_type == DMU_OT_DIRECTORY_CONTENTS));
dsl_dir.c 176 dmu_object_info_t doi; local
177 dmu_object_info_from_db(dbuf, &doi);
178 ASSERT3U(doi.doi_bonus_type, ==, DMU_OT_DSL_DIR);
179 ASSERT3U(doi.doi_bonus_size, >=, sizeof (dsl_dir_phys_t));
2002 dmu_object_info_t doi; local
2004 dmu_object_info_from_db(dd->dd_dbuf, &doi);
2005 return (doi.doi_type == DMU_OTN_ZAP_METADATA);
sa.c 1375 dmu_object_info_t doi; local
1379 dmu_object_info_from_db(db, &doi);
1380 ASSERT(doi.doi_bonus_type == DMU_OT_SA ||
1381 doi.doi_bonus_type == DMU_OT_ZNODE);
1931 sa_object_info(sa_handle_t *hdl, dmu_object_info_t *doi)
1933 dmu_object_info_from_db((dmu_buf_t *)hdl->sa_bonus, doi);
zap_micro.c 487 dmu_object_info_t doi; local
488 dmu_object_info_from_db(db, &doi);
489 ASSERT3U(DMU_OT_BYTESWAP(doi.doi_type), ==, DMU_BSWAP_ZAP);
656 dmu_object_info_t doi; local
657 dmu_object_info_from_db(db, &doi);
658 ASSERT3U(DMU_OT_BYTESWAP(doi.doi_type), ==, DMU_BSWAP_ZAP);
  /src/external/bsd/tcpdump/dist/
print-isakmp.c 149 nd_uint16_t type; /* defined by DOI-spec, and Attribute Format */
156 /* MAY NOT be used, because of being defined in ipsec-doi. */
169 nd_uint32_t doi; /* Domain of Interpretation */ member in struct:ikev1_pl_sa
212 /* MUST NOT to be used, because of being defined in ipsec-doi. */
217 nd_uint32_t doi_data; /* DOI Specific ID Data */
272 nd_uint32_t doi; /* Domain of Interpretation */ member in struct:ikev1_pl_n
312 nd_uint32_t doi; /* Domain of Interpretation */ member in struct:ikev1_pl_d
529 nd_uint32_t doi; /* Domain of Interpretation */ member in struct:ipsecdoi_sa
559 /* 4.6.3 IPSEC DOI Notify Message Types */
622 uint32_t doi, uint32_t proto
1002 uint32_t doi, sit, ident; local
1650 uint32_t doi; local
1804 uint32_t doi; local
    [all...]
  /src/external/cddl/osnet/dist/cmd/zdb/
zdb.c 485 dmu_object_info_t doi; local
487 VERIFY0(dmu_object_info(os, object, &doi));
488 uint64_t *subobjs = kmem_alloc(doi.doi_max_offset, KM_SLEEP);
490 int err = dmu_read(os, object, 0, doi.doi_max_offset, subobjs, 0);
493 kmem_free(subobjs, doi.doi_max_offset);
498 for (uint64_t i = 0; i < doi.doi_max_offset / 8; i++) {
506 kmem_free(subobjs, doi.doi_max_offset);
940 dmu_object_info_t doi; local
944 error = ddt_object_info(ddt, type, class, &doi);
955 dspace = doi.doi_physical_blocks_512 << 9
1832 dmu_object_info_t doi; local
    [all...]
  /src/external/bsd/zstd/dist/contrib/match_finders/
README.md 23 * <https://doi.org/10.1007/BF01840446>.
  /src/external/mit/isl/dist/doc/
manual.tex 4 \usepackage[backend=biber,isbn=false,url=false,doi=true,%
  /src/external/cddl/osnet/dist/cmd/ztest/
ztest.c 1293 dmu_object_info_t doi; local
1296 dmu_object_info_from_db(db, &doi);
1297 ASSERT3U(doi.doi_bonus_size, <=, db->db_size);
1298 ASSERT3U(doi.doi_bonus_size, >=, sizeof (*bt));
1299 bt = (void *)((char *)db->db_data + doi.doi_bonus_size - sizeof (*bt));
1505 dmu_object_info_t doi; local
1521 VERIFY3U(0, ==, dmu_object_info(os, object, &doi));
1534 if (doi.doi_type == DMU_OT_ZAP_OTHER) {
1560 dmu_object_info_t doi; local
1592 dmu_object_info_from_db(db, &doi);
1842 dmu_object_info_t doi; local
1962 dmu_object_info_t doi; local
2164 dmu_object_info_t doi; local
3200 dmu_object_info_t doi; local
3830 dmu_object_info_t doi; local
    [all...]
  /src/crypto/dist/ipsec-tools/src/setkey/
parse.y 79 u_int8_t doi;
601 sec_ctx.doi = $2;
907 sec_ctx.doi = $2;
1052 if (sec_ctx.doi) {
1064 m_sec_ctx.sadb_x_ctx_doi = sec_ctx.doi;
1387 if (sec_ctx.doi) {
1397 m_sec_ctx.sadb_x_ctx_doi = sec_ctx.doi;
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
dmu.h 816 * If doi is NULL, just indicates whether the object exists.
818 int dmu_object_info(objset_t *os, uint64_t object, dmu_object_info_t *doi);
820 void dmu_object_info_from_dnode(dnode_t *dn, dmu_object_info_t *doi);
822 void dmu_object_info_from_db(dmu_buf_t *db, dmu_object_info_t *doi);

Completed in 95 milliseconds

1 2