Lines Matching refs:descriptor
296 description provided by the platform in the CoT descriptor.
383 The authentication framework will use the image descriptor to extract all the
467 The ``get_auth_param()`` function is passed a parameter descriptor containing
473 will be used by the IPM to find the right parser descriptor for the image.
563 * Authentication method descriptor
692 Each image descriptor must specify:
706 - ``parent``: pointer to the parent image descriptor. The parent will contain
714 descriptors. A parameter descriptor consists of a type and a cookie which
741 Each parameter consists of a parameter descriptor and the buffer
888 extensions. This must be specified in the image descriptor using the
896 - ``subject_pk``: parameter descriptor of type ``AUTH_PARAM_PUB_KEY``. This type
902 - ``sig``: parameter descriptor of type ``AUTH_PARAM_SIG``. It is used to extract
904 - ``sig_alg``: parameter descriptor of type ``AUTH_PARAM_SIG``. It is used to
906 - ``raw_data``: parameter descriptor of type ``AUTH_PARAM_RAW_DATA``. It is used
912 the corresponding parameter descriptor must be specified along with the buffer
914 descriptor is used to extract the public key from an x509v3 extension with OID
915 ``TRUSTED_WORLD_PK_OID``. The BL31 key certificate will use this descriptor as
921 certificate. In the image descriptor, we specify a single authentication method
935 with the hash obtained from the BL31 certificate. The image descriptor contains