[EXT] [PATCH v6 5/6] crypto/uadk: support auth algorithms
Zhangfei Gao
zhangfei.gao at linaro.org
Thu Oct 27 06:00:17 CEST 2022
On 2022/10/26 下午11:43, Akhil Goyal wrote:
>> + { /* SHA384 HMAC */
>> + .op = RTE_CRYPTO_OP_TYPE_SYMMETRIC,
>> + {.sym = {
>> + .xform_type = RTE_CRYPTO_SYM_XFORM_AUTH,
>> + {.auth = {
>> + .algo = RTE_CRYPTO_AUTH_SHA384_HMAC,
>> + .block_size = 128,
>> + .key_size = {
>> + .min = 0,
>> + .max = 0,
>> + .increment = 0
>> + },
> This one is missed.
oops, my mistake
Have fixed in v7, the passed cases increase from 72 to 76.
Thanks Akhil
More information about the dev
mailing list