083a277754
As a result of the cmac test running the test where
PT len is 65536 it should give a result back to the
user USER1: Error -1: Prepare op USER1: PT len 65536
as this MSG len is not supported. Issue was
that the application was not freeing the op properly after
a while causing the app to fail.
CRYPTODEV: rte_cryptodev_sym_session_create() line 1340:
couldn't get object from session mempool
USER1: Error -12: test block
USER1: Error -12: Failed test CMAC/req/CMAC.req
Fixes:
|
||
---|---|---|
.. | ||
fips_dev_self_test.c | ||
fips_dev_self_test.h | ||
fips_validation_aes.c | ||
fips_validation_ccm.c | ||
fips_validation_cmac.c | ||
fips_validation_gcm.c | ||
fips_validation_hmac.c | ||
fips_validation_sha.c | ||
fips_validation_tdes.c | ||
fips_validation.c | ||
fips_validation.h | ||
main.c | ||
Makefile | ||
meson.build |