search for: aad_buffer

Displaying 2 results from an estimated 2 matches for "aad_buffer".

Did you mean: load_buffer
2024 Dec 11
1
[PATCH v3 01/15] nvkm: add a kernel doc to introduce the GSP RPC
...| > + * | Payload | > + * | | > + * | header(optional) | > + * | params | > + * +------------------------+ > + * > + */ > + > struct r535_gsp_msg { > u8 auth_tag_buffer[16]; > u8 aad_buffer[16]; > -- > 2.34.1 >
2024 Oct 31
16
[PATCH v3 00/15] NVKM GSP RPC kernel docs, cleanups and fixes
Hi folks: Here is the leftover of the previous spin of NVKM GSP RPC fixes, which is handling the return of large GSP message. PATCH 1 and 2 in the previous spin were merged [1], and this spin is based on top of PATCH 1 and PATCH 2 in the previous spin. Besides the support of the large GSP message, kernel doc and many cleanups are introduced according to the comments in the previous spin [2].