Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dcipher.h1162 int mbedtls_cipher_auth_decrypt_ext(mbedtls_cipher_context_t *ctx,
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dcipher.h1172 int mbedtls_cipher_auth_decrypt_ext(mbedtls_cipher_context_t *ctx,
/aosp_15_r20/external/mbedtls/library/
H A Dssl_ticket.c472 if ((ret = mbedtls_cipher_auth_decrypt_ext(&key->ctx, in mbedtls_ssl_ticket_parse()
H A Dcipher.c1617 int mbedtls_cipher_auth_decrypt_ext(mbedtls_cipher_context_t *ctx, in mbedtls_cipher_auth_decrypt_ext() function
H A Dssl_msg.c1644 if ((ret = mbedtls_cipher_auth_decrypt_ext(&transform->cipher_ctx_dec, in mbedtls_ssl_decrypt_buf()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dssl_ticket.c479 if ((ret = mbedtls_cipher_auth_decrypt_ext(&key->ctx, in mbedtls_ssl_ticket_parse()
H A Dcipher.c1633 int mbedtls_cipher_auth_decrypt_ext(mbedtls_cipher_context_t *ctx, in mbedtls_cipher_auth_decrypt_ext() function
H A Dssl_msg.c1638 if ((ret = mbedtls_cipher_auth_decrypt_ext in mbedtls_ssl_decrypt_buf()
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_cipher.function939 ret = mbedtls_cipher_auth_decrypt_ext(&ctx, iv->x, iv->len,
954 ret = mbedtls_cipher_auth_decrypt_ext(&ctx, iv->x, iv->len,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H 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,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A D3.0-migration-guide.md431 `mbedtls_cipher_auth_encrypt_ext()` and `mbedtls_cipher_auth_decrypt_ext()`
H A Dpsa-transition.md396 …ed by a single call to `mbedtls_cipher_auth_encrypt_ext` or `mbedtls_cipher_auth_decrypt_ext` for …
/aosp_15_r20/external/mbedtls/docs/
H A D3.0-migration-guide.md431 `mbedtls_cipher_auth_encrypt_ext()` and `mbedtls_cipher_auth_decrypt_ext()`
/aosp_15_r20/external/mbedtls/
H A DChangeLog1782 mbedtls_cipher_auth_decrypt_ext() instead. Credit to OSS-Fuzz and
1795 mbedtls_cipher_auth_decrypt_ext(). Please note that with AEAD ciphers,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/
H 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,