Home
last modified time | relevance | path

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

/linux-4.4.14/include/crypto/
Dskcipher.h48 struct skcipher_givcrypt_request { struct
75 struct skcipher_givcrypt_request *req) in skcipher_givcrypt_reqtfm() argument
81 struct skcipher_givcrypt_request *req) in crypto_skcipher_givencrypt()
89 struct skcipher_givcrypt_request *req) in crypto_skcipher_givdecrypt()
97 struct skcipher_givcrypt_request *req, struct crypto_ablkcipher *tfm) in skcipher_givcrypt_set_tfm()
102 static inline struct skcipher_givcrypt_request *skcipher_givcrypt_cast( in skcipher_givcrypt_cast()
106 struct skcipher_givcrypt_request, creq); in skcipher_givcrypt_cast()
109 static inline struct skcipher_givcrypt_request *skcipher_givcrypt_alloc( in skcipher_givcrypt_alloc()
112 struct skcipher_givcrypt_request *req; in skcipher_givcrypt_alloc()
114 req = kmalloc(sizeof(struct skcipher_givcrypt_request) + in skcipher_givcrypt_alloc()
[all …]
/linux-4.4.14/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.4.14/crypto/
Dchainiv.c48 static int chainiv_givencrypt(struct skcipher_givcrypt_request *req) in chainiv_givencrypt()
137 static int async_chainiv_postpone_request(struct skcipher_givcrypt_request *req) in async_chainiv_postpone_request()
154 static int async_chainiv_givencrypt_tail(struct skcipher_givcrypt_request *req) in async_chainiv_givencrypt_tail()
174 static int async_chainiv_givencrypt(struct skcipher_givcrypt_request *req) in async_chainiv_givencrypt()
206 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()
Dseqiv.c35 static void seqiv_complete2(struct skcipher_givcrypt_request *req, int err) in seqiv_complete2()
55 struct skcipher_givcrypt_request *req = base->data; in seqiv_complete()
102 static int seqiv_givencrypt(struct skcipher_givcrypt_request *req) in seqiv_givencrypt()
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()
Dauthencesn.c366 sizeof(struct skcipher_givcrypt_request) + in crypto_authenc_esn_init_tfm()
/linux-4.4.14/include/linux/
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/
Dcaamalg.c2729 struct skcipher_givcrypt_request *greq, in ablkcipher_giv_edesc_alloc()
2827 static int ablkcipher_givencrypt(struct skcipher_givcrypt_request *creq) in ablkcipher_givencrypt()