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