Searched refs:tweak (Results 1 – 8 of 8) sorted by relevance
/mbedtls-latest/library/ |
D | aes.c | 510 mbedtls_aes_init(&ctx->tweak); in mbedtls_aes_xts_init() 520 mbedtls_aes_free(&ctx->tweak); in mbedtls_aes_xts_free() 797 ret = mbedtls_aes_setkey_enc(&ctx->tweak, key2, key2bits); in mbedtls_aes_xts_setkey_enc() 821 ret = mbedtls_aes_setkey_enc(&ctx->tweak, key2, key2bits); in mbedtls_aes_xts_setkey_dec() 1199 unsigned char tweak[16]; in mbedtls_aes_crypt_xts() local 1218 ret = mbedtls_aes_crypt_ecb(&ctx->tweak, MBEDTLS_AES_ENCRYPT, in mbedtls_aes_crypt_xts() 1219 data_unit, tweak); in mbedtls_aes_crypt_xts() 1231 memcpy(prev_tweak, tweak, sizeof(tweak)); in mbedtls_aes_crypt_xts() 1232 mbedtls_gf128mul_x_ble(tweak, tweak); in mbedtls_aes_crypt_xts() 1235 mbedtls_xor(tmp, input, tweak, 16); in mbedtls_aes_crypt_xts() [all …]
|
/mbedtls-latest/include/mbedtls/ |
D | aes.h | 90 mbedtls_aes_context MBEDTLS_PRIVATE(tweak); /*!< The AES context used for tweak
|
/mbedtls-latest/tests/include/test/ |
D | ssl_helpers.h | 605 unsigned char *buf, unsigned char **end, int tweak,
|
/mbedtls-latest/tests/src/test_helpers/ |
D | ssl_helpers.c | 2383 unsigned char *buf, unsigned char **end, int tweak, in mbedtls_test_tweak_tls13_certificate_msg_vector_len() argument 2421 switch (tweak) { in mbedtls_test_tweak_tls13_certificate_msg_vector_len()
|
/mbedtls-latest/tests/suites/ |
D | test_suite_pk.function | 2142 * tweak the expected result here. */
|
D | test_suite_ssl.function | 4706 * zero (case supported by our client) tweak the ticket flags here.
|
/mbedtls-latest/docs/ |
D | psa-transition.md | 818 3. Optionally, tweak the attributes (this is rarely necessary). For example:
|
/mbedtls-latest/ |
D | ChangeLog | 894 * In TLS 1.3, when using a ticket for session resumption, tweak its age
|