Searched refs:aead_givcrypt_request (Results 1 - 15 of 15) sorted by relevance

/linux-4.1.27/include/crypto/
H A Daead.h21 * struct aead_givcrypt_request - AEAD request with IV generation
26 struct aead_givcrypt_request { struct
34 struct aead_givcrypt_request *req) aead_givcrypt_reqtfm()
39 static inline int crypto_aead_givencrypt(struct aead_givcrypt_request *req) crypto_aead_givencrypt()
45 static inline int crypto_aead_givdecrypt(struct aead_givcrypt_request *req) crypto_aead_givdecrypt()
51 static inline void aead_givcrypt_set_tfm(struct aead_givcrypt_request *req, aead_givcrypt_set_tfm()
57 static inline struct aead_givcrypt_request *aead_givcrypt_alloc( aead_givcrypt_alloc()
60 struct aead_givcrypt_request *req; aead_givcrypt_alloc()
62 req = kmalloc(sizeof(struct aead_givcrypt_request) + aead_givcrypt_alloc()
71 static inline void aead_givcrypt_free(struct aead_givcrypt_request *req) aead_givcrypt_free()
77 struct aead_givcrypt_request *req, u32 flags, aead_givcrypt_set_callback()
83 static inline void aead_givcrypt_set_crypt(struct aead_givcrypt_request *req, aead_givcrypt_set_crypt()
91 static inline void aead_givcrypt_set_assoc(struct aead_givcrypt_request *req, aead_givcrypt_set_assoc()
98 static inline void aead_givcrypt_set_giv(struct aead_givcrypt_request *req, aead_givcrypt_set_giv()
/linux-4.1.27/include/crypto/internal/
H A Daead.h70 static inline void *aead_givcrypt_reqctx(struct aead_givcrypt_request *req) aead_givcrypt_reqctx()
75 static inline void aead_givcrypt_complete(struct aead_givcrypt_request *req, aead_givcrypt_complete()
/linux-4.1.27/crypto/
H A Dseqiv.c58 static void seqiv_aead_complete2(struct aead_givcrypt_request *req, int err) seqiv_aead_complete2()
78 struct aead_givcrypt_request *req = base->data; seqiv_aead_complete()
143 static int seqiv_aead_givencrypt(struct aead_givcrypt_request *req) seqiv_aead_givencrypt()
212 static int seqiv_aead_givencrypt_first(struct aead_givcrypt_request *req) seqiv_aead_givencrypt_first()
H A Dpcrypt.c128 struct aead_givcrypt_request *req = pcrypt_request_ctx(preq); pcrypt_aead_giv_serial()
232 struct aead_givcrypt_request *req = pcrypt_request_ctx(preq); pcrypt_aead_givenc()
242 static int pcrypt_aead_givencrypt(struct aead_givcrypt_request *req) pcrypt_aead_givencrypt()
247 struct aead_givcrypt_request *creq = pcrypt_request_ctx(preq); pcrypt_aead_givencrypt()
296 + sizeof(struct aead_givcrypt_request) pcrypt_aead_init_tfm()
H A Daead.c88 static int no_givcrypt(struct aead_givcrypt_request *req) no_givcrypt()
167 static int aead_null_givencrypt(struct aead_givcrypt_request *req) aead_null_givencrypt()
172 static int aead_null_givdecrypt(struct aead_givcrypt_request *req) aead_null_givdecrypt()
H A Dauthenc.c435 static int crypto_authenc_givencrypt(struct aead_givcrypt_request *req) crypto_authenc_givencrypt()
H A Dauthencesn.c511 static int crypto_authenc_esn_givencrypt(struct aead_givcrypt_request *req) crypto_authenc_esn_givencrypt()
/linux-4.1.27/net/ipv4/
H A Desp4.c52 len += sizeof(struct aead_givcrypt_request) + crypto_aead_reqsize(aead); esp_alloc_tmp()
71 static inline struct aead_givcrypt_request *esp_tmp_givreq( esp_tmp_givreq()
74 struct aead_givcrypt_request *req; esp_tmp_givreq()
101 struct crypto_aead *aead, struct aead_givcrypt_request *req) esp_givreq_sg()
121 struct aead_givcrypt_request *req; esp_output()
/linux-4.1.27/net/ipv6/
H A Desp6.c79 len += sizeof(struct aead_givcrypt_request) + crypto_aead_reqsize(aead); esp_alloc_tmp()
99 static inline struct aead_givcrypt_request *esp_tmp_givreq( esp_tmp_givreq()
102 struct aead_givcrypt_request *req; esp_tmp_givreq()
129 struct crypto_aead *aead, struct aead_givcrypt_request *req) esp_givreq_sg()
149 struct aead_givcrypt_request *req; esp6_output()
/linux-4.1.27/include/linux/
H A Dcrypto.h144 struct aead_givcrypt_request;
328 int (*givencrypt)(struct aead_givcrypt_request *req);
329 int (*givdecrypt)(struct aead_givcrypt_request *req);
610 int (*givencrypt)(struct aead_givcrypt_request *req);
611 int (*givdecrypt)(struct aead_givcrypt_request *req);
/linux-4.1.27/drivers/crypto/
H A Dixp4xx_crypto.c1187 static int aead_givencrypt(struct aead_givcrypt_request *req) aead_givencrypt()
H A Dpicoxcell_crypto.c737 static int spacc_aead_givencrypt(struct aead_givcrypt_request *req) spacc_aead_givencrypt()
H A Dtalitos.c1298 static int aead_givencrypt(struct aead_givcrypt_request *req) aead_givencrypt()
/linux-4.1.27/drivers/crypto/qat/qat_common/
H A Dqat_algs.c936 static int qat_alg_aead_genivenc(struct aead_givcrypt_request *req) qat_alg_aead_genivenc()
/linux-4.1.27/drivers/crypto/caam/
H A Dcaamalg.c2838 static struct aead_edesc *aead_giv_edesc_alloc(struct aead_givcrypt_request aead_giv_edesc_alloc()
3002 static int aead_givencrypt(struct aead_givcrypt_request *areq) aead_givencrypt()
3047 static int aead_null_givencrypt(struct aead_givcrypt_request *areq) aead_null_givencrypt()

Completed in 183 milliseconds