Branch: refs/heads/api-next
Home: https://github.com/Linaro/odp
Commit: 56fd0a5135769bee1b7b841e7b8d1e391fba377f
https://github.com/Linaro/odp/commit/56fd0a5135769bee1b7b841e7b8d1e391fba377f
Author: Petri Savolainen <[email protected]>
Date: 2017-05-04 (Thu, 04 May 2017)
Changed paths:
M include/odp/api/spec/crypto.h
Log Message:
-----------
api: crypto: add digest length session parameter
Authentication capabilities list supported digest lengths
per algorithm, but application did not have means to select which
length is used.
Signed-off-by: Petri Savolainen <[email protected]>
Reviewed-by: Dmitry Eremin-Solenikov <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: 540490ddf3a1b3da4b80ed15fc874ccdfc49b60c
https://github.com/Linaro/odp/commit/540490ddf3a1b3da4b80ed15fc874ccdfc49b60c
Author: Petri Savolainen <[email protected]>
Date: 2017-05-04 (Thu, 04 May 2017)
Changed paths:
M include/odp/api/spec/crypto.h
Log Message:
-----------
api: crypto: add AAD operation parameters
Authentication capabilities list supported AAD lengths
per algorithm, but application did not have means to select which
length is used. Also pointer to AAD is added, since it may be
constructed also outside of packet data.
Signed-off-by: Petri Savolainen <[email protected]>
Reviewed-by: Dmitry Eremin-Solenikov <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Compare: https://github.com/Linaro/odp/compare/0707c974ed19...540490ddf3a1