Home
last modified time | relevance | path

Searched refs:mbedtls_cipher_update_ad (Results 1 – 9 of 9) sorted by relevance

/external/openthread/third_party/mbedtls/repo/tests/suites/
Dtest_suite_cipher.function157 /* 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/
Dtest_suite_cipher.function237 /* 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/
Dcipher_aead_demo.c190 CHK(mbedtls_cipher_update_ad(ctx, ad, ad_len)); in aead_encrypt()
/external/openthread/third_party/mbedtls/repo/include/mbedtls/
Dcipher.h757 int mbedtls_cipher_update_ad(mbedtls_cipher_context_t *ctx,
Dcompat-1.3.h1831 #define cipher_update_ad mbedtls_cipher_update_ad
/external/mbedtls/include/mbedtls/
Dcipher.h933 int mbedtls_cipher_update_ad(mbedtls_cipher_context_t *ctx,
/external/openthread/third_party/mbedtls/repo/library/
Dcipher.c435 int mbedtls_cipher_update_ad(mbedtls_cipher_context_t *ctx, in mbedtls_cipher_update_ad() function
/external/mbedtls/library/
Dcipher.c515 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/
Drename-1.3-2.0.txt1408 cipher_update_ad mbedtls_cipher_update_ad