Lines Matching refs:aead_givcrypt_request
26 struct aead_givcrypt_request { struct
34 struct aead_givcrypt_request *req) in aead_givcrypt_reqtfm() argument
39 static inline int crypto_aead_givencrypt(struct aead_givcrypt_request *req) in crypto_aead_givencrypt()
45 static inline int crypto_aead_givdecrypt(struct aead_givcrypt_request *req) in crypto_aead_givdecrypt()
51 static inline void aead_givcrypt_set_tfm(struct aead_givcrypt_request *req, in aead_givcrypt_set_tfm()
57 static inline struct aead_givcrypt_request *aead_givcrypt_alloc( in aead_givcrypt_alloc()
60 struct aead_givcrypt_request *req; in aead_givcrypt_alloc()
62 req = kmalloc(sizeof(struct aead_givcrypt_request) + in aead_givcrypt_alloc()
71 static inline void aead_givcrypt_free(struct aead_givcrypt_request *req) in aead_givcrypt_free()
77 struct aead_givcrypt_request *req, u32 flags, in aead_givcrypt_set_callback()
83 static inline void aead_givcrypt_set_crypt(struct aead_givcrypt_request *req, in aead_givcrypt_set_crypt()
91 static inline void aead_givcrypt_set_assoc(struct aead_givcrypt_request *req, in aead_givcrypt_set_assoc()
98 static inline void aead_givcrypt_set_giv(struct aead_givcrypt_request *req, in aead_givcrypt_set_giv()