Home
last modified time | relevance | path

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

/include/crypto/
Dakcipher.h33 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()
193 static inline struct akcipher_request *akcipher_request_alloc( in akcipher_request_alloc()
196 struct akcipher_request *req; in akcipher_request_alloc()
210 static inline void akcipher_request_free(struct akcipher_request *req) in akcipher_request_free()
[all …]
Dengine.h96 struct akcipher_request *req);
104 struct akcipher_request *req, int err);
/include/crypto/internal/
Dakcipher.h31 static inline void *akcipher_request_ctx(struct akcipher_request *req) in akcipher_request_ctx()
47 static inline void akcipher_request_complete(struct akcipher_request *req, in akcipher_request_complete()