Searched defs:safexcel_ahash_ctx (Results 1 – 1 of 1) sorted by relevance
22 struct safexcel_ahash_ctx { struct23 struct safexcel_context base;25 u32 alg;26 u8 key_sz;27 bool cbcmac;28 bool do_fallback;29 bool fb_init_done;30 bool fb_do_setkey;32 struct crypto_cipher *kaes;33 struct crypto_ahash *fback;[all …]