ablkcipher_request 182 crypto/authenc.c struct ablkcipher_request *abreq = aead_request_ctx(areq); ablkcipher_request 196 crypto/authenc.c struct ablkcipher_request *abreq = aead_request_ctx(req); ablkcipher_request 298 crypto/authenc.c struct ablkcipher_request *abreq = aead_request_ctx(req); ablkcipher_request 542 crypto/blkcipher.c int (*encrypt)(struct ablkcipher_request *req); ablkcipher_request 543 crypto/blkcipher.c int (*decrypt)(struct ablkcipher_request *req); ablkcipher_request 47 crypto/ccm.c struct ablkcipher_request abreq; ablkcipher_request 305 crypto/ccm.c struct ablkcipher_request *abreq = &pctx->abreq; ablkcipher_request 375 crypto/ccm.c struct ablkcipher_request *abreq = &pctx->abreq; ablkcipher_request 51 crypto/chainiv.c struct ablkcipher_request *subreq = skcipher_givcrypt_reqctx(req); ablkcipher_request 108 crypto/chainiv.c tfm->crt_ablkcipher.reqsize = sizeof(struct ablkcipher_request); ablkcipher_request 164 crypto/chainiv.c struct ablkcipher_request *subreq = skcipher_givcrypt_reqctx(req); ablkcipher_request 184 crypto/chainiv.c struct ablkcipher_request *subreq = skcipher_givcrypt_reqctx(req); ablkcipher_request 240 crypto/chainiv.c struct ablkcipher_request *subreq; ablkcipher_request 84 crypto/eseqiv.c struct ablkcipher_request *subreq; ablkcipher_request 212 crypto/eseqiv.c sizeof(struct ablkcipher_request); ablkcipher_request 49 crypto/gcm.c struct ablkcipher_request abreq; ablkcipher_request 195 crypto/gcm.c struct ablkcipher_request req; ablkcipher_request 335 crypto/gcm.c struct ablkcipher_request *abreq = &pctx->abreq; ablkcipher_request 380 crypto/gcm.c struct ablkcipher_request *abreq = &pctx->abreq; ablkcipher_request 33 crypto/seqiv.c struct ablkcipher_request *subreq = skcipher_givcrypt_reqctx(req); ablkcipher_request 101 crypto/seqiv.c struct ablkcipher_request *subreq = skcipher_givcrypt_reqctx(req); ablkcipher_request 241 crypto/seqiv.c tfm->crt_ablkcipher.reqsize = sizeof(struct ablkcipher_request); ablkcipher_request 617 crypto/testmgr.c struct ablkcipher_request *req; ablkcipher_request 270 include/crypto/algapi.h static inline struct ablkcipher_request *ablkcipher_dequeue_request( ablkcipher_request 30 include/crypto/skcipher.h struct ablkcipher_request creq; ablkcipher_request 209 include/linux/crypto.h int (*encrypt)(struct ablkcipher_request *req); ablkcipher_request 210 include/linux/crypto.h int (*decrypt)(struct ablkcipher_request *req); ablkcipher_request 378 include/linux/crypto.h int (*encrypt)(struct ablkcipher_request *req); ablkcipher_request 379 include/linux/crypto.h int (*decrypt)(struct ablkcipher_request *req); ablkcipher_request 742 include/linux/crypto.h static inline struct ablkcipher_request *ablkcipher_request_cast( ablkcipher_request 745 include/linux/crypto.h return container_of(req, struct ablkcipher_request, base); ablkcipher_request 748 include/linux/crypto.h static inline struct ablkcipher_request *ablkcipher_request_alloc( ablkcipher_request 751 include/linux/crypto.h struct ablkcipher_request *req; ablkcipher_request 753 include/linux/crypto.h req = kmalloc(sizeof(struct ablkcipher_request) +