Searched refs:TA (Results 1 – 4 of 4) sorted by relevance
1253 mbedtls_mpi TA, TB; in mbedtls_mpi_mul_mpi() local1256 mbedtls_mpi_init_mempool(&TA); in mbedtls_mpi_mul_mpi()1260 MBEDTLS_MPI_CHK(mbedtls_mpi_copy(&TA, A)); A = &TA; in mbedtls_mpi_mul_mpi()1301 mbedtls_mpi_free(&TB); mbedtls_mpi_free(&TA); in mbedtls_mpi_mul_mpi()1949 mbedtls_mpi TA, TB; in mbedtls_mpi_gcd() local1951 mbedtls_mpi_init_mempool(&TA); mbedtls_mpi_init_mempool(&TB); in mbedtls_mpi_gcd()1954 MBEDTLS_MPI_CHK(mbedtls_mpi_copy(&TA, A)); in mbedtls_mpi_gcd()1956 TA.s = TB.s = 1; in mbedtls_mpi_gcd()1960 MBEDTLS_MPI_CHK(mbedtls_mpi_grow(&TA, TB.n != 0 ? TB.n : 1)); in mbedtls_mpi_gcd()1961 MBEDTLS_MPI_CHK(mbedtls_mpi_grow(&TB, TA.n)); // non-zero from above in mbedtls_mpi_gcd()[all …]
7 …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…
856 to commit [0e1c6e8e][commit_0e1c6e8e] ("Dump call stack on TA panic").866 * Secure Data Path: add pseudo-TA to convert VA to PA (#1993])869 * Add support for using secure storage for TA anti-rollback ([#1928])881 * Fix crash in tee_mmu_final() on TA loading error ([#2092])891 * RPMB: fix TA independance issue in secure storage ([#1921])892 * RPMB: return TEE_ERROR_ACCESS_CONFLICT instead of panicking when a TA907 * Possible deadlock with CFG_WITH_PAGER=y when loading a TA and not enough978 * Dump TA call stack on panic ([#1858])1245 * Support TA profiling with gprof (-pg compiler switch)1275 * Fix TA panic when doing AES CTS with specific buffer sizes[all …]
229 PKCS#11 TA