Lines Matching refs:ablkcipher

651 static int ablkcipher_setkey(struct crypto_ablkcipher *ablkcipher,  in ablkcipher_setkey()  argument
654 struct caam_ctx *ctx = crypto_ablkcipher_ctx(ablkcipher); in ablkcipher_setkey()
655 struct crypto_tfm *tfm = crypto_ablkcipher_tfm(ablkcipher); in ablkcipher_setkey()
658 unsigned int ivsize = crypto_ablkcipher_ivsize(ablkcipher); in ablkcipher_setkey()
716 static int xts_ablkcipher_setkey(struct crypto_ablkcipher *ablkcipher, in xts_ablkcipher_setkey() argument
719 struct caam_ctx *ctx = crypto_ablkcipher_ctx(ablkcipher); in xts_ablkcipher_setkey()
724 crypto_ablkcipher_set_flags(ablkcipher, in xts_ablkcipher_setkey()
825 struct crypto_ablkcipher *ablkcipher = crypto_ablkcipher_reqtfm(req); in ablkcipher_unmap() local
826 int ivsize = crypto_ablkcipher_ivsize(ablkcipher); in ablkcipher_unmap()
889 struct crypto_ablkcipher *ablkcipher = crypto_ablkcipher_reqtfm(req); in ablkcipher_encrypt_done() local
890 int ivsize = crypto_ablkcipher_ivsize(ablkcipher); in ablkcipher_encrypt_done()
942 struct crypto_ablkcipher *ablkcipher = crypto_ablkcipher_reqtfm(req); in ablkcipher_decrypt_done() local
943 int ivsize = crypto_ablkcipher_ivsize(ablkcipher); in ablkcipher_decrypt_done()
1112 struct crypto_ablkcipher *ablkcipher = crypto_ablkcipher_reqtfm(req); in init_ablkcipher_job() local
1113 int ivsize = crypto_ablkcipher_ivsize(ablkcipher); in init_ablkcipher_job()
1158 struct crypto_ablkcipher *ablkcipher = crypto_ablkcipher_reqtfm(req); in init_ablkcipher_giv_job() local
1159 int ivsize = crypto_ablkcipher_ivsize(ablkcipher); in init_ablkcipher_giv_job()
1484 struct crypto_ablkcipher *ablkcipher = crypto_ablkcipher_reqtfm(req); in ablkcipher_edesc_alloc() local
1485 struct caam_ctx *ctx = crypto_ablkcipher_ctx(ablkcipher); in ablkcipher_edesc_alloc()
1493 int ivsize = crypto_ablkcipher_ivsize(ablkcipher); in ablkcipher_edesc_alloc()
1605 struct crypto_ablkcipher *ablkcipher = crypto_ablkcipher_reqtfm(req); in ablkcipher_encrypt() local
1606 struct caam_ctx *ctx = crypto_ablkcipher_ctx(ablkcipher); in ablkcipher_encrypt()
1639 struct crypto_ablkcipher *ablkcipher = crypto_ablkcipher_reqtfm(req); in ablkcipher_decrypt() local
1640 struct caam_ctx *ctx = crypto_ablkcipher_ctx(ablkcipher); in ablkcipher_decrypt()
1641 int ivsize = crypto_ablkcipher_ivsize(ablkcipher); in ablkcipher_decrypt()
1687 struct crypto_ablkcipher *ablkcipher = crypto_ablkcipher_reqtfm(req); in ablkcipher_giv_edesc_alloc() local
1688 struct caam_ctx *ctx = crypto_ablkcipher_ctx(ablkcipher); in ablkcipher_giv_edesc_alloc()
1696 int ivsize = crypto_ablkcipher_ivsize(ablkcipher); in ablkcipher_giv_edesc_alloc()
1808 struct crypto_ablkcipher *ablkcipher = crypto_ablkcipher_reqtfm(req); in ablkcipher_givencrypt() local
1809 struct caam_ctx *ctx = crypto_ablkcipher_ctx(ablkcipher); in ablkcipher_givencrypt()
1842 #define template_ablkcipher template_u.ablkcipher
1849 struct ablkcipher_alg ablkcipher; member