Home
last modified time | relevance | path

Searched refs:rootkey (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssl/demos/certs/apps/
H A Dmkacerts.sh9 -keyout root.pem -out root.pem -key rootkey.pem -new -days 3650
14 $OPENSSL x509 -req -in intreq.pem -CA root.pem -CAkey rootkey.pem -days 3630 \
/freebsd/sys/arm/allwinner/
H A Dif_emac.c167 u_char rootkey[16]; in emac_get_hwaddr() local
192 rootkey_size = sizeof(rootkey); in emac_get_hwaddr()
193 if (aw_sid_get_fuse(AW_SID_FUSE_ROOTKEY, rootkey, in emac_get_hwaddr()
196 hwaddr[1] = rootkey[3]; in emac_get_hwaddr()
197 hwaddr[2] = rootkey[12]; in emac_get_hwaddr()
198 hwaddr[3] = rootkey[13]; in emac_get_hwaddr()
199 hwaddr[4] = rootkey[14]; in emac_get_hwaddr()
200 hwaddr[5] = rootkey[15]; in emac_get_hwaddr()
H A Dif_awg.c497 u_char rootkey[16]; in awg_get_eaddr() local
505 rootkey_size = sizeof(rootkey); in awg_get_eaddr()
508 if (aw_sid_get_fuse(AW_SID_FUSE_ROOTKEY, rootkey, in awg_get_eaddr()
510 (rootkey[3] | rootkey[12] | rootkey[13] | rootkey[14] | in awg_get_eaddr()
511 rootkey[15]) != 0) { in awg_get_eaddr()
513 maclo = (rootkey[13] << 24) | (rootkey[12] << 16) | in awg_get_eaddr()
514 (rootkey[3] << 8) | 0x02; in awg_get_eaddr()
515 machi = (rootkey[15] << 8) | rootkey[14]; in awg_get_eaddr()
/freebsd/crypto/openssl/test/certs/
H A Dsetup.sh419 server-ecdsa-brainpoolP256r1-cert rootkey rootcert
425 server-pss-restrict-cert rootkey rootcert
/freebsd/contrib/unbound/doc/
H A DREADME59 * --with-rootkey-file=path
/freebsd/contrib/unbound/
H A Dconfigure.ac243 AC_ARG_WITH(rootkey-file,
244 …AS_HELP_STRING([--with-rootkey-file=filename],[set default pathname to root key file (default run-…
254 AC_DEFINE_UNQUOTED(ROOT_ANCHOR_FILE, ["$hdr_rkey"], [default rootkey location])
H A Dconfig.h.in905 /* default rootkey location */
H A Dconfigure1667 --with-rootkey-file=filename