Home
last modified time | relevance | path

Searched refs:akcipher_request (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/crypto/
Dakcipher.h32 struct akcipher_request { struct
93 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 …]
/linux-4.4.14/include/crypto/internal/
Dakcipher.h20 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()
/linux-4.4.14/crypto/
Drsa.c78 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()
Dtestmgr.c1853 struct akcipher_request *req; in do_test_rsa()
/linux-4.4.14/drivers/crypto/qat/qat_common/
Dqat_asym_algs.c119 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()