Home
last modified time | relevance | path

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

/mbedtls-development/tests/suites/
A Dtest_suite_cipher.function217 /* mbedtls_cipher_update_ad() */
219 mbedtls_cipher_update_ad( &invalid_ctx,
417 TEST_ASSERT( 0 == mbedtls_cipher_update_ad( &ctx_dec, ad, sizeof( ad ) - i ) );
418 TEST_ASSERT( 0 == mbedtls_cipher_update_ad( &ctx_enc, ad, sizeof( ad ) - i ) );
514 TEST_ASSERT( 0 == mbedtls_cipher_update_ad( &ctx, NULL, 0 ) );
567 TEST_ASSERT( 0 == mbedtls_cipher_update_ad( &ctx_dec, NULL, 0 ) );
664 TEST_ASSERT( 0 == mbedtls_cipher_update_ad( &ctx_dec, NULL, 0 ) );
665 TEST_ASSERT( 0 == mbedtls_cipher_update_ad( &ctx_enc, NULL, 0 ) );
749 TEST_ASSERT( 0 == mbedtls_cipher_update_ad( &ctx, ad->x, ad->len ) );
/mbedtls-development/include/mbedtls/
A Dcipher.h833 int mbedtls_cipher_update_ad( mbedtls_cipher_context_t *ctx,
/mbedtls-development/library/
A Dcipher.c482 int mbedtls_cipher_update_ad( mbedtls_cipher_context_t *ctx, in mbedtls_cipher_update_ad() function

Completed in 8 milliseconds