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 | 159 /* 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/ |
| D | test_suite_cipher.function | 252 /* 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/ |
| D | cipher_aead_demo.c | 201 CHK( mbedtls_cipher_update_ad( ctx, ad, ad_len ) ); in aead_encrypt()
|
| /external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
| D | cipher.h | 724 int mbedtls_cipher_update_ad( mbedtls_cipher_context_t *ctx,
|
| D | compat-1.3.h | 1828 #define cipher_update_ad mbedtls_cipher_update_ad
|
| /external/mbedtls/include/mbedtls/ |
| D | cipher.h | 916 int mbedtls_cipher_update_ad( mbedtls_cipher_context_t *ctx,
|
| /external/mbedtls/library/ |
| D | cipher.c | 458 int mbedtls_cipher_update_ad( mbedtls_cipher_context_t *ctx, in mbedtls_cipher_update_ad() function
|
| /external/openthread/third_party/mbedtls/repo/library/ |
| D | cipher.c | 428 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
|