Lines Matching refs:token
103 …n token. Should be set to 0 on the initial boot of the system. For a subsequent warm boot or when …
146 …n token. Should be set to 0 on the initial boot of the system. For a subsequent warm boot or when …
155 x2 will contain the per-CPU activation token, which is an opaque value that
459 Retrieve the Platform Token from EL3. If the entire token does not fit in the
460 buffer, EL3 returns a hunk of the token (via ``tokenHunkSize`` parameter) and
462 parameter). The challenge object for the platform token must be populated in
465 the token must be made with ``c_size`` as 0.
467 If ``c_size`` is not 0, this command could cause regeneration of platform token
468 and will return token hunk corresponding to beginning of the token.
473 involved in platform token generation.
488 …token. The challenge object must be passed in this buffer for the first call of this command. Any …
489 …buf_size,x2,[63:0],Size,Size in bytes of the platform attestation token buffer. ``bufPa + bufSize`…
490 …ed SHA algorithms. Any subsequent calls, if required to retrieve the full token, should set this s…
500 tokenHunkSize,x1,[63:0],Size,Size of the platform token hunk retrieved
501 remainingSize,x2,[63:0],Size,Remaining bytes of the token that are pending retrieval
513 ``E_RMM_AGAIN``,Resource for Platform token retrieval is busy. Try again.
517 ``E_RMM_INVAL``,``CSize`` is not 0 for subsequent calls to retrieve remaining hunks of the token
607 This command is used to send requests related to realm attestation token signing requests to EL3.
614 The above opcodes can be used to send realm attestation token signing requests to EL3 and get their
615 response, so that the realm attestation token can be constructed.
643 …Opcode to push a token signing request to EL3 using struct el3_token_sign_request as described abo…
645 …Opcode to pull a token signing response from EL3 using struct el3_token_sign_response as described…
1332 This structure represents a realm attestation token signing request.
1362 This structure represents a realm attestation token signing response.