Searched defs:sun8i_ss_hash_tfm_ctx (Results 1 – 1 of 1) sorted by relevance
238 struct sun8i_ss_hash_tfm_ctx { struct239 struct crypto_engine_ctx enginectx;240 struct crypto_ahash *fallback_tfm;241 struct sun8i_ss_dev *ss;242 u8 *ipad;243 u8 *opad;244 u8 key[SHA256_BLOCK_SIZE];245 int keylen;