Searched defs:safexcel_ahash_ctx (Results 1 – 1 of 1) sorted by relevance
23 struct safexcel_ahash_ctx { struct24 struct safexcel_context base;26 u32 alg;27 u8 key_sz;28 bool cbcmac;29 bool do_fallback;30 bool fb_init_done;31 bool fb_do_setkey;33 struct crypto_aes_ctx *aes;34 struct crypto_ahash *fback;[all …]