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