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.function159 /* mbedtls_cipher_update_ad() */
161 mbedtls_cipher_update_ad( &invalid_ctx,
305 /* mbedtls_cipher_update_ad() */
308 mbedtls_cipher_update_ad( NULL,
313 mbedtls_cipher_update_ad( &valid_ctx,
769 TEST_ASSERT( 0 == mbedtls_cipher_update_ad( &ctx_dec, ad, sizeof( ad ) - i ) );
770 TEST_ASSERT( 0 == mbedtls_cipher_update_ad( &ctx_enc, ad, sizeof( ad ) - i ) );
866 TEST_ASSERT( 0 == mbedtls_cipher_update_ad( &ctx, NULL, 0 ) );
919 TEST_ASSERT( 0 == mbedtls_cipher_update_ad( &ctx_dec, NULL, 0 ) );
1009 TEST_ASSERT( 0 == mbedtls_cipher_update_ad( &ctx_dec, NULL, 0 ) );
[all …]
/external/mbedtls/tests/suites/
Dtest_suite_cipher.function252 /* mbedtls_cipher_update_ad() */
254 mbedtls_cipher_update_ad( &invalid_ctx,
457 TEST_EQUAL( expected, mbedtls_cipher_update_ad( &ctx_dec, ad, sizeof(ad) - i ) );
458 TEST_EQUAL( expected, mbedtls_cipher_update_ad( &ctx_enc, ad, sizeof(ad) - i ) );
558 TEST_EQUAL( expected, mbedtls_cipher_update_ad( &ctx, NULL, 0 ) );
624 TEST_EQUAL( expected, mbedtls_cipher_update_ad( &ctx_dec, NULL, 0 ) );
729 TEST_EQUAL( expected, mbedtls_cipher_update_ad( &ctx_dec, NULL, 0 ) );
730 TEST_EQUAL( expected, mbedtls_cipher_update_ad( &ctx_enc, NULL, 0 ) );
818 TEST_EQUAL( expected, mbedtls_cipher_update_ad( &ctx, ad->x, ad->len ) );
/external/mbedtls/programs/cipher/
Dcipher_aead_demo.c201 CHK( mbedtls_cipher_update_ad( ctx, ad, ad_len ) ); in aead_encrypt()
/external/openthread/third_party/mbedtls/repo/include/mbedtls/
Dcipher.h724 int mbedtls_cipher_update_ad( mbedtls_cipher_context_t *ctx,
Dcompat-1.3.h1828 #define cipher_update_ad mbedtls_cipher_update_ad
/external/mbedtls/include/mbedtls/
Dcipher.h916 int mbedtls_cipher_update_ad( mbedtls_cipher_context_t *ctx,
/external/mbedtls/library/
Dcipher.c458 int mbedtls_cipher_update_ad( mbedtls_cipher_context_t *ctx, in mbedtls_cipher_update_ad() function
/external/openthread/third_party/mbedtls/repo/library/
Dcipher.c428 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