Searched refs:ext (Results 201 - 225 of 342) sorted by relevance

1234567891011>>

/freebsd-current/crypto/openssl/crypto/x509/
H A Dv3_san.c341 X509_EXTENSION *ext; local
353 if ((ext = X509_get_ext(ctx->issuer_cert, i)) == NULL
354 || (ialt = X509V3_EXT_d2i(ext)) == NULL) {
H A Dv3_pci.c52 static int i2r_pci(X509V3_EXT_METHOD *method, PROXY_CERT_INFO_EXTENSION *ext,
/freebsd-current/crypto/openssl/apps/
H A Drehash.c240 const char *ext; local
246 if ((ext = strrchr(filename, '.')) == NULL)
249 if (OPENSSL_strcasecmp(extensions[i], ext + 1) == 0)
/freebsd-current/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c1730 char ext = '1'; local
1749 *cp++ = ext;
1751 if (ext == '9')
1752 ext = '0';
1754 ext++;
1757 if (ext != '0')
/freebsd-current/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp1076 for (const auto &ext : info.getExtensions()) {
1077 if (auto it = mergedExts.find(ext.first); it != mergedExts.end()) {
1079 std::tie(ext.second.Major, ext.second.Minor))
1082 mergedExts[ext.first] = ext.second;
/freebsd-current/contrib/flex/src/
H A Dtblcmp.c816 * entry of "pr" will appear in "ext".
819 * as transitions to "SAME_TRANS" in "ext". The total number of differences
821 * number is "numecs" minus the number of "SAME_TRANS" entries in "ext".
824 int tbldiff (int state[], int pr, int ext[]) argument
826 int i, *sp = state, *ep = ext, *protp;
/freebsd-current/contrib/ofed/libmlx5/
H A Dmlx5dv.h524 * ext - Address vector extension.
537 uint8_t ext, uint8_t stat_rate_sl,
546 seg->av.dqp_dct = htobe32(((uint32_t)ext << 31) | dqp_dct);
535 mlx5dv_set_dgram_seg(struct mlx5_wqe_datagram_seg *seg, uint64_t key, uint32_t dqp_dct, uint8_t ext, uint8_t stat_rate_sl, uint8_t fl_mlid, uint16_t rlid, uint8_t *rmac, uint8_t tclass, uint8_t hop_limit, uint32_t grh_gid_fi, uint8_t *rgid) argument
/freebsd-current/sys/contrib/dpdk_rte_lpm/
H A Ddpdk_lpm6.c417 struct rte_lpm6_external *ext = (struct rte_lpm6_external *)lpm6; local
418 ext->nh_idx = fib_get_nhop_array(dd->fd);
H A Ddpdk_lpm.c355 struct rte_lpm_external *ext = (struct rte_lpm_external *)lpm; local
356 ext->nh_idx = fib_get_nhop_array(dd->fd);
/freebsd-current/sys/dev/mps/
H A Dmps_user.c2386 struct mps_ext_cfg_page_req ext; member in union:__anon94
2416 CP(*ext32, arg.ext, header);
2417 CP(*ext32, arg.ext, page_address);
2418 PTRIN_CP(*ext32, arg.ext, buf);
2419 CP(*ext32, arg.ext, len);
2420 CP(*ext32, arg.ext, ioc_status);
2468 CP(arg.ext, *ext32, header);
2469 CP(arg.ext, *ext32, page_address);
2470 PTROUT_CP(arg.ext, *ext32, buf);
2471 CP(arg.ext, *ext3
[all...]
/freebsd-current/sys/dev/mpr/
H A Dmpr_user.c2499 struct mpr_ext_cfg_page_req ext; member in union:__anon93
2529 CP(*ext32, arg.ext, header);
2530 CP(*ext32, arg.ext, page_address);
2531 PTRIN_CP(*ext32, arg.ext, buf);
2532 CP(*ext32, arg.ext, len);
2533 CP(*ext32, arg.ext, ioc_status);
2581 CP(arg.ext, *ext32, header);
2582 CP(arg.ext, *ext32, page_address);
2583 PTROUT_CP(arg.ext, *ext32, buf);
2584 CP(arg.ext, *ext3
[all...]
/freebsd-current/sys/netpfil/pf/
H A Dpf_norm.c1218 struct ip6_ext ext; local
1300 if (!pf_pull_hdr(m, off, &ext, sizeof(ext), NULL,
1305 off += (ext.ip6e_len + 2) * 4;
1307 off += (ext.ip6e_len + 1) * 8;
1308 proto = ext.ip6e_nxt;
1311 if (!pf_pull_hdr(m, off, &ext, sizeof(ext), NULL,
1315 optend = off + (ext.ip6e_len + 1) * 8;
1316 ooff = off + sizeof(ext);
[all...]
/freebsd-current/crypto/openssh/
H A Dssh-keygen.c1666 const struct cert_ext *ext; local
1672 ext = &cert_ext[i];
1673 if ((ext->crit && (which & OPTIONS_EXTENSIONS)) ||
1674 (!ext->crit && (which & OPTIONS_CRITICAL)))
1676 if (ext->val == NULL) {
1678 debug3_f("%s", ext->key);
1679 if ((r = sshbuf_put_cstring(c, ext->key)) != 0 ||
1684 debug3_f("%s=%s", ext->key, ext->val);
1686 if ((r = sshbuf_put_cstring(c, ext
3168 const char *ext; local
[all...]
/freebsd-current/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmdefs.h1187 (((devInfo)->ext & 0x100) >> 8)
1190 (((devInfo)->ext & 0x600) >> 9)
1193 (((devInfo)->ext & 0x7800) >> 11)
1225 ((devInfo)->ext) = extension
/freebsd-current/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsasata.c185 goto ext;
204 goto ext;
214 goto ext;
571 ext:
/freebsd-current/crypto/openssl/ssl/
H A Dktls.c107 if (s->ext.use_etm)
H A Dt1_enc.c115 * We look at s->ext.use_etm instead of SSL_READ_ETM() or
119 && !s->ext.use_etm)
180 if (s->ext.use_etm)
233 if (s->ext.use_etm)
482 &mac_secret_size, &comp, s->ext.use_etm)) {
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp291 APSInt ext = m_integer.extOrTrunc(sizeof(T) * 8); local
292 if (ext.isSigned())
293 return ext.getSExtValue();
294 return ext.getZExtValue();
/freebsd-current/contrib/libfido2/src/
H A Dwinhello.c637 if (pack_assert_ext(opt, &assert->ext) < 0) {
684 if (assert->ext.mask & FIDO_EXT_HMAC_SECRET &&
726 if (pack_cred_ext(&opt->Extensions, &cred->ext) < 0) {
730 if (set_cred_uv(&opt->dwUserVerificationRequirement, (cred->ext.mask &
/freebsd-current/sys/dev/mmc/
H A Dmmcsd.c483 const char *ext; local
575 ext = NULL;
594 ext = "system code";
597 ext = "non-persistent";
600 ext = "reserved";
605 if (ext == NULL)
613 type, extattr, ext, ro ? " (read-only)" : "",
/freebsd-current/crypto/openssl/include/openssl/
H A Dx509v3.h44 (*X509V3_EXT_I2V) (const struct v3_ext_method *method, void *ext,
50 void *ext);
53 typedef int (*X509V3_EXT_I2R) (const struct v3_ext_method *method, void *ext,
942 int X509V3_EXT_add(X509V3_EXT_METHOD *ext);
947 const X509V3_EXT_METHOD *X509V3_EXT_get(X509_EXTENSION *ext);
951 void *X509V3_EXT_d2i(X509_EXTENSION *ext);
967 int X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag,
970 int X509V3_EXT_print_fp(FILE *out, X509_EXTENSION *ext, int flag, int indent);
1298 ASIdentifiers *ext, variable
1301 IPAddrBlocks *ext, in variable
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp486 StringRef ext = extension.toStringRef(ext_storage);
494 if (ext.size() > 0 && ext[0] != '.')
498 path.append(ext.begin(), ext.end());
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c3386 attr.ext.tag_matching.max_num_tags = cmd->max_num_tags;
3396 attr.ext.xrc.xrcd = (struct ib_xrcd *)xrcd_uobj->object;
3397 if (!attr.ext.xrc.xrcd) {
3407 attr.ext.cq = uobj_get_obj_read(cq, UVERBS_OBJECT_CQ,
3409 if (!attr.ext.cq) {
3448 srq->ext.cq = attr.ext.cq;
3449 atomic_inc(&attr.ext.cq->usecnt);
3453 srq->ext.xrc.xrcd = attr.ext
[all...]
/freebsd-current/contrib/tnftp/src/
H A Dftp.c1989 char ext = '1'; local
2009 *cp++ = ext;
2011 if (ext == '9')
2012 ext = '0';
2014 ext++;
2017 if (ext != '0')
/freebsd-current/contrib/netbsd-tests/sys/uvm/
H A Dt_uvm_physseg.c788 ATF_REQUIRE_EQ(0, extent_alloc(seg->ext, sizeof(*slab), 1, 0, EX_BOUNDZERO, (void *)&pgs));
789 err = extent_free(seg->ext, (u_long) pgs, sizeof(*slab), EX_BOUNDZERO);
801 ATF_REQUIRE_EQ(0, extent_alloc(seg->ext, sizeof(*slab), 1, 0, EX_BOUNDZERO, (void *)&pgs));
802 err = extent_free(seg->ext, (u_long) pgs, sizeof(*slab), EX_BOUNDZERO);
814 ATF_REQUIRE_EQ(0, extent_alloc(seg->ext, sizeof(*slab), 1, 0, EX_BOUNDZERO, (void *)&pgs));
815 err = extent_free(seg->ext, (u_long) pgs, sizeof(*slab), EX_BOUNDZERO);

Completed in 236 milliseconds

1234567891011>>