Home
last modified time | relevance | path

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

/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/
Dtest_suite_cipher.function162 /* 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/
Dcipher.h716 int mbedtls_cipher_update_ad( mbedtls_cipher_context_t *ctx,
Dcompat-1.3.h1828 #define cipher_update_ad mbedtls_cipher_update_ad
/openthread-2.7.6/third_party/mbedtls/repo/library/
Dcipher.c448 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/
Drename-1.3-2.0.txt1408 cipher_update_ad mbedtls_cipher_update_ad