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 D | cipher.h | 1162 int mbedtls_cipher_auth_decrypt_ext(mbedtls_cipher_context_t *ctx,
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | cipher.h | 1172 int mbedtls_cipher_auth_decrypt_ext(mbedtls_cipher_context_t *ctx,
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | ssl_ticket.c | 472 if ((ret = mbedtls_cipher_auth_decrypt_ext(&key->ctx, in mbedtls_ssl_ticket_parse()
|
H A D | cipher.c | 1617 int mbedtls_cipher_auth_decrypt_ext(mbedtls_cipher_context_t *ctx, in mbedtls_cipher_auth_decrypt_ext() function
|
H A D | ssl_msg.c | 1644 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 D | ssl_ticket.c | 479 if ((ret = mbedtls_cipher_auth_decrypt_ext(&key->ctx, in mbedtls_ssl_ticket_parse()
|
H A D | cipher.c | 1633 int mbedtls_cipher_auth_decrypt_ext(mbedtls_cipher_context_t *ctx, in mbedtls_cipher_auth_decrypt_ext() function
|
H A D | ssl_msg.c | 1638 if ((ret = mbedtls_cipher_auth_decrypt_ext in mbedtls_ssl_decrypt_buf()
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_cipher.function | 939 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 D | test_suite_cipher.function | 943 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 D | 3.0-migration-guide.md | 431 `mbedtls_cipher_auth_encrypt_ext()` and `mbedtls_cipher_auth_decrypt_ext()`
|
H A D | psa-transition.md | 396 …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 D | 3.0-migration-guide.md | 431 `mbedtls_cipher_auth_encrypt_ext()` and `mbedtls_cipher_auth_decrypt_ext()`
|
/aosp_15_r20/external/mbedtls/ |
H A D | ChangeLog | 1782 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 D | ChangeLog | 2042 mbedtls_cipher_auth_decrypt_ext() instead. Credit to OSS-Fuzz and 2055 mbedtls_cipher_auth_decrypt_ext(). Please note that with AEAD ciphers,
|