Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dbignum.c1508 mbedtls_mpi TA, TB; in mbedtls_mpi_mul_mpi() local
1516 if( X == A ) { MBEDTLS_MPI_CHK( mbedtls_mpi_copy( &TA, A ) ); A = &TA; } in mbedtls_mpi_mul_mpi()
2325 mbedtls_mpi TA, TB; in mbedtls_mpi_gcd() local
2333 MBEDTLS_MPI_CHK( mbedtls_mpi_copy( &TA, A ) ); in mbedtls_mpi_gcd()
2336 lz = mbedtls_mpi_lsb( &TA ); in mbedtls_mpi_gcd()
2352 TA.s = TB.s = 1; in mbedtls_mpi_gcd()
2387 while( mbedtls_mpi_cmp_int( &TA, 0 ) != 0 ) in mbedtls_mpi_gcd()
2390 MBEDTLS_MPI_CHK( mbedtls_mpi_shift_r( &TA, mbedtls_mpi_lsb( &TA ) ) ); in mbedtls_mpi_gcd()
2400 if( mbedtls_mpi_cmp_mpi( &TA, &TB ) >= 0 ) in mbedtls_mpi_gcd()
2402 MBEDTLS_MPI_CHK( mbedtls_mpi_sub_abs( &TA, &TA, &TB ) ); in mbedtls_mpi_gcd()
[all …]
/optee_os-3.20.0/
A DCHANGELOG.md506 * Secure Data Path: add pseudo-TA to convert VA to PA (#1993])
521 * Fix crash in tee_mmu_final() on TA loading error ([#2092])
531 * RPMB: fix TA independance issue in secure storage ([#1921])
618 * Dump TA call stack on panic ([#1858])
885 * Support TA profiling with gprof (-pg compiler switch)
915 * Fix TA panic when doing AES CTS with specific buffer sizes
1025 * Do not consider TA memref parameters as TA private memory
1164 * [#1081][issue1081] Bad mapping of TA secure memref parameters
1333 * Support running 64-bits TA: on ARMv8-A platform, TA can be compiled in
1345 * Concurrent TA support: multiple TA can run in parallel on
[all …]
A DMAINTAINERS203 PKCS#11 TA

Completed in 9 milliseconds