skcipher_givcrypt_request   58 include/crypto/internal/skcipher.h int skcipher_null_givencrypt(struct skcipher_givcrypt_request *req);
skcipher_givcrypt_request   59 include/crypto/internal/skcipher.h int skcipher_null_givdecrypt(struct skcipher_givcrypt_request *req);
skcipher_givcrypt_request   76 include/crypto/internal/skcipher.h 	struct crypto_queue *queue, struct skcipher_givcrypt_request *request)
skcipher_givcrypt_request   81 include/crypto/internal/skcipher.h static inline struct skcipher_givcrypt_request *skcipher_dequeue_givcrypt(
skcipher_givcrypt_request   88 include/crypto/internal/skcipher.h 	struct skcipher_givcrypt_request *req)
skcipher_givcrypt_request  100 include/crypto/internal/skcipher.h 	struct skcipher_givcrypt_request *req, int err)
skcipher_givcrypt_request   34 include/crypto/skcipher.h 	struct skcipher_givcrypt_request *req)
skcipher_givcrypt_request   40 include/crypto/skcipher.h 	struct skcipher_givcrypt_request *req)
skcipher_givcrypt_request   48 include/crypto/skcipher.h 	struct skcipher_givcrypt_request *req)
skcipher_givcrypt_request   56 include/crypto/skcipher.h 	struct skcipher_givcrypt_request *req, struct crypto_ablkcipher *tfm)
skcipher_givcrypt_request   61 include/crypto/skcipher.h static inline struct skcipher_givcrypt_request *skcipher_givcrypt_cast(
skcipher_givcrypt_request   65 include/crypto/skcipher.h 			    struct skcipher_givcrypt_request, creq);
skcipher_givcrypt_request   68 include/crypto/skcipher.h static inline struct skcipher_givcrypt_request *skcipher_givcrypt_alloc(
skcipher_givcrypt_request   71 include/crypto/skcipher.h 	struct skcipher_givcrypt_request *req;
skcipher_givcrypt_request   73 include/crypto/skcipher.h 	req = kmalloc(sizeof(struct skcipher_givcrypt_request) +
skcipher_givcrypt_request   82 include/crypto/skcipher.h static inline void skcipher_givcrypt_free(struct skcipher_givcrypt_request *req)
skcipher_givcrypt_request   88 include/crypto/skcipher.h 	struct skcipher_givcrypt_request *req, u32 flags,
skcipher_givcrypt_request   95 include/crypto/skcipher.h 	struct skcipher_givcrypt_request *req,
skcipher_givcrypt_request  103 include/crypto/skcipher.h 	struct skcipher_givcrypt_request *req, u8 *giv, u64 seq)
skcipher_givcrypt_request  139 include/linux/crypto.h struct skcipher_givcrypt_request;
skcipher_givcrypt_request  219 include/linux/crypto.h 	int (*givencrypt)(struct skcipher_givcrypt_request *req);
skcipher_givcrypt_request  220 include/linux/crypto.h 	int (*givdecrypt)(struct skcipher_givcrypt_request *req);
skcipher_givcrypt_request  350 include/linux/crypto.h 	int (*givencrypt)(struct skcipher_givcrypt_request *req);
skcipher_givcrypt_request  351 include/linux/crypto.h 	int (*givdecrypt)(struct skcipher_givcrypt_request *req);