Home
last modified time | relevance | path

Searched refs:soc_fw_content_pk (Results 1 – 4 of 4) sorted by relevance

/external/arm-trusted-firmware/fdts/
Dcot_descriptors.dtsi74 soc_fw_content_pk: soc_fw_content_pk { label
82 signing-key = <&soc_fw_content_pk>;
/external/arm-trusted-firmware/drivers/auth/tbbr/
Dtbbr_cot_bl2.c42 static auth_param_type_desc_t soc_fw_content_pk = AUTH_PARAM_TYPE_DESC( variable
235 .type_desc = &soc_fw_content_pk,
251 .pk = &soc_fw_content_pk,
/external/arm-trusted-firmware/drivers/auth/dualroot/
Dcot.c81 static auth_param_type_desc_t soc_fw_content_pk = AUTH_PARAM_TYPE_DESC( variable
391 .type_desc = &soc_fw_content_pk,
408 .pk = &soc_fw_content_pk,
/external/arm-trusted-firmware/docs/design/
Dauth-framework.rst786 .type_desc = &soc_fw_content_pk,
802 .pk = &soc_fw_content_pk,
886 extension specified by ``soc_fw_content_pk``. This key will be copied to the
891 We specify the authentication method using ``soc_fw_content_pk`` as public key.