Searched refs:rootkey (Results 1 – 8 of 8) sorted by relevance
9 -keyout root.pem -out root.pem -key rootkey.pem -new -days 365014 $OPENSSL x509 -req -in intreq.pem -CA root.pem -CAkey rootkey.pem -days 3630 \
167 u_char rootkey[16]; in emac_get_hwaddr() local192 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()
497 u_char rootkey[16]; in awg_get_eaddr() local505 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()
419 server-ecdsa-brainpoolP256r1-cert rootkey rootcert425 server-pss-restrict-cert rootkey rootcert
59 * --with-rootkey-file=path
243 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])
905 /* default rootkey location */
1667 --with-rootkey-file=filename