Home
last modified time | relevance | path

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

/net-tools-latest/mbedtls-2.4.0/tests/suites/
Dtest_suite_cipher.function64 TEST_ASSERT( mbedtls_cipher_update_ad( NULL, buf, 0 )
66 TEST_ASSERT( mbedtls_cipher_update_ad( &ctx, buf, 0 )
199 TEST_ASSERT( 0 == mbedtls_cipher_update_ad( &ctx_dec, ad, sizeof( ad ) - i ) );
200 TEST_ASSERT( 0 == mbedtls_cipher_update_ad( &ctx_enc, ad, sizeof( ad ) - i ) );
296 TEST_ASSERT( 0 == mbedtls_cipher_update_ad( &ctx, NULL, 0 ) );
344 TEST_ASSERT( 0 == mbedtls_cipher_update_ad( &ctx_dec, NULL, 0 ) );
408 TEST_ASSERT( 0 == mbedtls_cipher_update_ad( &ctx_dec, NULL, 0 ) );
409 TEST_ASSERT( 0 == mbedtls_cipher_update_ad( &ctx_enc, NULL, 0 ) );
510 TEST_ASSERT( 0 == mbedtls_cipher_update_ad( &ctx, ad, ad_len ) );
/net-tools-latest/mbedtls-2.4.0/include/mbedtls/
Dcipher.h522 int mbedtls_cipher_update_ad( mbedtls_cipher_context_t *ctx,
Dcompat-1.3.h1864 #define cipher_update_ad mbedtls_cipher_update_ad
/net-tools-latest/mbedtls-2.4.0/library/
Dcipher.c254 int mbedtls_cipher_update_ad( mbedtls_cipher_context_t *ctx, in mbedtls_cipher_update_ad() function
/net-tools-latest/mbedtls-2.4.0/scripts/data_files/
Drename-1.3-2.0.txt1408 cipher_update_ad mbedtls_cipher_update_ad