}
}
}
- }, {
- /* Same as ecb(aes) except the key is stored in
- * hardware secure memory which we reference by index
- */
- .alg = "ecb(paes)",
- .test = alg_test_null,
- .fips_allowed = 1,
}, {
.alg = "ecb(khazad)",
.test = alg_test_skcipher,
.dec = __VECS(khazad_dec_tv_template)
}
}
+ }, {
+ /* Same as ecb(aes) except the key is stored in
+ * hardware secure memory which we reference by index
+ */
+ .alg = "ecb(paes)",
+ .test = alg_test_null,
+ .fips_allowed = 1,
}, {
.alg = "ecb(seed)",
.test = alg_test_skcipher,
.dec = __VECS(aes_xts_dec_tv_template)
}
}
- }, {
- /* Same as xts(aes) except the key is stored in
- * hardware secure memory which we reference by index
- */
- .alg = "xts(paes)",
- .test = alg_test_null,
- .fips_allowed = 1,
- }, {
- .alg = "xts4096(paes)",
- .test = alg_test_null,
- .fips_allowed = 1,
- }, {
- .alg = "xts512(paes)",
- .test = alg_test_null,
- .fips_allowed = 1,
}, {
.alg = "xts(camellia)",
.test = alg_test_skcipher,
.dec = __VECS(cast6_xts_dec_tv_template)
}
}
+ }, {
+ /* Same as xts(aes) except the key is stored in
+ * hardware secure memory which we reference by index
+ */
+ .alg = "xts(paes)",
+ .test = alg_test_null,
+ .fips_allowed = 1,
}, {
.alg = "xts(serpent)",
.test = alg_test_skcipher,
.dec = __VECS(tf_xts_dec_tv_template)
}
}
+ }, {
+ .alg = "xts4096(paes)",
+ .test = alg_test_null,
+ .fips_allowed = 1,
+ }, {
+ .alg = "xts512(paes)",
+ .test = alg_test_null,
+ .fips_allowed = 1,
}, {
.alg = "zlib-deflate",
.test = alg_test_comp,