Lines Matching refs:akcipher_request
92 struct akcipher_request *req;
140 static inline struct akcipher_request *
143 return container_of(req, struct akcipher_request, base); in akcipher_request_cast()
146 static int aspeed_acry_do_fallback(struct akcipher_request *req) in aspeed_acry_do_fallback()
164 static bool aspeed_acry_need_fallback(struct akcipher_request *req) in aspeed_acry_need_fallback()
173 struct akcipher_request *req) in aspeed_acry_handle_queue()
185 struct akcipher_request *req = akcipher_request_cast(areq); in aspeed_acry_do_request()
198 struct akcipher_request *req = acry_dev->req; in aspeed_acry_complete()
301 struct akcipher_request *req = acry_dev->req; in aspeed_acry_rsa_transfer()
349 struct akcipher_request *req = acry_dev->req; in aspeed_acry_rsa_trigger()
413 static int aspeed_acry_rsa_enc(struct akcipher_request *req) in aspeed_acry_rsa_enc()
425 static int aspeed_acry_rsa_dec(struct akcipher_request *req) in aspeed_acry_rsa_dec()