Re: [PATCH 1/2] crypto: caam - add tag object functionality

2020-07-16 Thread Horia Geantă
On 7/13/2020 1:05 AM, Iuliana Prodan wrote: > A tag object represents the metadata (or simply a header/configuration) > and the actual data (e.g. black key) obtained from hardware. > Add functionality to tag an object with metadata: > - validate metadata: check tag object header; > - retrieve

[PATCH 1/2] crypto: caam - add tag object functionality

2020-07-12 Thread Iuliana Prodan
A tag object represents the metadata (or simply a header/configuration) and the actual data (e.g. black key) obtained from hardware. Add functionality to tag an object with metadata: - validate metadata: check tag object header; - retrieve metadata: get tag object header configuration, black key