crypto_engine 24 crypto/crypto_engine.c static void crypto_finalize_request(struct crypto_engine *engine, crypto_engine 65 crypto/crypto_engine.c static void crypto_pump_requests(struct crypto_engine *engine, crypto_engine 170 crypto/crypto_engine.c struct crypto_engine *engine = crypto_engine 171 crypto/crypto_engine.c container_of(work, struct crypto_engine, pump_requests); crypto_engine 181 crypto/crypto_engine.c static int crypto_transfer_request(struct crypto_engine *engine, crypto_engine 210 crypto/crypto_engine.c static int crypto_transfer_request_to_engine(struct crypto_engine *engine, crypto_engine 223 crypto/crypto_engine.c int crypto_transfer_ablkcipher_request_to_engine(struct crypto_engine *engine, crypto_engine 236 crypto/crypto_engine.c int crypto_transfer_aead_request_to_engine(struct crypto_engine *engine, crypto_engine 249 crypto/crypto_engine.c int crypto_transfer_akcipher_request_to_engine(struct crypto_engine *engine, crypto_engine 262 crypto/crypto_engine.c int crypto_transfer_hash_request_to_engine(struct crypto_engine *engine, crypto_engine 275 crypto/crypto_engine.c int crypto_transfer_skcipher_request_to_engine(struct crypto_engine *engine, crypto_engine 290 crypto/crypto_engine.c void crypto_finalize_ablkcipher_request(struct crypto_engine *engine, crypto_engine 304 crypto/crypto_engine.c void crypto_finalize_aead_request(struct crypto_engine *engine, crypto_engine 318 crypto/crypto_engine.c void crypto_finalize_akcipher_request(struct crypto_engine *engine, crypto_engine 332 crypto/crypto_engine.c void crypto_finalize_hash_request(struct crypto_engine *engine, crypto_engine 346 crypto/crypto_engine.c void crypto_finalize_skcipher_request(struct crypto_engine *engine, crypto_engine 359 crypto/crypto_engine.c int crypto_engine_start(struct crypto_engine *engine) crypto_engine 385 crypto/crypto_engine.c int crypto_engine_stop(struct crypto_engine *engine) crypto_engine 426 crypto/crypto_engine.c struct crypto_engine *crypto_engine_alloc_init(struct device *dev, bool rt) crypto_engine 429 crypto/crypto_engine.c struct crypto_engine *engine; crypto_engine 473 crypto/crypto_engine.c int crypto_engine_exit(struct crypto_engine *engine) crypto_engine 414 drivers/crypto/omap-aes.c static int omap_aes_prepare_req(struct crypto_engine *engine, crypto_engine 469 drivers/crypto/omap-aes.c static int omap_aes_crypt_req(struct crypto_engine *engine, crypto_engine 604 drivers/crypto/omap-aes.c static int omap_aes_prepare_req(struct crypto_engine *engine, crypto_engine 606 drivers/crypto/omap-aes.c static int omap_aes_crypt_req(struct crypto_engine *engine, crypto_engine 167 drivers/crypto/omap-aes.h struct crypto_engine *engine; crypto_engine 143 drivers/crypto/omap-des.c struct crypto_engine *engine; crypto_engine 525 drivers/crypto/omap-des.c static int omap_des_prepare_req(struct crypto_engine *engine, crypto_engine 582 drivers/crypto/omap-des.c static int omap_des_crypt_req(struct crypto_engine *engine, crypto_engine 705 drivers/crypto/omap-des.c static int omap_des_prepare_req(struct crypto_engine *engine, crypto_engine 707 drivers/crypto/omap-des.c static int omap_des_crypt_req(struct crypto_engine *engine, crypto_engine 138 drivers/crypto/stm32/stm32-cryp.c struct crypto_engine *engine; crypto_engine 684 drivers/crypto/stm32/stm32-cryp.c static int stm32_cryp_cipher_one_req(struct crypto_engine *engine, void *areq); crypto_engine 685 drivers/crypto/stm32/stm32-cryp.c static int stm32_cryp_prepare_cipher_req(struct crypto_engine *engine, crypto_engine 700 drivers/crypto/stm32/stm32-cryp.c static int stm32_cryp_aead_one_req(struct crypto_engine *engine, void *areq); crypto_engine 701 drivers/crypto/stm32/stm32-cryp.c static int stm32_cryp_prepare_aead_req(struct crypto_engine *engine, crypto_engine 1016 drivers/crypto/stm32/stm32-cryp.c static int stm32_cryp_prepare_cipher_req(struct crypto_engine *engine, crypto_engine 1026 drivers/crypto/stm32/stm32-cryp.c static int stm32_cryp_cipher_one_req(struct crypto_engine *engine, void *areq) crypto_engine 1041 drivers/crypto/stm32/stm32-cryp.c static int stm32_cryp_prepare_aead_req(struct crypto_engine *engine, void *areq) crypto_engine 1049 drivers/crypto/stm32/stm32-cryp.c static int stm32_cryp_aead_one_req(struct crypto_engine *engine, void *areq) crypto_engine 171 drivers/crypto/stm32/stm32-hash.c struct crypto_engine *engine; crypto_engine 826 drivers/crypto/stm32/stm32-hash.c static int stm32_hash_one_request(struct crypto_engine *engine, void *areq); crypto_engine 827 drivers/crypto/stm32/stm32-hash.c static int stm32_hash_prepare_req(struct crypto_engine *engine, void *areq); crypto_engine 835 drivers/crypto/stm32/stm32-hash.c static int stm32_hash_prepare_req(struct crypto_engine *engine, void *areq) crypto_engine 856 drivers/crypto/stm32/stm32-hash.c static int stm32_hash_one_request(struct crypto_engine *engine, void *areq) crypto_engine 562 drivers/crypto/virtio/virtio_crypto_algs.c struct crypto_engine *engine, void *vreq) crypto_engine 29 drivers/crypto/virtio/virtio_crypto_common.h struct crypto_engine *engine; crypto_engine 116 drivers/crypto/virtio/virtio_crypto_common.h struct crypto_engine *engine, void *vreq); crypto_engine 57 include/crypto/engine.h int (*prepare_crypt_hardware)(struct crypto_engine *engine); crypto_engine 58 include/crypto/engine.h int (*unprepare_crypt_hardware)(struct crypto_engine *engine); crypto_engine 74 include/crypto/engine.h int (*prepare_request)(struct crypto_engine *engine, crypto_engine 76 include/crypto/engine.h int (*unprepare_request)(struct crypto_engine *engine, crypto_engine 78 include/crypto/engine.h int (*do_one_request)(struct crypto_engine *engine, crypto_engine 86 include/crypto/engine.h int crypto_transfer_ablkcipher_request_to_engine(struct crypto_engine *engine, crypto_engine 88 include/crypto/engine.h int crypto_transfer_aead_request_to_engine(struct crypto_engine *engine, crypto_engine 90 include/crypto/engine.h int crypto_transfer_akcipher_request_to_engine(struct crypto_engine *engine, crypto_engine 92 include/crypto/engine.h int crypto_transfer_hash_request_to_engine(struct crypto_engine *engine, crypto_engine 94 include/crypto/engine.h int crypto_transfer_skcipher_request_to_engine(struct crypto_engine *engine, crypto_engine 96 include/crypto/engine.h void crypto_finalize_ablkcipher_request(struct crypto_engine *engine, crypto_engine 98 include/crypto/engine.h void crypto_finalize_aead_request(struct crypto_engine *engine, crypto_engine 100 include/crypto/engine.h void crypto_finalize_akcipher_request(struct crypto_engine *engine, crypto_engine 102 include/crypto/engine.h void crypto_finalize_hash_request(struct crypto_engine *engine, crypto_engine 104 include/crypto/engine.h void crypto_finalize_skcipher_request(struct crypto_engine *engine, crypto_engine 106 include/crypto/engine.h int crypto_engine_start(struct crypto_engine *engine); crypto_engine 107 include/crypto/engine.h int crypto_engine_stop(struct crypto_engine *engine); crypto_engine 108 include/crypto/engine.h struct crypto_engine *crypto_engine_alloc_init(struct device *dev, bool rt); crypto_engine 109 include/crypto/engine.h int crypto_engine_exit(struct crypto_engine *engine);