Home
last modified time | relevance | path

Searched refs:cn (Results 1 – 10 of 10) sorted by relevance

/rk3399_ARM-atf/tools/cert_create/src/tbbr/
H A Dtbb_cert.c24 .cn = "Trusted Boot FW Certificate",
41 .cn = "Trusted Key Certificate",
56 .cn = "SCP Firmware Key Certificate",
70 .cn = "SCP Firmware Content Certificate",
84 .cn = "SoC Firmware Key Certificate",
98 .cn = "SoC Firmware Content Certificate",
113 .cn = "Trusted OS Firmware Key Certificate",
127 .cn = "Trusted OS Firmware Content Certificate",
144 .cn = "Non-Trusted Firmware Key Certificate",
158 .cn = "Non-Trusted Firmware Content Certificate",
[all …]
/rk3399_ARM-atf/plat/nxp/soc-lx2160a/lx2162aqds/cert_create_helper/src/
H A Dpdef_tbb_cert.c17 .cn = "DDR Firmware Key Certificate",
31 .cn = "DDR UDIMM Firmware Content Certificate",
48 .cn = "DDR RDIMM Firmware Content Certificate",
/rk3399_ARM-atf/tools/cert_create/src/dualroot/
H A Dcot.c26 .cn = "Trusted Boot FW Certificate",
43 .cn = "Trusted Key Certificate",
57 .cn = "SCP Firmware Key Certificate",
71 .cn = "SCP Firmware Content Certificate",
85 .cn = "SoC Firmware Key Certificate",
99 .cn = "SoC Firmware Content Certificate",
114 .cn = "Trusted OS Firmware Key Certificate",
128 .cn = "Trusted OS Firmware Content Certificate",
146 .cn = "SiP owned Secure Partition Content Certificate",
164 .cn = "Platform owned Secure Partition Content Certificate",
[all …]
/rk3399_ARM-atf/tools/cert_create/src/cca/
H A Dcot.c26 .cn = "CCA Content Certificate",
46 .cn = "Core Secure World Key Certificate",
61 .cn = "SPMC Content Certificate",
76 .cn = "SiP owned Secure Partition Content Certificate",
93 .cn = "Platform Key Certificate",
108 .cn = "Platform owned Secure Partition Content Certificate",
125 .cn = "Non-Trusted Firmware Content Certificate",
/rk3399_ARM-atf/include/drivers/arm/
H A Dethosn_cert.h20 .cn = "NPU Firmware Key Certificate", \
35 .cn = "NPU Firmware Content Certificate", \
/rk3399_ARM-atf/plat/st/stm32mp1/
H A Dstm32mp1_tbb_cert.c25 .cn = "STM32MP config FW Certificate",
/rk3399_ARM-atf/lib/debugfs/
H A Ddev.c728 chan_t *cn; in add_mount_point() local
735 cn = path_to_channel(new, O_READ); in add_mount_point()
736 if (cn == NULL) { in add_mount_point()
740 if ((cn->qid & CHDIR) == 0) { in add_mount_point()
755 mp->new = cn; in add_mount_point()
761 channel_close(cn); in add_mount_point()
/rk3399_ARM-atf/tools/cert_create/include/
H A Dcert.h35 const char *cn; /* Subject CN (Company Name) */ member
/rk3399_ARM-atf/tools/cert_create/src/
H A Dmain.c231 cert->cn); in check_cmd_params()
540 ext->type, cert->cn); in main()
550 ERROR("Cannot create %s\n", cert->cn); in main()
H A Dcert.c181 (const unsigned char *)cert->cn, -1, -1, 0); in cert_new()
187 (const unsigned char *)issuer_cert->cn, -1, -1, 0); in cert_new()