Searched refs:mbedtls_cipher_reset (Results 1 – 13 of 13) sorted by relevance
154 /* mbedtls_cipher_reset() */155 TEST_ASSERT( mbedtls_cipher_reset( &invalid_ctx ) ==300 /* mbedtls_cipher_reset() */302 mbedtls_cipher_reset( NULL ) );765 TEST_ASSERT( 0 == mbedtls_cipher_reset( &ctx_dec ) );766 TEST_ASSERT( 0 == mbedtls_cipher_reset( &ctx_enc ) );864 TEST_ASSERT( 0 == mbedtls_cipher_reset( &ctx ) );916 TEST_ASSERT( 0 == mbedtls_cipher_reset( &ctx_dec ) );1005 TEST_ASSERT( 0 == mbedtls_cipher_reset( &ctx_dec ) );1006 TEST_ASSERT( 0 == mbedtls_cipher_reset( &ctx_enc ) );[all …]
247 /* mbedtls_cipher_reset() */248 TEST_ASSERT( mbedtls_cipher_reset( &invalid_ctx ) ==449 TEST_ASSERT( 0 == mbedtls_cipher_reset( &ctx_dec ) );450 TEST_ASSERT( 0 == mbedtls_cipher_reset( &ctx_enc ) );552 TEST_ASSERT( 0 == mbedtls_cipher_reset( &ctx ) );617 TEST_ASSERT( 0 == mbedtls_cipher_reset( &ctx_dec ) );721 TEST_ASSERT( 0 == mbedtls_cipher_reset( &ctx_dec ) );722 TEST_ASSERT( 0 == mbedtls_cipher_reset( &ctx_enc ) );812 TEST_ASSERT( 0 == mbedtls_cipher_reset( &ctx ) );
364 if( mbedtls_cipher_reset( &cipher_ctx ) != 0 ) in main()537 if( mbedtls_cipher_reset( &cipher_ctx ) != 0 ) in main()
351 if( mbedtls_cipher_reset( &cipher_ctx ) != 0 ) in main()526 if( mbedtls_cipher_reset( &cipher_ctx ) != 0 ) in main()
200 CHK( mbedtls_cipher_reset( ctx ) ); in aead_encrypt()
707 int mbedtls_cipher_reset( mbedtls_cipher_context_t *ctx );
1822 #define cipher_reset mbedtls_cipher_reset
209 if( ( ret = mbedtls_cipher_reset( &cipher_ctx ) ) != 0 ) in mbedtls_pkcs12_pbe()
407 int mbedtls_cipher_reset( mbedtls_cipher_context_t *ctx ) in mbedtls_cipher_reset() function1266 if( ( ret = mbedtls_cipher_reset( ctx ) ) != 0 ) in mbedtls_cipher_crypt()
167 if( ( ret = mbedtls_cipher_reset( &cipher_ctx ) ) != 0 ) in mbedtls_pkcs12_pbe()
438 int mbedtls_cipher_reset( mbedtls_cipher_context_t *ctx ) in mbedtls_cipher_reset() function1293 if( ( ret = mbedtls_cipher_reset( ctx ) ) != 0 ) in mbedtls_cipher_crypt()
901 int mbedtls_cipher_reset( mbedtls_cipher_context_t *ctx );
1401 cipher_reset mbedtls_cipher_reset