aead_givcrypt_request   34 include/crypto/aead.h 	struct aead_givcrypt_request *req)
aead_givcrypt_request   39 include/crypto/aead.h static inline int crypto_aead_givencrypt(struct aead_givcrypt_request *req)
aead_givcrypt_request   45 include/crypto/aead.h static inline int crypto_aead_givdecrypt(struct aead_givcrypt_request *req)
aead_givcrypt_request   51 include/crypto/aead.h static inline void aead_givcrypt_set_tfm(struct aead_givcrypt_request *req,
aead_givcrypt_request   57 include/crypto/aead.h static inline struct aead_givcrypt_request *aead_givcrypt_alloc(
aead_givcrypt_request   60 include/crypto/aead.h 	struct aead_givcrypt_request *req;
aead_givcrypt_request   62 include/crypto/aead.h 	req = kmalloc(sizeof(struct aead_givcrypt_request) +
aead_givcrypt_request   71 include/crypto/aead.h static inline void aead_givcrypt_free(struct aead_givcrypt_request *req)
aead_givcrypt_request   77 include/crypto/aead.h 	struct aead_givcrypt_request *req, u32 flags,
aead_givcrypt_request   83 include/crypto/aead.h static inline void aead_givcrypt_set_crypt(struct aead_givcrypt_request *req,
aead_givcrypt_request   91 include/crypto/aead.h static inline void aead_givcrypt_set_assoc(struct aead_givcrypt_request *req,
aead_givcrypt_request   98 include/crypto/aead.h static inline void aead_givcrypt_set_giv(struct aead_givcrypt_request *req,
aead_givcrypt_request   70 include/crypto/internal/aead.h static inline void *aead_givcrypt_reqctx(struct aead_givcrypt_request *req)
aead_givcrypt_request   75 include/crypto/internal/aead.h static inline void aead_givcrypt_complete(struct aead_givcrypt_request *req,
aead_givcrypt_request  138 include/linux/crypto.h struct aead_givcrypt_request;
aead_givcrypt_request  235 include/linux/crypto.h 	int (*givencrypt)(struct aead_givcrypt_request *req);
aead_givcrypt_request  236 include/linux/crypto.h 	int (*givdecrypt)(struct aead_givcrypt_request *req);
aead_givcrypt_request  364 include/linux/crypto.h 	int (*givencrypt)(struct aead_givcrypt_request *req);
aead_givcrypt_request  365 include/linux/crypto.h 	int (*givdecrypt)(struct aead_givcrypt_request *req);