| [in] | attributes | Attributes of the key to use |
| [in] | key_buffer | Key material buffer |
| [in] | key_buffer_size | Size in bytes of the key |
| [in] | alg | Algorithm to use |
| [in] | nonce | Nonce buffer |
| [in] | nonce_length | Size in bytes of the nonce |
| [in] | additional_data | Data to authenticate buffer |
| [in] | additional_data_length | Size in bytes of additional_data |
| [in] | ciphertext | Data to decrypt buffer |
| [in] | ciphertext_length | Size in bytes of the data to decrypt |
| [out] | plaintext | Buffer to hold the decrypted data |
| [in] | plaintext_size | Size in bytes of the plaintext buffer |
| [out] | plaintext_length | Size in bytes of the decrypted data |