Searched refs:mbedtls_cipher_update_ad (Results 1 – 5 of 5) sorted by relevance
/net-tools-latest/mbedtls-2.4.0/tests/suites/ |
D | test_suite_cipher.function | 64 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/ |
D | cipher.h | 522 int mbedtls_cipher_update_ad( mbedtls_cipher_context_t *ctx,
|
D | compat-1.3.h | 1864 #define cipher_update_ad mbedtls_cipher_update_ad
|
/net-tools-latest/mbedtls-2.4.0/library/ |
D | cipher.c | 254 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/ |
D | rename-1.3-2.0.txt | 1408 cipher_update_ad mbedtls_cipher_update_ad
|