Searched refs:mbedtls_cipher_update_ad (Results 1 – 9 of 9) sorted by relevance
| /external/openthread/third_party/mbedtls/repo/tests/suites/ |
| D | test_suite_cipher.function | 157 /* mbedtls_cipher_update_ad() */ 159 mbedtls_cipher_update_ad(&invalid_ctx, 303 /* mbedtls_cipher_update_ad() */ 306 mbedtls_cipher_update_ad(NULL, 311 mbedtls_cipher_update_ad(&valid_ctx, 772 TEST_ASSERT(0 == mbedtls_cipher_update_ad(&ctx_dec, ad, sizeof(ad) - i)); 773 TEST_ASSERT(0 == mbedtls_cipher_update_ad(&ctx_enc, ad, sizeof(ad) - i)); 869 TEST_ASSERT(0 == mbedtls_cipher_update_ad(&ctx, NULL, 0)); 929 TEST_ASSERT(0 == mbedtls_cipher_update_ad(&ctx_dec, NULL, 0)); 1024 TEST_ASSERT(0 == mbedtls_cipher_update_ad(&ctx_dec, NULL, 0)); [all …]
|
| /external/mbedtls/tests/suites/ |
| D | test_suite_cipher.function | 237 /* mbedtls_cipher_update_ad() */ 239 mbedtls_cipher_update_ad(&invalid_ctx, 441 TEST_EQUAL(expected, mbedtls_cipher_update_ad(&ctx_dec, ad, sizeof(ad) - i)); 442 TEST_EQUAL(expected, mbedtls_cipher_update_ad(&ctx_enc, ad, sizeof(ad) - i)); 542 TEST_EQUAL(expected, mbedtls_cipher_update_ad(&ctx, NULL, 0)); 616 TEST_EQUAL(expected, mbedtls_cipher_update_ad(&ctx_dec, NULL, 0)); 720 TEST_EQUAL(expected, mbedtls_cipher_update_ad(&ctx_dec, NULL, 0)); 721 TEST_EQUAL(expected, mbedtls_cipher_update_ad(&ctx_enc, NULL, 0)); 816 TEST_EQUAL(expected, mbedtls_cipher_update_ad(&ctx, ad->x, ad->len));
|
| /external/mbedtls/programs/cipher/ |
| D | cipher_aead_demo.c | 190 CHK(mbedtls_cipher_update_ad(ctx, ad, ad_len)); in aead_encrypt()
|
| /external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
| D | cipher.h | 757 int mbedtls_cipher_update_ad(mbedtls_cipher_context_t *ctx,
|
| D | compat-1.3.h | 1831 #define cipher_update_ad mbedtls_cipher_update_ad
|
| /external/mbedtls/include/mbedtls/ |
| D | cipher.h | 933 int mbedtls_cipher_update_ad(mbedtls_cipher_context_t *ctx,
|
| /external/openthread/third_party/mbedtls/repo/library/ |
| D | cipher.c | 435 int mbedtls_cipher_update_ad(mbedtls_cipher_context_t *ctx, in mbedtls_cipher_update_ad() function
|
| /external/mbedtls/library/ |
| D | cipher.c | 515 int mbedtls_cipher_update_ad(mbedtls_cipher_context_t *ctx, in mbedtls_cipher_update_ad() function
|
| /external/openthread/third_party/mbedtls/repo/scripts/data_files/ |
| D | rename-1.3-2.0.txt | 1408 cipher_update_ad mbedtls_cipher_update_ad
|