mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-18 02:24:18 +00:00
feat(fvp): add mbedtls_asn1_get_len symbol in ROMlib
mbedtls_asn1_get_len() will be needed by the X.509 parser in an upcoming patch. Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com> Change-Id: I14310c80033a1142a94c0c4b54d63331479b643d
This commit is contained in:
parent
032c698350
commit
06050601d2
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ mbedtls mbedtls_asn1_get_alg_null
|
|||
mbedtls mbedtls_asn1_get_bitstring_null
|
||||
mbedtls mbedtls_asn1_get_bool
|
||||
mbedtls mbedtls_asn1_get_int
|
||||
mbedtls mbedtls_asn1_get_len
|
||||
mbedtls mbedtls_asn1_get_tag
|
||||
mbedtls mbedtls_free
|
||||
mbedtls mbedtls_md
|
||||
|
|
Loading…
Add table
Reference in a new issue