Symbol: crypto_sync_aead
crypto/aead.c
205
struct crypto_sync_aead *crypto_alloc_sync_aead(const char *alg_name, u32 type, u32 mask)
crypto/aead.c
220
return (struct crypto_sync_aead *)tfm;
drivers/crypto/ti/dthev2-common.h
96
struct crypto_sync_aead *aead_fb;
include/crypto/aead.h
198
struct crypto_sync_aead *crypto_alloc_sync_aead(const char *alg_name, u32 type, u32 mask);
include/crypto/aead.h
205
static inline struct crypto_tfm *crypto_sync_aead_tfm(struct crypto_sync_aead *tfm)
include/crypto/aead.h
221
static inline void crypto_free_sync_aead(struct crypto_sync_aead *tfm)
include/crypto/aead.h
268
static inline unsigned int crypto_sync_aead_ivsize(struct crypto_sync_aead *tfm)
include/crypto/aead.h
290
static inline unsigned int crypto_sync_aead_authsize(struct crypto_sync_aead *tfm)
include/crypto/aead.h
305
static inline unsigned int crypto_sync_aead_maxauthsize(struct crypto_sync_aead *tfm)
include/crypto/aead.h
325
static inline unsigned int crypto_sync_aead_blocksize(struct crypto_sync_aead *tfm)
include/crypto/aead.h
350
static inline u32 crypto_sync_aead_get_flags(struct crypto_sync_aead *tfm)
include/crypto/aead.h
355
static inline void crypto_sync_aead_set_flags(struct crypto_sync_aead *tfm, u32 flags)
include/crypto/aead.h
360
static inline void crypto_sync_aead_clear_flags(struct crypto_sync_aead *tfm, u32 flags)
include/crypto/aead.h
384
static inline int crypto_sync_aead_setkey(struct crypto_sync_aead *tfm,
include/crypto/aead.h
402
static inline int crypto_sync_aead_setauthsize(struct crypto_sync_aead *tfm,
include/crypto/aead.h
413
static inline struct crypto_sync_aead *crypto_sync_aead_reqtfm(struct aead_request *req)
include/crypto/aead.h
417
return container_of(tfm, struct crypto_sync_aead, base);
include/crypto/aead.h
502
struct crypto_sync_aead *tfm)