Searched refs:mbedtls_cipher_auth_encrypt_ext (Results 1 – 8 of 8) sorted by relevance
/mbedtls-latest/include/mbedtls/ |
D | cipher.h | 1106 int mbedtls_cipher_auth_encrypt_ext(mbedtls_cipher_context_t *ctx,
|
/mbedtls-latest/library/ |
D | ssl_ticket.c | 369 if ((ret = mbedtls_cipher_auth_encrypt_ext(&key->ctx, in mbedtls_ssl_ticket_write()
|
D | cipher.c | 1585 int mbedtls_cipher_auth_encrypt_ext(mbedtls_cipher_context_t *ctx, in mbedtls_cipher_auth_encrypt_ext() function
|
D | ssl_msg.c | 1211 if ((ret = mbedtls_cipher_auth_encrypt_ext(&transform->cipher_ctx_enc, in mbedtls_ssl_encrypt_buf()
|
/mbedtls-latest/tests/suites/ |
D | test_suite_cipher.function | 1009 ret = mbedtls_cipher_auth_encrypt_ext(&ctx, iv->x, iv->len, 1023 ret = mbedtls_cipher_auth_encrypt_ext(&ctx, iv->x, iv->len,
|
/mbedtls-latest/docs/ |
D | 3.0-migration-guide.md | 431 `mbedtls_cipher_auth_encrypt_ext()` and `mbedtls_cipher_auth_decrypt_ext()`
|
D | psa-transition.md | 396 Steps 3–6 can be replaced by a single call to `mbedtls_cipher_auth_encrypt_ext` or `mbedtls_cipher_…
|
/mbedtls-latest/ |
D | ChangeLog | 2236 Please use mbedtls_cipher_auth_encrypt_ext() and 2249 functions mbedtls_cipher_auth_encrypt_ext() and
|