Searched defs:starfive_cryp_ctx (Results 1 – 1 of 1) sorted by relevance
159 struct starfive_cryp_ctx { struct160 struct starfive_cryp_dev *cryp;161 struct starfive_cryp_request_ctx *rctx;163 unsigned int hash_mode;164 u8 key[MAX_KEY_SIZE];165 int keylen;166 bool is_hmac;167 struct starfive_rsa_key rsa_key;168 struct crypto_akcipher *akcipher_fbk;169 struct crypto_ahash *ahash_fbk;[all …]