Searched refs:mbedtls_cipher_auth_decrypt_ext (Results 1 – 8 of 8) sorted by relevance
| /third_party/mbedtls/include/mbedtls/ |
| D | cipher.h | 1170 int mbedtls_cipher_auth_decrypt_ext(mbedtls_cipher_context_t *ctx,
|
| /third_party/mbedtls/library/ |
| D | ssl_ticket.c | 478 if ((ret = mbedtls_cipher_auth_decrypt_ext(&key->ctx, in mbedtls_ssl_ticket_parse()
|
| D | cipher.c | 1537 int mbedtls_cipher_auth_decrypt_ext(mbedtls_cipher_context_t *ctx, in mbedtls_cipher_auth_decrypt_ext() function
|
| D | ssl_msg.c | 1421 if ((ret = mbedtls_cipher_auth_decrypt_ext(&transform->cipher_ctx_dec, in mbedtls_ssl_decrypt_buf()
|
| /third_party/mbedtls/tests/suites/ |
| D | test_suite_cipher.function | 929 ret = mbedtls_cipher_auth_decrypt_ext(&ctx, iv->x, iv->len, 944 ret = mbedtls_cipher_auth_decrypt_ext(&ctx, iv->x, iv->len,
|
| /third_party/libcoap/src/ |
| D | coap_mbedtls.c | 2972 C(mbedtls_cipher_auth_decrypt_ext(&ctx,
|
| /third_party/mbedtls/docs/ |
| D | 3.0-migration-guide.md | 431 `mbedtls_cipher_auth_encrypt_ext()` and `mbedtls_cipher_auth_decrypt_ext()`
|
| /third_party/mbedtls/ |
| D | ChangeLog | 1469 mbedtls_cipher_auth_decrypt_ext() instead. Credit to OSS-Fuzz and 1482 mbedtls_cipher_auth_decrypt_ext(). Please note that with AEAD ciphers,
|