Searched refs:mbedtls_cipher_auth_decrypt (Results 1 – 8 of 8) sorted by relevance
| /external/openthread/third_party/mbedtls/repo/tests/suites/ |
| D | test_suite_cipher.function | 483 /* mbedtls_cipher_auth_decrypt() */ 486 mbedtls_cipher_auth_decrypt(NULL, 494 mbedtls_cipher_auth_decrypt(&valid_ctx, 502 mbedtls_cipher_auth_decrypt(&valid_ctx, 510 mbedtls_cipher_auth_decrypt(&valid_ctx, 518 mbedtls_cipher_auth_decrypt(&valid_ctx, 526 mbedtls_cipher_auth_decrypt(&valid_ctx, 534 mbedtls_cipher_auth_decrypt(&valid_ctx, 1379 ret = mbedtls_cipher_auth_decrypt(&ctx, iv->x, iv->len, ad->x, ad->len,
|
| /external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
| D | cipher.h | 1012 int MBEDTLS_DEPRECATED mbedtls_cipher_auth_decrypt(
|
| D | compat-1.3.h | 1798 #define cipher_auth_decrypt mbedtls_cipher_auth_decrypt
|
| /external/openthread/third_party/mbedtls/repo/library/ |
| D | cipher.c | 1486 int mbedtls_cipher_auth_decrypt(mbedtls_cipher_context_t *ctx, in mbedtls_cipher_auth_decrypt() function
|
| /external/openthread/third_party/mbedtls/repo/scripts/data_files/ |
| D | rename-1.3-2.0.txt | 1373 cipher_auth_decrypt mbedtls_cipher_auth_decrypt
|
| /external/mbedtls/docs/ |
| D | 3.0-migration-guide.md | 430 `mbedtls_cipher_auth_decrypt()` were removed. They were superseded by
|
| /external/mbedtls/ |
| D | ChangeLog | 1395 mbedtls_cipher_auth_encrypt(), mbedtls_cipher_auth_decrypt(), 1779 mbedtls_cipher_auth_decrypt() no longer accept NIST_KW contexts, 1793 mbedtls_cipher_auth_decrypt() are deprecated in favour of the new 1829 mbedtls_cipher_auth_decrypt() would write past the minimum documented
|
| /external/openthread/third_party/mbedtls/repo/ |
| D | ChangeLog | 787 mbedtls_cipher_auth_decrypt() no longer accept NIST_KW contexts, 801 mbedtls_cipher_auth_decrypt() are deprecated in favour of the new 837 mbedtls_cipher_auth_decrypt() would write past the minimum documented
|