Home
last modified time | relevance | path

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

/linux-4.1.27/include/crypto/
Dskcipher.h26 struct skcipher_givcrypt_request { struct
34 struct skcipher_givcrypt_request *req) in skcipher_givcrypt_reqtfm() argument
40 struct skcipher_givcrypt_request *req) in crypto_skcipher_givencrypt()
48 struct skcipher_givcrypt_request *req) in crypto_skcipher_givdecrypt()
56 struct skcipher_givcrypt_request *req, struct crypto_ablkcipher *tfm) in skcipher_givcrypt_set_tfm()
61 static inline struct skcipher_givcrypt_request *skcipher_givcrypt_cast( in skcipher_givcrypt_cast()
65 struct skcipher_givcrypt_request, creq); in skcipher_givcrypt_cast()
68 static inline struct skcipher_givcrypt_request *skcipher_givcrypt_alloc( in skcipher_givcrypt_alloc()
71 struct skcipher_givcrypt_request *req; in skcipher_givcrypt_alloc()
73 req = kmalloc(sizeof(struct skcipher_givcrypt_request) + in skcipher_givcrypt_alloc()
[all …]
/linux-4.1.27/include/crypto/internal/
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) in skcipher_enqueue_givcrypt()
81 static inline struct skcipher_givcrypt_request *skcipher_dequeue_givcrypt( in skcipher_dequeue_givcrypt()
88 struct skcipher_givcrypt_request *req) in skcipher_givcrypt_reqctx()
100 struct skcipher_givcrypt_request *req, int err) in skcipher_givcrypt_complete()
/linux-4.1.27/crypto/
Dchainiv.c48 static int chainiv_givencrypt(struct skcipher_givcrypt_request *req) in chainiv_givencrypt()
83 static int chainiv_givencrypt_first(struct skcipher_givcrypt_request *req) in chainiv_givencrypt_first()
144 static int async_chainiv_postpone_request(struct skcipher_givcrypt_request *req) in async_chainiv_postpone_request()
161 static int async_chainiv_givencrypt_tail(struct skcipher_givcrypt_request *req) in async_chainiv_givencrypt_tail()
181 static int async_chainiv_givencrypt(struct skcipher_givcrypt_request *req) in async_chainiv_givencrypt()
208 static int async_chainiv_givencrypt_first(struct skcipher_givcrypt_request *req) in async_chainiv_givencrypt_first()
240 struct skcipher_givcrypt_request *req; in async_chainiv_do_postponed()
Deseqiv.c42 static void eseqiv_complete2(struct skcipher_givcrypt_request *req) in eseqiv_complete2()
54 struct skcipher_givcrypt_request *req = base->data; in eseqiv_complete()
65 static int eseqiv_givencrypt(struct skcipher_givcrypt_request *req) in eseqiv_givencrypt()
149 static int eseqiv_givencrypt_first(struct skcipher_givcrypt_request *req) in eseqiv_givencrypt_first()
Dseqiv.c32 static void seqiv_complete2(struct skcipher_givcrypt_request *req, int err) in seqiv_complete2()
52 struct skcipher_givcrypt_request *req = base->data; in seqiv_complete()
98 static int seqiv_givencrypt(struct skcipher_givcrypt_request *req) in seqiv_givencrypt()
189 static int seqiv_givencrypt_first(struct skcipher_givcrypt_request *req) in seqiv_givencrypt_first()
Dablkcipher.c352 int skcipher_null_givencrypt(struct skcipher_givcrypt_request *req) in skcipher_null_givencrypt()
357 int skcipher_null_givdecrypt(struct skcipher_givcrypt_request *req) in skcipher_null_givdecrypt()
439 static int no_givdecrypt(struct skcipher_givcrypt_request *req) in no_givdecrypt()
Dauthenc.c427 struct skcipher_givcrypt_request *greq = aead_request_ctx(areq); in crypto_authenc_givencrypt_done()
440 struct skcipher_givcrypt_request *greq = aead_request_ctx(areq); in crypto_authenc_givencrypt()
578 sizeof(struct skcipher_givcrypt_request) + in crypto_authenc_init_tfm()
Dauthencesn.c503 struct skcipher_givcrypt_request *greq = aead_request_ctx(areq); in crypto_authenc_esn_givencrypt_done()
516 struct skcipher_givcrypt_request *greq = aead_request_ctx(areq); in crypto_authenc_esn_givencrypt()
670 sizeof(struct skcipher_givcrypt_request) + in crypto_authenc_esn_init_tfm()
/linux-4.1.27/include/linux/
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/
Dcaamalg.c3233 struct skcipher_givcrypt_request *greq, in ablkcipher_giv_edesc_alloc()
3334 static int ablkcipher_givencrypt(struct skcipher_givcrypt_request *creq) in ablkcipher_givencrypt()