Searched refs:mbedtls_cipher_update_ad (Results 1 – 5 of 5) sorted by relevance
/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_cipher.function | 162 /* mbedtls_cipher_update_ad() */ 164 mbedtls_cipher_update_ad( &invalid_ctx, 308 /* mbedtls_cipher_update_ad() */ 311 mbedtls_cipher_update_ad( NULL, 316 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 ) ); 922 TEST_ASSERT( 0 == mbedtls_cipher_update_ad( &ctx_dec, NULL, 0 ) ); 1012 TEST_ASSERT( 0 == mbedtls_cipher_update_ad( &ctx_dec, NULL, 0 ) ); [all …]
|
/openthread-2.7.6/third_party/mbedtls/repo/include/mbedtls/ |
D | cipher.h | 716 int mbedtls_cipher_update_ad( mbedtls_cipher_context_t *ctx,
|
D | compat-1.3.h | 1828 #define cipher_update_ad mbedtls_cipher_update_ad
|
/openthread-2.7.6/third_party/mbedtls/repo/library/ |
D | cipher.c | 448 int mbedtls_cipher_update_ad( mbedtls_cipher_context_t *ctx, in mbedtls_cipher_update_ad() function
|
/openthread-2.7.6/third_party/mbedtls/repo/scripts/data_files/ |
D | rename-1.3-2.0.txt | 1408 cipher_update_ad mbedtls_cipher_update_ad
|