Lines Matching refs:LOCAL_OUTPUT_ALLOC
240 #define LOCAL_OUTPUT_ALLOC(output, length, output_copy) \ macro
277 #define LOCAL_OUTPUT_ALLOC(output, length, output_copy) \ macro
1537 LOCAL_OUTPUT_ALLOC(data_external, data_size, data); in psa_export_key()
1649 LOCAL_OUTPUT_ALLOC(data_external, data_size, data); in psa_export_public_key()
2477 LOCAL_OUTPUT_ALLOC(hash_external, hash_size, hash); in psa_hash_finish()
2539 LOCAL_OUTPUT_ALLOC(hash_external, hash_size, hash); in psa_hash_compute()
2810 LOCAL_OUTPUT_ALLOC(mac_external, mac_size, mac); in psa_mac_sign_finish()
2968 LOCAL_OUTPUT_ALLOC(mac_external, mac_size, mac); in psa_mac_compute()
3236 LOCAL_OUTPUT_ALLOC(signature_external, signature_size, signature); in psa_sign_message()
3368 LOCAL_OUTPUT_ALLOC(signature_external, signature_size, signature); in psa_sign_hash()
3496 LOCAL_OUTPUT_ALLOC(output_external, output_size, output); in psa_asymmetric_encrypt()
3554 LOCAL_OUTPUT_ALLOC(output_external, output_size, output); in psa_asymmetric_decrypt()
3718 LOCAL_OUTPUT_ALLOC(signature_external, signature_size, signature); in psa_sign_hash_complete()
4558 LOCAL_OUTPUT_ALLOC(iv_external, default_iv_length, iv); in psa_cipher_generate_iv()
4648 LOCAL_OUTPUT_ALLOC(output_external, output_size, output); in psa_cipher_update()
4687 LOCAL_OUTPUT_ALLOC(output_external, output_size, output); in psa_cipher_finish()
4773 LOCAL_OUTPUT_ALLOC(output_external, output_size, output); in psa_cipher_encrypt()
4835 LOCAL_OUTPUT_ALLOC(output_external, output_size, output); in psa_cipher_decrypt()
4958 LOCAL_OUTPUT_ALLOC(ciphertext_external, ciphertext_size, ciphertext); in psa_aead_encrypt()
5025 LOCAL_OUTPUT_ALLOC(plaintext_external, plaintext_size, plaintext); in psa_aead_decrypt()
5239 LOCAL_OUTPUT_ALLOC(nonce_external, nonce_size, nonce); in psa_aead_generate_nonce()
5450 LOCAL_OUTPUT_ALLOC(output_external, output_size, output); in psa_aead_update()
5532 LOCAL_OUTPUT_ALLOC(ciphertext_external, ciphertext_size, ciphertext); in psa_aead_finish()
5533 LOCAL_OUTPUT_ALLOC(tag_external, tag_size, tag); in psa_aead_finish()
5585 LOCAL_OUTPUT_ALLOC(plaintext_external, plaintext_size, plaintext); in psa_aead_verify()
6266 LOCAL_OUTPUT_ALLOC(output_external, output_length, output); in psa_key_derivation_output_bytes()
7890 LOCAL_OUTPUT_ALLOC(output_external, output_size, output); in psa_raw_key_agreement()
8031 LOCAL_OUTPUT_ALLOC(output_external, output_size, output); in psa_generate_random()
9097 LOCAL_OUTPUT_ALLOC(output_external, output_size, output); in psa_pake_output()