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

/linux-4.1.27/drivers/crypto/
H A Dsahara.c147 struct sahara_ctx { struct
211 struct sahara_ctx *ctx;
478 struct sahara_ctx *ctx = dev->ctx; sahara_hw_descriptor_create()
580 struct sahara_ctx *ctx; sahara_aes_process()
630 struct sahara_ctx *ctx = crypto_ablkcipher_ctx(tfm); sahara_aes_setkey()
694 struct sahara_ctx *ctx = crypto_ablkcipher_ctx( sahara_aes_ecb_encrypt()
712 struct sahara_ctx *ctx = crypto_ablkcipher_ctx( sahara_aes_ecb_decrypt()
730 struct sahara_ctx *ctx = crypto_ablkcipher_ctx( sahara_aes_cbc_encrypt()
748 struct sahara_ctx *ctx = crypto_ablkcipher_ctx( sahara_aes_cbc_decrypt()
765 struct sahara_ctx *ctx = crypto_tfm_ctx(tfm); sahara_aes_cra_init()
781 struct sahara_ctx *ctx = crypto_tfm_ctx(tfm); sahara_aes_cra_exit()
1223 struct sahara_ctx *ctx = crypto_ahash_ctx(ahash); sahara_sha_export()
1226 memcpy(out, ctx, sizeof(struct sahara_ctx)); sahara_sha_export()
1236 struct sahara_ctx *ctx = crypto_ahash_ctx(ahash); sahara_sha_import()
1239 memcpy(ctx, in, sizeof(struct sahara_ctx)); sahara_sha_import()
1249 struct sahara_ctx *ctx = crypto_tfm_ctx(tfm); sahara_sha_cra_init()
1266 struct sahara_ctx *ctx = crypto_tfm_ctx(tfm); sahara_sha_cra_exit()
1280 .cra_ctxsize = sizeof(struct sahara_ctx),
1300 .cra_ctxsize = sizeof(struct sahara_ctx),
1335 .cra_ctxsize = sizeof(struct sahara_ctx),
1362 .cra_ctxsize = sizeof(struct sahara_ctx),

Completed in 50 milliseconds