Searched refs:akcipher_request (Results 1 – 5 of 5) sorted by relevance
32 struct akcipher_request { struct93 int (*sign)(struct akcipher_request *req);94 int (*verify)(struct akcipher_request *req);95 int (*encrypt)(struct akcipher_request *req);96 int (*decrypt)(struct akcipher_request *req);161 static inline void akcipher_request_set_tfm(struct akcipher_request *req, in akcipher_request_set_tfm()168 struct akcipher_request *req) in crypto_akcipher_reqtfm()191 static inline struct akcipher_request *akcipher_request_alloc( in akcipher_request_alloc()194 struct akcipher_request *req; in akcipher_request_alloc()208 static inline void akcipher_request_free(struct akcipher_request *req) in akcipher_request_free()[all …]
20 static inline void *akcipher_request_ctx(struct akcipher_request *req) in akcipher_request_ctx()30 static inline void akcipher_request_complete(struct akcipher_request *req, in akcipher_request_complete()
78 static int rsa_enc(struct akcipher_request *req) in rsa_enc()123 static int rsa_dec(struct akcipher_request *req) in rsa_dec()167 static int rsa_sign(struct akcipher_request *req) in rsa_sign()212 static int rsa_verify(struct akcipher_request *req) in rsa_verify()
1853 struct akcipher_request *req; in do_test_rsa()
119 struct akcipher_request *areq = (void *)(__force long)resp->opaque; in qat_rsa_cb()240 static int qat_rsa_enc(struct akcipher_request *req) in qat_rsa_enc()371 static int qat_rsa_dec(struct akcipher_request *req) in qat_rsa_dec()