Searched refs:mbedtls_cipher_auth_encrypt_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 | 1106 int mbedtls_cipher_auth_encrypt_ext(mbedtls_cipher_context_t *ctx,
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | cipher.h | 1116 int mbedtls_cipher_auth_encrypt_ext(mbedtls_cipher_context_t *ctx,
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | ssl_ticket.c | 362 if ((ret = mbedtls_cipher_auth_encrypt_ext(&key->ctx, in mbedtls_ssl_ticket_write()
|
H A D | cipher.c | 1566 int mbedtls_cipher_auth_encrypt_ext(mbedtls_cipher_context_t *ctx, in mbedtls_cipher_auth_encrypt_ext() function
|
H A D | ssl_msg.c | 1215 if ((ret = mbedtls_cipher_auth_encrypt_ext(&transform->cipher_ctx_enc, in mbedtls_ssl_encrypt_buf()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | ssl_ticket.c | 369 if ((ret = mbedtls_cipher_auth_encrypt_ext(&key->ctx, in mbedtls_ssl_ticket_write()
|
H A D | cipher.c | 1582 int mbedtls_cipher_auth_encrypt_ext(mbedtls_cipher_context_t *ctx, in mbedtls_cipher_auth_encrypt_ext() function
|
H A D | ssl_msg.c | 1211 if ((ret = mbedtls_cipher_auth_encrypt_ext(&transform->cipher_ctx_enc, in mbedtls_ssl_encrypt_buf()
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_cipher.function | 997 ret = mbedtls_cipher_auth_encrypt_ext(&ctx, iv->x, iv->len, 1011 ret = mbedtls_cipher_auth_encrypt_ext(&ctx, iv->x, iv->len,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_cipher.function | 1001 ret = mbedtls_cipher_auth_encrypt_ext(&ctx, iv->x, iv->len, 1015 ret = mbedtls_cipher_auth_encrypt_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 Steps 3–6 can be replaced by a single call to `mbedtls_cipher_auth_encrypt_ext` or `mbedtls_cipher_…
|
/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 | 1781 Please use mbedtls_cipher_auth_encrypt_ext() and 1794 functions mbedtls_cipher_auth_encrypt_ext() and
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/ |
H A D | ChangeLog | 2041 Please use mbedtls_cipher_auth_encrypt_ext() and 2054 functions mbedtls_cipher_auth_encrypt_ext() and
|