Lines Matching refs:output_length

41     size_t *output_length)  in mbedtls_test_transparent_cipher_encrypt()  argument
54 *output_length = mbedtls_test_driver_cipher_hooks.forced_output_length; in mbedtls_test_transparent_cipher_encrypt()
72 output, output_size, output_length); in mbedtls_test_transparent_cipher_encrypt()
77 output, output_size, output_length); in mbedtls_test_transparent_cipher_encrypt()
92 size_t *output_length) in mbedtls_test_transparent_cipher_decrypt() argument
104 *output_length = mbedtls_test_driver_cipher_hooks.forced_output_length; in mbedtls_test_transparent_cipher_decrypt()
119 output, output_size, output_length); in mbedtls_test_transparent_cipher_decrypt()
124 output, output_size, output_length); in mbedtls_test_transparent_cipher_decrypt()
241 size_t *output_length) in mbedtls_test_transparent_cipher_update() argument
253 *output_length = mbedtls_test_driver_cipher_hooks.forced_output_length; in mbedtls_test_transparent_cipher_update()
266 output, output_size, output_length); in mbedtls_test_transparent_cipher_update()
270 output, output_size, output_length); in mbedtls_test_transparent_cipher_update()
280 size_t *output_length) in mbedtls_test_transparent_cipher_finish() argument
292 *output_length = mbedtls_test_driver_cipher_hooks.forced_output_length; in mbedtls_test_transparent_cipher_finish()
304 operation, output, output_size, output_length); in mbedtls_test_transparent_cipher_finish()
307 operation, output, output_size, output_length); in mbedtls_test_transparent_cipher_finish()
322 uint8_t *output, size_t output_size, size_t *output_length) in mbedtls_test_opaque_cipher_encrypt() argument
334 (void) output_length; in mbedtls_test_opaque_cipher_encrypt()
343 uint8_t *output, size_t output_size, size_t *output_length) in mbedtls_test_opaque_cipher_decrypt() argument
353 (void) output_length; in mbedtls_test_opaque_cipher_decrypt()
409 size_t *output_length) in mbedtls_test_opaque_cipher_update() argument
416 (void) output_length; in mbedtls_test_opaque_cipher_update()
424 size_t *output_length) in mbedtls_test_opaque_cipher_finish() argument
429 (void) output_length; in mbedtls_test_opaque_cipher_finish()