Home
last modified time | relevance | path

Searched refs:crypto_sync_aead (Results 1 – 2 of 2) sorted by relevance

/linux/include/crypto/
H A Daead.h162 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()
[all …]
/linux/crypto/
H A Daead.c208 struct crypto_sync_aead *crypto_alloc_sync_aead(const char *alg_name, u32 type, u32 mask) in crypto_alloc_sync_aead()
223 return (struct crypto_sync_aead *)tfm; in crypto_alloc_sync_aead()