Home
last modified time | relevance | path

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

/mbedtls/include/mbedtls/
A Dcipher.h1162 int mbedtls_cipher_auth_decrypt_ext(mbedtls_cipher_context_t *ctx,
/mbedtls/library/
A Dssl_ticket.c479 if ((ret = mbedtls_cipher_auth_decrypt_ext(&key->ctx, in mbedtls_ssl_ticket_parse()
A Dcipher.c1633 int mbedtls_cipher_auth_decrypt_ext(mbedtls_cipher_context_t *ctx, in mbedtls_cipher_auth_decrypt_ext() function
A Dssl_msg.c1638 if ((ret = mbedtls_cipher_auth_decrypt_ext in mbedtls_ssl_decrypt_buf()
/mbedtls/tests/suites/
A Dtest_suite_cipher.function943 ret = mbedtls_cipher_auth_decrypt_ext(&ctx, iv->x, iv->len,
958 ret = mbedtls_cipher_auth_decrypt_ext(&ctx, iv->x, iv->len,
/mbedtls/docs/
A D3.0-migration-guide.md431 `mbedtls_cipher_auth_encrypt_ext()` and `mbedtls_cipher_auth_decrypt_ext()`
A Dpsa-transition.md396 …ed by a single call to `mbedtls_cipher_auth_encrypt_ext` or `mbedtls_cipher_auth_decrypt_ext` for …
/mbedtls/
A DChangeLog2042 mbedtls_cipher_auth_decrypt_ext() instead. Credit to OSS-Fuzz and
2055 mbedtls_cipher_auth_decrypt_ext(). Please note that with AEAD ciphers,

Completed in 32 milliseconds