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

/linux-4.1.27/include/crypto/
H A Dskcipher.h21 * struct skcipher_givcrypt_request - Crypto request with IV generation
26 struct skcipher_givcrypt_request { struct
34 struct skcipher_givcrypt_request *req) skcipher_givcrypt_reqtfm()
40 struct skcipher_givcrypt_request *req) crypto_skcipher_givencrypt()
48 struct skcipher_givcrypt_request *req) crypto_skcipher_givdecrypt()
56 struct skcipher_givcrypt_request *req, struct crypto_ablkcipher *tfm) skcipher_givcrypt_set_tfm()
61 static inline struct skcipher_givcrypt_request *skcipher_givcrypt_cast( skcipher_givcrypt_cast()
65 struct skcipher_givcrypt_request, creq); skcipher_givcrypt_cast()
68 static inline struct skcipher_givcrypt_request *skcipher_givcrypt_alloc( skcipher_givcrypt_alloc()
71 struct skcipher_givcrypt_request *req; skcipher_givcrypt_alloc()
73 req = kmalloc(sizeof(struct skcipher_givcrypt_request) + skcipher_givcrypt_alloc()
82 static inline void skcipher_givcrypt_free(struct skcipher_givcrypt_request *req) skcipher_givcrypt_free()
88 struct skcipher_givcrypt_request *req, u32 flags, skcipher_givcrypt_set_callback()
95 struct skcipher_givcrypt_request *req, skcipher_givcrypt_set_crypt()
103 struct skcipher_givcrypt_request *req, u8 *giv, u64 seq) skcipher_givcrypt_set_giv()
/linux-4.1.27/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.1.27/crypto/
H A Dchainiv.c48 static int chainiv_givencrypt(struct skcipher_givcrypt_request *req) chainiv_givencrypt()
83 static int chainiv_givencrypt_first(struct skcipher_givcrypt_request *req) chainiv_givencrypt_first()
144 static int async_chainiv_postpone_request(struct skcipher_givcrypt_request *req) async_chainiv_postpone_request()
161 static int async_chainiv_givencrypt_tail(struct skcipher_givcrypt_request *req) async_chainiv_givencrypt_tail()
181 static int async_chainiv_givencrypt(struct skcipher_givcrypt_request *req) async_chainiv_givencrypt()
208 static int async_chainiv_givencrypt_first(struct skcipher_givcrypt_request *req) async_chainiv_givencrypt_first()
240 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()
149 static int eseqiv_givencrypt_first(struct skcipher_givcrypt_request *req) eseqiv_givencrypt_first()
H A Dseqiv.c32 static void seqiv_complete2(struct skcipher_givcrypt_request *req, int err) seqiv_complete2()
52 struct skcipher_givcrypt_request *req = base->data; seqiv_complete()
98 static int seqiv_givencrypt(struct skcipher_givcrypt_request *req) seqiv_givencrypt()
189 static int seqiv_givencrypt_first(struct skcipher_givcrypt_request *req) seqiv_givencrypt_first()
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 Dauthenc.c427 struct skcipher_givcrypt_request *greq = aead_request_ctx(areq); crypto_authenc_givencrypt_done()
440 struct skcipher_givcrypt_request *greq = aead_request_ctx(areq); crypto_authenc_givencrypt()
578 sizeof(struct skcipher_givcrypt_request) + crypto_authenc_init_tfm()
H A Dauthencesn.c503 struct skcipher_givcrypt_request *greq = aead_request_ctx(areq); crypto_authenc_esn_givencrypt_done()
516 struct skcipher_givcrypt_request *greq = aead_request_ctx(areq); crypto_authenc_esn_givencrypt()
670 sizeof(struct skcipher_givcrypt_request) + crypto_authenc_esn_init_tfm()
/linux-4.1.27/include/linux/
H A Dcrypto.h145 struct skcipher_givcrypt_request;
286 int (*givencrypt)(struct skcipher_givcrypt_request *req);
287 int (*givdecrypt)(struct skcipher_givcrypt_request *req);
596 int (*givencrypt)(struct skcipher_givcrypt_request *req);
597 int (*givdecrypt)(struct skcipher_givcrypt_request *req);
/linux-4.1.27/drivers/crypto/caam/
H A Dcaamalg.c3233 struct skcipher_givcrypt_request *greq, ablkcipher_giv_edesc_alloc()
3334 static int ablkcipher_givencrypt(struct skcipher_givcrypt_request *creq) ablkcipher_givencrypt()

Completed in 138 milliseconds