Home
last modified time | relevance | path

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

/linux-4.4.14/include/crypto/
Dskcipher.h29 struct skcipher_request { struct
58 int (*encrypt)(struct skcipher_request *req); argument
59 int (*decrypt)(struct skcipher_request *req);
70 char __##name##_desc[sizeof(struct skcipher_request) + \
72 struct skcipher_request *name = (void *)__##name##_desc
325 struct skcipher_request *req) in crypto_skcipher_reqtfm()
341 static inline int crypto_skcipher_encrypt(struct skcipher_request *req) in crypto_skcipher_encrypt()
359 static inline int crypto_skcipher_decrypt(struct skcipher_request *req) in crypto_skcipher_decrypt()
396 static inline void skcipher_request_set_tfm(struct skcipher_request *req, in skcipher_request_set_tfm()
402 static inline struct skcipher_request *skcipher_request_cast( in skcipher_request_cast()
[all …]
/linux-4.4.14/crypto/
Dskcipher.c51 static int skcipher_crypt_blkcipher(struct skcipher_request *req, in skcipher_crypt_blkcipher()
69 static int skcipher_encrypt_blkcipher(struct skcipher_request *req) in skcipher_encrypt_blkcipher()
78 static int skcipher_decrypt_blkcipher(struct skcipher_request *req) in skcipher_decrypt_blkcipher()
145 static int skcipher_crypt_ablkcipher(struct skcipher_request *req, in skcipher_crypt_ablkcipher()
161 static int skcipher_encrypt_ablkcipher(struct skcipher_request *req) in skcipher_encrypt_ablkcipher()
170 static int skcipher_decrypt_ablkcipher(struct skcipher_request *req) in skcipher_decrypt_ablkcipher()
Dalgif_skcipher.c55 struct skcipher_request req;
69 struct skcipher_request req;
512 struct skcipher_request *req; in skcipher_recvmsg_async()
Dtestmgr.c933 struct skcipher_request *req; in __test_skcipher()
/linux-4.4.14/include/crypto/internal/
Dskcipher.h115 static inline void *skcipher_request_ctx(struct skcipher_request *req) in skcipher_request_ctx()
120 static inline u32 skcipher_request_flags(struct skcipher_request *req) in skcipher_request_flags()