Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Drsa_alt_helpers.c56 uint16_t attempt; /* Number of current attempt */ in mbedtls_rsa_deduce_primes() local
111 attempt = 0; in mbedtls_rsa_deduce_primes()
113 attempt = 1; in mbedtls_rsa_deduce_primes()
116 for (; attempt < num_primes; ++attempt) { in mbedtls_rsa_deduce_primes()
117 MBEDTLS_MPI_CHK(mbedtls_mpi_lset(&K, primes[attempt])); in mbedtls_rsa_deduce_primes()
/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 DChangeLog1611 * Fix a TLS 1.3 handshake failure when the first attempt to send the client
2212 is not defined PSA will no longer attempt to use mbedtls_rsa_gen_key().
2580 but spurious and misleading since it looked like a mistaken attempt to
4286 peer after sending a fatal alert to refuse a renegotiation attempt.