Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Drsa_alt_helpers.c57 uint16_t attempt; /* Number of current attempt */ in mbedtls_rsa_deduce_primes() local
112 attempt = 0; in mbedtls_rsa_deduce_primes()
114 attempt = 1; in mbedtls_rsa_deduce_primes()
117 for (; attempt < num_primes; ++attempt) { in mbedtls_rsa_deduce_primes()
118 MBEDTLS_MPI_CHK(mbedtls_mpi_lset(&K, primes[attempt])); in mbedtls_rsa_deduce_primes()
/optee_os/core/arch/arm/plat-versal2/
H A Dconf.mk73 $(warning WARNING: Any attempt by the REE to perform a state copy operation \
/optee_os/lib/libutils/isoc/
H A Dbget.doc215 take increasingly dire measures in an attempt to free up storage. If
216 the <compact> function returns a nonzero value, the allocation attempt
327 miscreants who attempt to use
/optee_os/lib/libmbedtls/mbedtls/
H A DLICENSE387 except as expressly provided under this License. Any attempt
H A DChangeLog1654 * Fix a TLS 1.3 handshake failure when the first attempt to send the client
2255 is not defined PSA will no longer attempt to use mbedtls_rsa_gen_key().
2623 but spurious and misleading since it looked like a mistaken attempt to
4329 peer after sending a fatal alert to refuse a renegotiation attempt.