Home
last modified time | relevance | path

Searched refs:An (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/lib/qcbor/
H A DREADME.md80 An internal error state is maintained. This simplifies the decode
84 An outcome is that decoding implementations are simple and involve
399 Encoding is simpler and smaller. An encode-only implementation may
511 spiffy decode may reduce overall code size. An example of a complex
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dbignum.c1921 size_t An = A->n >= N->n ? N->n : A->p != NULL ? A->n : 1; in mbedtls_mpi_gcd_modinv_odd() local
1922 mbedtls_mpi_core_gcd_modinv_odd(G->p, Ip, Ap, An, N->p, N->n, T); in mbedtls_mpi_gcd_modinv_odd()
/optee_os/lib/libmbedtls/mbedtls/
H A DREADME.md77 3. An executable called `cc` in the current path.
H A DChangeLog592 An attacker was able to prevent an Mbed TLS server from establishing any
1569 MBEDTLS_SSL_DTLS_CLIENT_PORT_REUSE enabled. An unauthenticated client
1576 * Fix a buffer overread in TLS 1.3 Certificate parsing. An unauthenticated
2190 An adversary who is capable of very precise timing measurements could
2684 Diffie-Hellman. An adversary with precise enough timing and memory access
2781 f_rng argument. An attacker with access to precise enough timing and
3445 via branching and memory access patterns. An attacker who could submit
3625 * Fix a potential memory leak in mbedtls_ssl_setup() function. An allocation
/optee_os/
H A DCHANGELOG.md1695 An example can be found in HiKey configuration file. Using the following
1988 * [#95][pr95]: An error about building the test code of libtomcrypt.