Searched refs:skcipher_givcrypt_request (Results 1 - 9 of 9) sorted by relevance

/linux-4.4.14/include/crypto/internal/
H A Dskcipher.h58 int skcipher_null_givencrypt(struct skcipher_givcrypt_request *req);
59 int skcipher_null_givdecrypt(struct skcipher_givcrypt_request *req);
76 struct crypto_queue *queue, struct skcipher_givcrypt_request *request) skcipher_enqueue_givcrypt()
81 static inline struct skcipher_givcrypt_request *skcipher_dequeue_givcrypt( skcipher_dequeue_givcrypt()
88 struct skcipher_givcrypt_request *req) skcipher_givcrypt_reqctx()
100 struct skcipher_givcrypt_request *req, int err) skcipher_givcrypt_complete()
/linux-4.4.14/include/crypto/
H A Dskcipher.h43 * struct skcipher_givcrypt_request - Crypto request with IV generation
48 struct skcipher_givcrypt_request { struct
75 struct skcipher_givcrypt_request *req) skcipher_givcrypt_reqtfm()
81 struct skcipher_givcrypt_request *req) crypto_skcipher_givencrypt()
89 struct skcipher_givcrypt_request *req) crypto_skcipher_givdecrypt()
97 struct skcipher_givcrypt_request *req, struct crypto_ablkcipher *tfm) skcipher_givcrypt_set_tfm()
102 static inline struct skcipher_givcrypt_request *skcipher_givcrypt_cast( skcipher_givcrypt_cast()
106 struct skcipher_givcrypt_request, creq); skcipher_givcrypt_cast()
109 static inline struct skcipher_givcrypt_request *skcipher_givcrypt_alloc( skcipher_givcrypt_alloc()
112 struct skcipher_givcrypt_request *req; skcipher_givcrypt_alloc()
114 req = kmalloc(sizeof(struct skcipher_givcrypt_request) + skcipher_givcrypt_alloc()
123 static inline void skcipher_givcrypt_free(struct skcipher_givcrypt_request *req) skcipher_givcrypt_free()
129 struct skcipher_givcrypt_request *req, u32 flags, skcipher_givcrypt_set_callback()
136 struct skcipher_givcrypt_request *req, skcipher_givcrypt_set_crypt()
144 struct skcipher_givcrypt_request *req, u8 *giv, u64 seq) skcipher_givcrypt_set_giv()
/linux-4.4.14/crypto/
H A Dchainiv.c48 static int chainiv_givencrypt(struct skcipher_givcrypt_request *req) chainiv_givencrypt()
137 static int async_chainiv_postpone_request(struct skcipher_givcrypt_request *req) async_chainiv_postpone_request()
154 static int async_chainiv_givencrypt_tail(struct skcipher_givcrypt_request *req) async_chainiv_givencrypt_tail()
174 static int async_chainiv_givencrypt(struct skcipher_givcrypt_request *req) async_chainiv_givencrypt()
206 struct skcipher_givcrypt_request *req; async_chainiv_do_postponed()
H A Deseqiv.c42 static void eseqiv_complete2(struct skcipher_givcrypt_request *req) eseqiv_complete2()
54 struct skcipher_givcrypt_request *req = base->data; eseqiv_complete()
65 static int eseqiv_givencrypt(struct skcipher_givcrypt_request *req) eseqiv_givencrypt()
H A Dseqiv.c35 static void seqiv_complete2(struct skcipher_givcrypt_request *req, int err) seqiv_complete2()
55 struct skcipher_givcrypt_request *req = base->data; seqiv_complete()
102 static int seqiv_givencrypt(struct skcipher_givcrypt_request *req) seqiv_givencrypt()
H A Dablkcipher.c352 int skcipher_null_givencrypt(struct skcipher_givcrypt_request *req) skcipher_null_givencrypt()
357 int skcipher_null_givdecrypt(struct skcipher_givcrypt_request *req) skcipher_null_givdecrypt()
439 static int no_givdecrypt(struct skcipher_givcrypt_request *req) no_givdecrypt()
H A Dauthencesn.c366 sizeof(struct skcipher_givcrypt_request) + crypto_authenc_esn_init_tfm()
/linux-4.4.14/include/linux/
H A Dcrypto.h143 struct skcipher_givcrypt_request;
258 int (*givencrypt)(struct skcipher_givcrypt_request *req);
259 int (*givdecrypt)(struct skcipher_givcrypt_request *req);
496 int (*givencrypt)(struct skcipher_givcrypt_request *req);
497 int (*givdecrypt)(struct skcipher_givcrypt_request *req);
/linux-4.4.14/drivers/crypto/caam/
H A Dcaamalg.c2729 struct skcipher_givcrypt_request *greq, ablkcipher_giv_edesc_alloc()
2827 static int ablkcipher_givencrypt(struct skcipher_givcrypt_request *creq) ablkcipher_givencrypt()

Completed in 227 milliseconds