Home
last modified time | relevance | path

Searched refs:mbedtls_cipher_auth_decrypt_ext (Results 1 – 7 of 7) sorted by relevance

/third_party/mbedtls/library/
Dssl_ticket.c341 if( ( ret = mbedtls_cipher_auth_decrypt_ext( &key->ctx, in mbedtls_ssl_ticket_parse()
Dcipher.c1581 int mbedtls_cipher_auth_decrypt_ext( mbedtls_cipher_context_t *ctx, in mbedtls_cipher_auth_decrypt_ext() function
Dssl_msg.c1151 if( ( ret = mbedtls_cipher_auth_decrypt_ext( &transform->cipher_ctx_dec, in mbedtls_ssl_decrypt_buf()
/third_party/mbedtls/include/mbedtls/
Dcipher.h1148 int mbedtls_cipher_auth_decrypt_ext( mbedtls_cipher_context_t *ctx,
/third_party/mbedtls/tests/suites/
Dtest_suite_cipher.function902 ret = mbedtls_cipher_auth_decrypt_ext( &ctx, iv->x, iv->len,
917 ret = mbedtls_cipher_auth_decrypt_ext( &ctx, iv->x, iv->len,
/third_party/mbedtls/docs/
D3.0-migration-guide.md403 `mbedtls_cipher_auth_encrypt_ext()` and `mbedtls_cipher_auth_decrypt_ext()`
/third_party/mbedtls/
DChangeLog770 mbedtls_cipher_auth_decrypt_ext() instead. Credit to OSS-Fuzz and
783 mbedtls_cipher_auth_decrypt_ext(). Please note that with AEAD ciphers,