mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 01:24:27 +00:00
docs(auth): add missing AUTH_PARAM_NV_CTR value
Section "Describing the authentication method(s)" of the Authentication Framework documentation shows the authentication parameters types (auth_param_type_t enum type) but is missing the AUTH_PARAM_NV_CTR value. Add it. Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com> Change-Id: I7c9022badfb039bfa9f999ecee40f18b49e6764c
This commit is contained in:
parent
4290d34393
commit
e3f9ed852b
1 changed files with 2 additions and 1 deletions
|
@ -510,6 +510,7 @@ uses this information to:
|
||||||
AUTH_PARAM_SIG_ALG, /* The image signature algorithm */
|
AUTH_PARAM_SIG_ALG, /* The image signature algorithm */
|
||||||
AUTH_PARAM_HASH, /* A hash (including the algorithm) */
|
AUTH_PARAM_HASH, /* A hash (including the algorithm) */
|
||||||
AUTH_PARAM_PUB_KEY, /* A public key */
|
AUTH_PARAM_PUB_KEY, /* A public key */
|
||||||
|
AUTH_PARAM_NV_CTR, /* A non-volatile counter */
|
||||||
} auth_param_type_t;
|
} auth_param_type_t;
|
||||||
|
|
||||||
The AM defines the following structure to identify an authentication parameter
|
The AM defines the following structure to identify an authentication parameter
|
||||||
|
|
Loading…
Add table
Reference in a new issue