Home
last modified time | relevance | path

Searched refs:last (Results 1 – 19 of 19) sorted by relevance

/mbedtls-development/library/
A Dssl_cache.c138 mbedtls_ssl_cache_entry *cur, *last; in ssl_cache_pick_writing_slot() local
148 last = NULL; in ssl_cache_pick_writing_slot()
157 last = cur; in ssl_cache_pick_writing_slot()
194 if( last == NULL ) in ssl_cache_pick_writing_slot()
197 last->next = cur; in ssl_cache_pick_writing_slot()
221 last->next = old; in ssl_cache_pick_writing_slot()
A Dripemd160.c349 uint32_t last, padn; in mbedtls_ripemd160_finish() local
360 last = ctx->total[0] & 0x3F; in mbedtls_ripemd160_finish()
361 padn = ( last < 56 ) ? ( 56 - last ) : ( 120 - last ); in mbedtls_ripemd160_finish()
/mbedtls-development/programs/fuzz/
A DREADME.md47 They also use the last bytes as configuration options.
54 * Finally, you can add the options by appending the last bytes to the file test.cor
/mbedtls-development/docs/
A D3.0-migration-guide.md53 As a last resort, you can access the field `foo` of a structure `bar` by writing `bar.MBEDTLS_PRIVA…
218 …ions had to pass inputs consisting of whole 16-byte blocks except for the last block (this limitat…
220last input is not a multiple of 16, alternative implementations may return the last partial block …
221 * `mbedtls_gcm_finish()` now takes an extra output buffer for the last partial block. This is neede…
230 …* Buffer the data for the last partial block, to be returned in the next call to `mbedtls_gcm_upda…
231 * `mbedtls_gcm_finish()` now takes an extra output buffer for the last partial block if needed.
383 the last call to `mbedtls_cipher_update()` — that is, without calling
780 the one that has been configured last. In Mbed TLS 3.0,
786 remove all but the last call, so that only one call to _either_
968 issuing only the very last call to `mbedtls_ssl_set_session()`.
/mbedtls-development/tests/scripts/
A Dtest_zeroize.gdb23 # breakpoint at the last return statement in main(). When the breakpoint is
/mbedtls-development/tests/suites/
A Dtest_suite_psa_crypto_metadata.function47 #define ALG_FLAG_MASK_PLUS_ONE ( 1u << 28 ) /* must be last! */
61 #define KEY_TYPE_FLAG_MASK_PLUS_ONE ( 1u << 8 ) /* must be last! */
68 #define KEY_LIFETIME_FLAG_MASK_PLUS_ONE ( 1u << 2 ) /* must be last! */
A Dtest_suite_cipher.padding.data168 Check one and zeros padding #8 (last byte 0x80 | x)
A Dtest_suite_asn1write.data346 Store named data: last
A Dtest_suite_psa_crypto_slot_management.function922 * slots when creating the last key is restored in a RAM slot to export
1000 * Check we can export the volatile key created last and that it has the
A Dtest_suite_asn1parse.data598 Find named data: last
A Dtest_suite_ssl.function312 * This will become the last element to leave it (fifo).
1029 /* We only care about the \p ssl state and returns, so we call it last,
1677 /* forced_ciphersuite needs to last until the end of the handshake */
2577 /* 4 pushes (last one with an error), 4 pops (last one with an error) */
2779 /* Send three message to the server, last one with an error */
2790 /* Read three messages from the server, last one with an error */
A Dhost_test.function605 /* Initialize the struct that holds information about the last test */
A Dtest_suite_mps.function297 * uncommitted data together with the excess data missing in the last
A Dtest_suite_psa_crypto.function5190 * because ECDSA may ignore the last few bits of the input. */
5422 * because ECDSA may ignore the last few bits of the input. */
/mbedtls-development/
A DCMakeLists.txt147 # Remove the last item if there are more than one
A DChangeLog61 now takes extra output parameters for the last partial output block.
628 the last major gap to compliance with the PSA Cryptography specification
1096 these variables can be used to recover the last round key. To follow best
1730 last paragraph).
2959 * mbedtls_ssl_conf_ca_chain() lost its last argument (peer_cn), now set
2997 * Signature of mpi_mul_mpi() changed to make the last argument unsigned
4400 * Fixed bug resulting in failure to send the last
/mbedtls-development/docs/architecture/
A Dtls13-experimental.md308 The two last types, `MBEDTLS_SSL_CHK_BUF_PTR` and
/mbedtls-development/doxygen/
A Dmbedtls.doxyfile1347 # the last chapter. If it is left blank doxygen will generate a
/mbedtls-development/docs/proposed/
A Dpsa-driver-interface.md920 …ers implement the same mechanism, which one is called? The first one? The last one? Unspecified? O…

Completed in 34 milliseconds