Lines Matching refs:ciphertext
4798 LOCAL_OUTPUT_DECLARE(ciphertext_external, ciphertext);
4816 LOCAL_OUTPUT_ALLOC(ciphertext_external, ciphertext_size, ciphertext);
4829 ciphertext, ciphertext_size, ciphertext_length);
4832 memset(ciphertext, 0, ciphertext_size);
4839 LOCAL_OUTPUT_FREE(ciphertext_external, ciphertext);
4863 LOCAL_INPUT_DECLARE(ciphertext_external, ciphertext);
4882 LOCAL_INPUT_ALLOC(ciphertext_external, ciphertext_length, ciphertext);
4895 ciphertext, ciphertext_length,
4905 LOCAL_INPUT_FREE(ciphertext_external, ciphertext);
5380 LOCAL_OUTPUT_DECLARE(ciphertext_external, ciphertext);
5383 LOCAL_OUTPUT_ALLOC(ciphertext_external, ciphertext_size, ciphertext);
5399 status = psa_driver_wrapper_aead_finish(operation, ciphertext,
5416 LOCAL_OUTPUT_FREE(ciphertext_external, ciphertext);