Home
last modified time | relevance | path

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

/linux-4.1.27/include/crypto/
Daead.h26 struct aead_givcrypt_request { struct
34 struct aead_givcrypt_request *req) in aead_givcrypt_reqtfm() argument
39 static inline int crypto_aead_givencrypt(struct aead_givcrypt_request *req) in crypto_aead_givencrypt()
45 static inline int crypto_aead_givdecrypt(struct aead_givcrypt_request *req) in crypto_aead_givdecrypt()
51 static inline void aead_givcrypt_set_tfm(struct aead_givcrypt_request *req, in aead_givcrypt_set_tfm()
57 static inline struct aead_givcrypt_request *aead_givcrypt_alloc( in aead_givcrypt_alloc()
60 struct aead_givcrypt_request *req; in aead_givcrypt_alloc()
62 req = kmalloc(sizeof(struct aead_givcrypt_request) + in aead_givcrypt_alloc()
71 static inline void aead_givcrypt_free(struct aead_givcrypt_request *req) in aead_givcrypt_free()
77 struct aead_givcrypt_request *req, u32 flags, in aead_givcrypt_set_callback()
[all …]
/linux-4.1.27/include/crypto/internal/
Daead.h70 static inline void *aead_givcrypt_reqctx(struct aead_givcrypt_request *req) in aead_givcrypt_reqctx()
75 static inline void aead_givcrypt_complete(struct aead_givcrypt_request *req, in aead_givcrypt_complete()
/linux-4.1.27/crypto/
Dseqiv.c58 static void seqiv_aead_complete2(struct aead_givcrypt_request *req, int err) in seqiv_aead_complete2()
78 struct aead_givcrypt_request *req = base->data; in seqiv_aead_complete()
143 static int seqiv_aead_givencrypt(struct aead_givcrypt_request *req) in seqiv_aead_givencrypt()
212 static int seqiv_aead_givencrypt_first(struct aead_givcrypt_request *req) in seqiv_aead_givencrypt_first()
Dpcrypt.c128 struct aead_givcrypt_request *req = pcrypt_request_ctx(preq); in pcrypt_aead_giv_serial()
232 struct aead_givcrypt_request *req = pcrypt_request_ctx(preq); in pcrypt_aead_givenc()
242 static int pcrypt_aead_givencrypt(struct aead_givcrypt_request *req) in pcrypt_aead_givencrypt()
247 struct aead_givcrypt_request *creq = pcrypt_request_ctx(preq); in pcrypt_aead_givencrypt()
296 + sizeof(struct aead_givcrypt_request) in pcrypt_aead_init_tfm()
Daead.c88 static int no_givcrypt(struct aead_givcrypt_request *req) in no_givcrypt()
167 static int aead_null_givencrypt(struct aead_givcrypt_request *req) in aead_null_givencrypt()
172 static int aead_null_givdecrypt(struct aead_givcrypt_request *req) in aead_null_givdecrypt()
Dauthenc.c435 static int crypto_authenc_givencrypt(struct aead_givcrypt_request *req) in crypto_authenc_givencrypt()
Dauthencesn.c511 static int crypto_authenc_esn_givencrypt(struct aead_givcrypt_request *req) in crypto_authenc_esn_givencrypt()
/linux-4.1.27/net/ipv6/
Desp6.c79 len += sizeof(struct aead_givcrypt_request) + crypto_aead_reqsize(aead); in esp_alloc_tmp()
99 static inline struct aead_givcrypt_request *esp_tmp_givreq( in esp_tmp_givreq()
102 struct aead_givcrypt_request *req; in esp_tmp_givreq()
129 struct crypto_aead *aead, struct aead_givcrypt_request *req) in esp_givreq_sg()
149 struct aead_givcrypt_request *req; in esp6_output()
/linux-4.1.27/net/ipv4/
Desp4.c52 len += sizeof(struct aead_givcrypt_request) + crypto_aead_reqsize(aead); in esp_alloc_tmp()
71 static inline struct aead_givcrypt_request *esp_tmp_givreq( in esp_tmp_givreq()
74 struct aead_givcrypt_request *req; in esp_tmp_givreq()
101 struct crypto_aead *aead, struct aead_givcrypt_request *req) in esp_givreq_sg()
121 struct aead_givcrypt_request *req; in esp_output()
/linux-4.1.27/include/linux/
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/caam/
Dcaamalg.c2838 static struct aead_edesc *aead_giv_edesc_alloc(struct aead_givcrypt_request in aead_giv_edesc_alloc()
3002 static int aead_givencrypt(struct aead_givcrypt_request *areq) in aead_givencrypt()
3047 static int aead_null_givencrypt(struct aead_givcrypt_request *areq) in aead_null_givencrypt()
/linux-4.1.27/drivers/crypto/
Dixp4xx_crypto.c1187 static int aead_givencrypt(struct aead_givcrypt_request *req) in aead_givencrypt()
Dpicoxcell_crypto.c737 static int spacc_aead_givencrypt(struct aead_givcrypt_request *req) in spacc_aead_givencrypt()
Dtalitos.c1298 static int aead_givencrypt(struct aead_givcrypt_request *req) in aead_givencrypt()
/linux-4.1.27/drivers/crypto/qat/qat_common/
Dqat_algs.c936 static int qat_alg_aead_genivenc(struct aead_givcrypt_request *req) in qat_alg_aead_genivenc()