Searched refs:mbedtls_cipher_update_ad (Results 1 – 3 of 3) sorted by relevance
/mbedtls-development/tests/suites/ |
A D | test_suite_cipher.function | 217 /* 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 D | cipher.h | 833 int mbedtls_cipher_update_ad( mbedtls_cipher_context_t *ctx,
|
/mbedtls-development/library/ |
A D | cipher.c | 482 int mbedtls_cipher_update_ad( mbedtls_cipher_context_t *ctx, in mbedtls_cipher_update_ad() function
|
Completed in 8 milliseconds