Lines Matching refs:crypto_sync_aead
162 struct crypto_sync_aead { struct
198 struct crypto_sync_aead *crypto_alloc_sync_aead(const char *alg_name, u32 type, u32 mask);
205 static inline struct crypto_tfm *crypto_sync_aead_tfm(struct crypto_sync_aead *tfm) in crypto_sync_aead_tfm()
221 static inline void crypto_free_sync_aead(struct crypto_sync_aead *tfm) in crypto_free_sync_aead()
268 static inline unsigned int crypto_sync_aead_ivsize(struct crypto_sync_aead *tfm) in crypto_sync_aead_ivsize()
290 static inline unsigned int crypto_sync_aead_authsize(struct crypto_sync_aead *tfm) in crypto_sync_aead_authsize()
305 static inline unsigned int crypto_sync_aead_maxauthsize(struct crypto_sync_aead *tfm) in crypto_sync_aead_maxauthsize()
325 static inline unsigned int crypto_sync_aead_blocksize(struct crypto_sync_aead *tfm) in crypto_sync_aead_blocksize()
350 static inline u32 crypto_sync_aead_get_flags(struct crypto_sync_aead *tfm) in crypto_sync_aead_get_flags()
355 static inline void crypto_sync_aead_set_flags(struct crypto_sync_aead *tfm, u32 flags) in crypto_sync_aead_set_flags()
360 static inline void crypto_sync_aead_clear_flags(struct crypto_sync_aead *tfm, u32 flags) in crypto_sync_aead_clear_flags()
384 static inline int crypto_sync_aead_setkey(struct crypto_sync_aead *tfm, in crypto_sync_aead_setkey()
402 static inline int crypto_sync_aead_setauthsize(struct crypto_sync_aead *tfm, in crypto_sync_aead_setauthsize()
413 static inline struct crypto_sync_aead *crypto_sync_aead_reqtfm(struct aead_request *req) in crypto_sync_aead_reqtfm()
417 return container_of(tfm, struct crypto_sync_aead, base); in crypto_sync_aead_reqtfm()
502 struct crypto_sync_aead *tfm) in aead_request_set_sync_tfm()