Searched refs:mbedtls_cipher_auth_encrypt_ext (Results 1 – 7 of 7) sorted by relevance
/third_party/mbedtls/library/ |
D | ssl_ticket.c | 249 if( ( ret = mbedtls_cipher_auth_encrypt_ext( &key->ctx, in mbedtls_ssl_ticket_write()
|
D | cipher.c | 1525 int mbedtls_cipher_auth_encrypt_ext( mbedtls_cipher_context_t *ctx, in mbedtls_cipher_auth_encrypt_ext() function
|
D | ssl_msg.c | 801 if( ( ret = mbedtls_cipher_auth_encrypt_ext( &transform->cipher_ctx_enc, in mbedtls_ssl_encrypt_buf()
|
/third_party/mbedtls/include/mbedtls/ |
D | cipher.h | 1092 int mbedtls_cipher_auth_encrypt_ext( mbedtls_cipher_context_t *ctx,
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_cipher.function | 965 ret = mbedtls_cipher_auth_encrypt_ext( &ctx, iv->x, iv->len, 979 ret = mbedtls_cipher_auth_encrypt_ext( &ctx, iv->x, iv->len,
|
/third_party/mbedtls/docs/ |
D | 3.0-migration-guide.md | 403 `mbedtls_cipher_auth_encrypt_ext()` and `mbedtls_cipher_auth_decrypt_ext()`
|
/third_party/mbedtls/ |
D | ChangeLog | 769 Please use mbedtls_cipher_auth_encrypt_ext() and 782 functions mbedtls_cipher_auth_encrypt_ext() and
|