Searched refs:cryp_ctx (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/crypto/ux500/cryp/
H A Dcryp_core.c60 * struct cryp_ctx - Crypto context
74 struct cryp_ctx { struct
178 static void add_session_id(struct cryp_ctx *ctx) add_session_id()
192 struct cryp_ctx *ctx; cryp_interrupt_handler()
280 static int cfg_ivs(struct cryp_device_data *device_data, struct cryp_ctx *ctx) cfg_ivs()
335 static int cfg_keys(struct cryp_ctx *ctx) cfg_keys()
368 static int cryp_setup_context(struct cryp_ctx *ctx, cryp_setup_context()
422 static int cryp_get_device_data(struct cryp_ctx *ctx, cryp_get_device_data()
513 struct cryp_ctx *ctx = (struct cryp_ctx *) data; cryp_dma_out_callback()
519 static int cryp_set_dma_transfer(struct cryp_ctx *ctx, cryp_set_dma_transfer()
602 static void cryp_dma_done(struct cryp_ctx *ctx) cryp_dma_done()
619 static int cryp_dma_write(struct cryp_ctx *ctx, struct scatterlist *sg, cryp_dma_write()
634 static int cryp_dma_read(struct cryp_ctx *ctx, struct scatterlist *sg, int len) cryp_dma_read()
646 static void cryp_polling_mode(struct cryp_ctx *ctx, cryp_polling_mode()
745 static int hw_crypt_noxts(struct cryp_ctx *ctx, hw_crypt_noxts()
827 struct cryp_ctx *ctx = crypto_ablkcipher_ctx(cipher); ablk_dma_crypt()
885 struct cryp_ctx *ctx = crypto_ablkcipher_ctx(cipher); ablk_crypt()
947 struct cryp_ctx *ctx = crypto_ablkcipher_ctx(cipher); aes_ablkcipher_setkey()
982 struct cryp_ctx *ctx = crypto_ablkcipher_ctx(cipher); des_ablkcipher_setkey()
1013 struct cryp_ctx *ctx = crypto_ablkcipher_ctx(cipher); des3_ablkcipher_setkey()
1056 struct cryp_ctx *ctx = crypto_ablkcipher_ctx(cipher); cryp_blk_encrypt()
1074 struct cryp_ctx *ctx = crypto_ablkcipher_ctx(cipher); cryp_blk_decrypt()
1095 struct cryp_ctx *ctx = crypto_tfm_ctx(tfm); cryp_cra_init()
1117 .cra_ctxsize = sizeof(struct cryp_ctx),
1142 .cra_ctxsize = sizeof(struct cryp_ctx),
1167 .cra_ctxsize = sizeof(struct cryp_ctx),
1193 .cra_ctxsize = sizeof(struct cryp_ctx),
1219 .cra_ctxsize = sizeof(struct cryp_ctx),
1245 .cra_ctxsize = sizeof(struct cryp_ctx),
1270 .cra_ctxsize = sizeof(struct cryp_ctx),
1295 .cra_ctxsize = sizeof(struct cryp_ctx),
1320 .cra_ctxsize = sizeof(struct cryp_ctx),
1345 .cra_ctxsize = sizeof(struct cryp_ctx),
1698 struct cryp_ctx *temp_ctx = NULL; ux500_cryp_suspend()
1741 struct cryp_ctx *temp_ctx = NULL; ux500_cryp_resume()
H A Dcryp.h245 struct cryp_ctx *current_ctx;

Completed in 68 milliseconds