Home
last modified time | relevance | path

Searched defs:sa_tfm_ctx (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/crypto/
H A Dsa2ul.h306 struct sa_tfm_ctx { struct
307 struct sa_crypto_data *dev_data;
308 struct sa_ctx_info enc;
309 struct sa_ctx_info dec;
310 struct sa_ctx_info auth;
311 int keylen;
312 int iv_idx;
314 u8 authkey[SHA512_BLOCK_SIZE];
315 struct crypto_shash *shash;
317 union {
[all …]