Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dbignum.c1248 mbedtls_mpi TA, TB; in mbedtls_mpi_mul_mpi() local
1251 mbedtls_mpi_init_mempool(&TA); in mbedtls_mpi_mul_mpi()
1255 MBEDTLS_MPI_CHK(mbedtls_mpi_copy(&TA, A)); A = &TA; in mbedtls_mpi_mul_mpi()
1296 mbedtls_mpi_free(&TB); mbedtls_mpi_free(&TA); in mbedtls_mpi_mul_mpi()
1874 mbedtls_mpi TA, TB; in mbedtls_mpi_gcd() local
1876 mbedtls_mpi_init_mempool(&TA); mbedtls_mpi_init_mempool(&TB); in mbedtls_mpi_gcd()
1878 MBEDTLS_MPI_CHK(mbedtls_mpi_copy(&TA, A)); in mbedtls_mpi_gcd()
1881 lz = mbedtls_mpi_lsb(&TA); in mbedtls_mpi_gcd()
1897 TA.s = TB.s = 1; in mbedtls_mpi_gcd()
1932 while (mbedtls_mpi_cmp_int(&TA, 0) != 0) { in mbedtls_mpi_gcd()
[all …]
/optee_os/core/pta/veraison_attestation/
H A DREADME.md7 …evidence produced by the PTA attests to the memory contents of the calling TA, but there is no way…
17 …evidence produced by the PTA attests to the memory contents of the calling TA, but there is no mec…
/optee_os/
H A DCHANGELOG.md826 to commit [0e1c6e8e][commit_0e1c6e8e] ("Dump call stack on TA panic").
836 * Secure Data Path: add pseudo-TA to convert VA to PA (#1993])
839 * Add support for using secure storage for TA anti-rollback ([#1928])
851 * Fix crash in tee_mmu_final() on TA loading error ([#2092])
861 * RPMB: fix TA independance issue in secure storage ([#1921])
862 * RPMB: return TEE_ERROR_ACCESS_CONFLICT instead of panicking when a TA
877 * Possible deadlock with CFG_WITH_PAGER=y when loading a TA and not enough
948 * Dump TA call stack on panic ([#1858])
1215 * Support TA profiling with gprof (-pg compiler switch)
1245 * Fix TA panic when doing AES CTS with specific buffer sizes
[all …]
H A DMAINTAINERS229 PKCS#11 TA