/openbmc/openbmc/poky/meta/recipes-devtools/perl-cross/files/ |
H A D | determinism.patch | 27 cnf/configure | 2 +- 28 cnf/configure_mods.sh | 2 +- 31 diff --git a/cnf/configure b/cnf/configure 33 --- a/cnf/configure 34 +++ b/cnf/configure 41 diff --git a/cnf/configure_mods.sh b/cnf/configure_mods.sh 43 --- a/cnf/configure_mods.sh 44 +++ b/cnf/configure_mods.sh
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/ |
H A D | 0013-raddb-certs-Makefile-fix-the-occasional-verification.patch | 35 @@ -59,7 +59,7 @@ passwords.mk: server.cnf ca.cnf client.cnf inner-server.cnf 45 ca.key ca.pem: ca.cnf 50 -days $(CA_DEFAULT_DAYS) -config ./ca.cnf \ 59 - $(OPENSSL) ca -gencrl -keyfile ca.key -cert ca.pem -config ./ca.cnf -out ca-crl.pem -key $(PASSWO… 61 + @[ -f ca-crl.pem ] || $(OPENSSL) ca -gencrl -keyfile ca.key -cert ca.pem -config ./ca.cnf -out ca… 69 server.csr server.key: server.cnf 70 - $(OPENSSL) req -new -out server.csr -keyout server.key -config ./server.cnf 71 + @[ -f server.csr ] || $(OPENSSL) req -new -out server.csr -keyout server.key -config ./server.cnf 75 … $(PASSWORD_CA) -out server.crt -extensions xpserver_ext -extfile xpextensions -config ./server.cnf 91 client.csr client.key: client.cnf [all …]
|
H A D | 0012-raddb-certs-Makefile-fix-the-existed-certificate-err.patch | 9 …-key 'whatever' -out client.crt -extensions xpclient_ext -extfile xpextensions -config ./client.cnf 10 Using configuration from ./client.cnf 35 @@ -92,7 +92,7 @@ server.csr server.key: server.cnf 39 … $(PASSWORD_CA) -out server.crt -extensions xpserver_ext -extfile xpextensions -config ./server.cnf 40 … $(PASSWORD_CA) -out server.crt -extensions xpserver_ext -extfile xpextensions -config ./server.cnf 44 @@ -117,7 +117,7 @@ client.csr client.key: client.cnf 48 … $(PASSWORD_CA) -out client.crt -extensions xpclient_ext -extfile xpextensions -config ./client.cnf 49 … $(PASSWORD_CA) -out client.crt -extensions xpclient_ext -extfile xpextensions -config ./client.cnf
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | ioam6_parser.c | 203 const struct ioam_config cnf) in check_ioam6_data() argument 212 if (cnf.hlim != (raw32 >> 24) || cnf.id != (raw32 & 0xffffff)) in check_ioam6_data() 219 if (cnf.ingr_id != (raw32 >> 16) || in check_ioam6_data() 220 cnf.egr_id != (raw32 & 0xffff)) in check_ioam6_data() 238 if (__be32_to_cpu(*((__u32 *)*p)) != cnf.ns_data) in check_ioam6_data() 254 if (cnf.hlim != (raw64 >> 56) || in check_ioam6_data() 255 cnf.wide != (raw64 & 0xffffffffffffff)) in check_ioam6_data() 261 if (__be32_to_cpu(*((__u32 *)*p)) != cnf.ingr_wide) in check_ioam6_data() 265 if (__be32_to_cpu(*((__u32 *)*p)) != cnf.egr_wide) in check_ioam6_data() 271 if (__be64_to_cpu(*((__u64 *)*p)) != cnf.ns_wide) in check_ioam6_data() [all …]
|
/openbmc/qemu/hw/gpio/ |
H A D | nrf51_gpio.c | 83 pull = pull_value(s->cnf[i]); in update_state() 84 dir = extract32(s->cnf[i], 0, 1); in update_state() 88 input = !extract32(s->cnf[i], 1, 1); in update_state() 89 connected_out = is_connected(s->cnf[i], out) && dir; in update_state() 103 uint32_t detect_config = extract32(s->cnf[i], 16, 2); in update_state() 143 s->cnf[i] = (s->cnf[i] & ~(1UL)) | ((value >> i) & 0x01); in reflect_dir_bit_in_cnf() 168 r = s->cnf[idx]; in nrf51_gpio_read() 220 s->cnf[idx] = value; in nrf51_gpio_write() 274 s->cnf[i] = 0x00000002; in nrf51_gpio_reset() 287 VMSTATE_UINT32_ARRAY(cnf, NRF51GPIOState, NRF51_GPIO_PINS),
|
/openbmc/linux/net/ipv6/ |
H A D | addrconf.c | 387 memcpy(&ndev->cnf, dev_net(dev)->ipv6.devconf_dflt, sizeof(ndev->cnf)); in ipv6_add_dev() 389 if (ndev->cnf.stable_secret.initialized) in ipv6_add_dev() 390 ndev->cnf.addr_gen_mode = IN6_ADDR_GEN_MODE_STABLE_PRIVACY; in ipv6_add_dev() 392 ndev->cnf.mtu6 = dev->mtu; in ipv6_add_dev() 399 if (ndev->cnf.forwarding) in ipv6_add_dev() 424 ndev->cnf.accept_dad = -1; in ipv6_add_dev() 429 ndev->cnf.rtr_solicits = 0; in ipv6_add_dev() 440 ndev->cnf.use_tempaddr = -1; in ipv6_add_dev() 469 if (ndev->cnf in ipv6_add_dev() 5596 ipv6_store_devconf(struct ipv6_devconf * cnf,__s32 * array,int bytes) ipv6_store_devconf() argument [all...] |
H A D | ndisc.c | 408 if (!idev || idev->cnf.disable_ipv6) { in ndisc_allow_add() 454 tclass = idev ? idev->cnf.ndisc_tclass : 0; in ip6_nd_hdr() 542 inc_opt |= ifp->idev->cnf.force_tllao; in ndisc_send_na() 598 /*router=*/ !!idev->cnf.forwarding, in ndisc_send_unsol_na() 910 (idev->cnf.forwarding && in ndisc_recv_ns() 911 (net->ipv6.devconf_all->proxy_ndp || idev->cnf.proxy_ndp) && in ndisc_recv_ns() 936 is_router = idev->cnf.forwarding; in ndisc_recv_ns() 980 switch (idev->cnf.accept_untracked_na) { in accept_untracked_na() 1031 idev->cnf.drop_unsolicited_na) in ndisc_recv_na() 1087 if (!neigh && lladdr && idev && idev->cnf.forwarding) { in ndisc_recv_na() [all …]
|
H A D | seg6_hmac.c | 252 if (idev->cnf.seg6_require_hmac > 0 && !tlv) in seg6_hmac_validate_skb() 256 if (idev->cnf.seg6_require_hmac < 0) in seg6_hmac_validate_skb() 260 if (idev->cnf.seg6_require_hmac == 0 && !tlv) in seg6_hmac_validate_skb()
|
H A D | exthdrs.c | 382 if (accept_seg6 > idev->cnf.seg6_enabled) in ipv6_srh_rcv() 383 accept_seg6 = idev->cnf.seg6_enabled; in ipv6_srh_rcv() 498 if (accept_rpl_seg > idev->cnf.rpl_seg_enabled) in ipv6_rpl_srh_rcv() 499 accept_rpl_seg = idev->cnf.rpl_seg_enabled; in ipv6_rpl_srh_rcv() 659 if (idev && accept_source_route > idev->cnf.accept_source_route) in ipv6_rthdr_rcv() 660 accept_source_route = idev->cnf.accept_source_route; in ipv6_rthdr_rcv() 921 if (!__in6_dev_get(skb->dev)->cnf.ioam6_enabled) in ipv6_hop_ioam()
|
H A D | ip6_input.c | 171 !idev || unlikely(READ_ONCE(idev->cnf.disable_ipv6))) { in ip6_rcv_core() 173 if (idev && unlikely(READ_ONCE(idev->cnf.disable_ipv6))) in ip6_rcv_core() 239 idev->cnf.drop_unicast_in_l2_multicast) { in ip6_rcv_core()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/ |
H A D | mariadb.inc | 8 file://my.cnf \ 169 install -m 0644 ${UNPACKDIR}/my.cnf ${D}/${sysconfdir}/ 206 CONFFILES:${PN}-server += "${sysconfdir}/my.cnf ${sysconfdir}/my.cnf.d/server.cnf" 207 CONFFILES:${PN}-client += "${sysconfdir}/my.cnf.d/mysql-clients.cnf" 208 CONFFILES:libmysqlclient += "${sysconfdir}/my.cnf.d/client.cnf" 248 ${sysconfdir}/my.cnf.d/client.cnf" 308 ${sysconfdir}/my.cnf.d/mysql-clients.cnf" 355 ${sysconfdir}/my.cnf \ 356 ${sysconfdir}/my.cnf.d/server.cnf \
|
/openbmc/linux/include/linux/ |
H A D | inetdevice.h | 51 struct ipv4_devconf cnf; member 55 #define IPV4_DEVCONF(cnf, attr) ((cnf).data[IPV4_DEVCONF_ ## attr - 1]) argument 62 return in_dev->cnf.data[index]; in ipv4_devconf_get() 69 set_bit(index, in_dev->cnf.state); in ipv4_devconf_set() 70 in_dev->cnf.data[index] = val; in ipv4_devconf_set() 75 bitmap_fill(in_dev->cnf.state, IPV4_DEVCONF_MAX); in ipv4_devconf_setall()
|
/openbmc/docs/security/ |
H A D | TLS-configuration.md | 48 system. For Ubuntu it is usually `/usr/lib/ssl/openssl.cnf`, but can also can be 49 at `/etc/ssl/openssl.cnf`. For Cygwin it might be 50 `/etc/defaults/etc/pki/tls/openssl.cnf` or `/etc/pki/tls/openssl.cnf`. 55 cp /usr/lib/ssl/openssl.cnf openssl-client.cnf 58 Then open the client `~/ca/openssl-client.cnf` file in your favorite editor, for 62 vi ~/ca/openssl-client.cnf 79 Now create a server configuration `openssl-server.cnf` by copying the client 83 cp ~/ca/openssl-client.cnf openssl-server.cnf 96 Create two additional configuration files `myext-client.cnf` and 97 `myext-server.cnf` for the client and server certificates respectively. Without [all …]
|
/openbmc/linux/net/ipv4/ |
H A D | devinet.c | 272 memcpy(&in_dev->cnf, dev_net(dev)->ipv4.devconf_dflt, in inetdev_init() 273 sizeof(in_dev->cnf)); in inetdev_init() 274 in_dev->cnf.sysctl = NULL; in inetdev_init() 279 if (IPV4_DEVCONF(in_dev->cnf, FORWARDING)) in inetdev_init() 1999 ((u32 *) nla_data(nla))[i] = in_dev->cnf.data[i]; in inet_fill_link_af() 2252 devconf = &in_dev->cnf; in inet_netconf_get_devconf() 2318 &in_dev->cnf, in inet_netconf_dump_devconf() 2373 if (in_dev && !test_bit(i, in_dev->cnf.state)) in devinet_copy_dflt_conf() 2374 in_dev->cnf.data[i] = net->ipv4.devconf_dflt->data[i]; in devinet_copy_dflt_conf() 2407 dev->ifindex, &in_dev->cnf); in inet_forward_change() [all …]
|
/openbmc/openbmc/poky/meta/recipes-connectivity/openssl/ |
H A D | openssl_3.4.0.bb | 168 ${D}${libdir}/ssl-3/openssl.cnf \ 175 ….path.relative('${libdir}/ssl-3', '${sysconfdir}/ssl/openssl.cnf')} ${D}${libdir}/ssl-3/openssl.cnf 180 OPENSSL_CONF=${libdir}/ssl-3/openssl.cnf \ 204 find apps test -name \*.cnf -exec install -m644 -D {} ${D}${PTEST_PATH}/{} \; 212 find apps test -name \*.cnf -exec install -m644 -D {} ${D}${PTEST_PATH}/{} \; 234 # Add the openssl.cnf file to the openssl-conf package. Make the libcrypto 243 FILES:openssl-conf = "${sysconfdir}/ssl/openssl.cnf \ 244 ${libdir}/ssl-3/openssl.cnf* \ 254 CONFFILES:openssl-conf = "${sysconfdir}/ssl/openssl.cnf"
|
/openbmc/linux/drivers/net/wireless/silabs/wfx/ |
H A D | traces.h | 336 TP_PROTO(int ind, int req, int cnf, int busy, bool release), 337 TP_ARGS(ind, req, cnf, busy, release), 341 __field(int, cnf) 348 __entry->cnf = cnf; 355 __entry->cnf, 360 #define _trace_bh_stats(ind, req, cnf, busy, release)\ argument 361 trace_bh_stats(ind, req, cnf, busy, release)
|
/openbmc/openbmc/poky/meta/recipes-core/busybox/ |
H A D | busybox.inc | 69 def busybox_cfg(feature, tokens, cnf, rem): 74 cnf.extend([token + '=y' for token in tokens]) 76 cnf.extend(['# ' + token + ' is not set' for token in tokens]) 80 cnf, rem = ([], []) 81 …_cfg(bb.utils.contains('DISTRO_FEATURES', 'ipv6', True, False, d), 'CONFIG_FEATURE_IPV6', cnf, rem) 82 busybox_cfg(True, 'CONFIG_LFS', cnf, rem) 83 busybox_cfg(True, 'CONFIG_FDISK_SUPPORT_LARGE_DISKS', cnf, rem) 84 …cfg(bb.utils.contains('DISTRO_FEATURES', 'nls', True, False, d), 'CONFIG_LOCALE_SUPPORT', cnf, rem) 85 …tils.contains('DISTRO_FEATURES', 'ipv4', True, False, d), 'CONFIG_FEATURE_IFUPDOWN_IPV4', cnf, rem) 86 …tils.contains('DISTRO_FEATURES', 'ipv6', True, False, d), 'CONFIG_FEATURE_IFUPDOWN_IPV6', cnf, rem) [all …]
|
/openbmc/linux/include/sound/ |
H A D | simple_card_utils.h | 245 struct snd_soc_codec_conf *cnf; in asoc_simple_debug_info() local 265 for_each_prop_codec_conf(props, j, cnf) in asoc_simple_debug_info() 266 if (cnf->name_prefix) in asoc_simple_debug_info() 267 dev_dbg(dev, "name prefix = %s\n", cnf->name_prefix); in asoc_simple_debug_info()
|
/openbmc/qemu/include/hw/gpio/ |
H A D | nrf51_gpio.h | 61 uint32_t cnf[NRF51_GPIO_PINS]; member
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-tegra.c | 75 u32 cnf[4]; member 216 u32 cnf, oe; in tegra_gpio_get_direction() local 218 cnf = tegra_gpio_readl(tgi, GPIO_CNF(tgi, offset)); in tegra_gpio_get_direction() 219 if (!(cnf & pin_mask)) in tegra_gpio_get_direction() 476 tegra_gpio_writel(tgi, bank->cnf[p], in tegra_gpio_resume() 511 bank->cnf[p] = tegra_gpio_readl(tgi, in tegra_gpio_suspend()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/ |
H A D | my.cnf | 25 !includedir /etc/my.cnf.d
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | cache.c | 274 #define CAFL_STRIDE(cnf) (cnf.cc_line << (3 + cnf.cc_block + cnf.cc_shift)) in parisc_cache_init() argument
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/ |
H A D | mysql-config-fix.patch | 44 my_cnf=/etc/my.cnf
|
H A D | setup.sh | 201 if [ -r /etc/system.cnf ]; then 203 source /etc/system.cnf
|
/openbmc/qemu/docs/specs/ |
H A D | spdm.rst | 51 openssl.cnf 68 -extensions v3_end -extfile ../openssl.cnf
|