Lines Matching refs:ciphertext
4023 unsigned char *ciphertext = NULL;
4049 ASSERT_ALLOC( ciphertext, ciphertext_size );
4090 PSA_ASSERT( psa_aead_finish( &operation, ciphertext, ciphertext_size,
4098 mbedtls_free( ciphertext );
4122 unsigned char *ciphertext = NULL;
4150 ASSERT_ALLOC( ciphertext, ciphertext_size );
4202 PSA_ASSERT( psa_aead_finish( &operation, ciphertext, ciphertext_size,
4210 mbedtls_free( ciphertext );
4235 unsigned char *ciphertext = NULL;
4257 ASSERT_ALLOC( ciphertext, ciphertext_size );
4285 PSA_ASSERT( psa_aead_finish( &operation, ciphertext, ciphertext_size,
4293 mbedtls_free( ciphertext );
4317 unsigned char *ciphertext = NULL;
4339 ASSERT_ALLOC( ciphertext, ciphertext_size );
4364 ciphertext, ciphertext_size, &ciphertext_length ) );
4376 mbedtls_free( ciphertext );
5614 /* Determine the maximum ciphertext length */
5636 /* We don't know what ciphertext length to expect, but check that
5691 /* Determine the maximum ciphertext length */