Lines Matching refs:akcipher_request
35 struct akcipher_request { struct
118 int (*sign)(struct akcipher_request *req);
119 int (*verify)(struct akcipher_request *req);
120 int (*encrypt)(struct akcipher_request *req);
121 int (*decrypt)(struct akcipher_request *req);
189 static inline void akcipher_request_set_tfm(struct akcipher_request *req, in akcipher_request_set_tfm()
196 struct akcipher_request *req) in crypto_akcipher_reqtfm()
221 static inline struct akcipher_request *akcipher_request_alloc( in akcipher_request_alloc()
224 struct akcipher_request *req; in akcipher_request_alloc()
238 static inline void akcipher_request_free(struct akcipher_request *req) in akcipher_request_free()
254 static inline void akcipher_request_set_callback(struct akcipher_request *req, in akcipher_request_set_callback()
276 static inline void akcipher_request_set_crypt(struct akcipher_request *req, in akcipher_request_set_crypt()
336 static inline int crypto_akcipher_encrypt(struct akcipher_request *req) in crypto_akcipher_encrypt()
361 static inline int crypto_akcipher_decrypt(struct akcipher_request *req) in crypto_akcipher_decrypt()
422 static inline int crypto_akcipher_sign(struct akcipher_request *req) in crypto_akcipher_sign()
447 static inline int crypto_akcipher_verify(struct akcipher_request *req) in crypto_akcipher_verify()