Searched defs:starfive_cryp_ctx (Results 1 – 1 of 1) sorted by relevance
153 struct starfive_cryp_ctx { struct154 struct starfive_cryp_dev *cryp;155 struct starfive_cryp_request_ctx *rctx;157 unsigned int hash_mode;158 u8 key[MAX_KEY_SIZE];159 int keylen;160 bool is_hmac;161 struct starfive_rsa_key rsa_key;162 struct crypto_akcipher *akcipher_fbk;163 struct crypto_ahash *ahash_fbk;[all …]