Lines Matching refs:ablkcipher
1456 static int ablkcipher_setkey(struct crypto_ablkcipher *ablkcipher, in ablkcipher_setkey() argument
1459 struct caam_ctx *ctx = crypto_ablkcipher_ctx(ablkcipher); in ablkcipher_setkey()
1460 struct ablkcipher_tfm *crt = &ablkcipher->base.crt_ablkcipher; in ablkcipher_setkey()
1461 struct crypto_tfm *tfm = crypto_ablkcipher_tfm(ablkcipher); in ablkcipher_setkey()
1708 static int xts_ablkcipher_setkey(struct crypto_ablkcipher *ablkcipher, in xts_ablkcipher_setkey() argument
1711 struct caam_ctx *ctx = crypto_ablkcipher_ctx(ablkcipher); in xts_ablkcipher_setkey()
1717 crypto_ablkcipher_set_flags(ablkcipher, in xts_ablkcipher_setkey()
1903 struct crypto_ablkcipher *ablkcipher = crypto_ablkcipher_reqtfm(req); in ablkcipher_unmap() local
1904 int ivsize = crypto_ablkcipher_ivsize(ablkcipher); in ablkcipher_unmap()
1968 struct crypto_ablkcipher *ablkcipher = crypto_ablkcipher_reqtfm(req); in ablkcipher_encrypt_done() local
1969 int ivsize = crypto_ablkcipher_ivsize(ablkcipher); in ablkcipher_encrypt_done()
2001 struct crypto_ablkcipher *ablkcipher = crypto_ablkcipher_reqtfm(req); in ablkcipher_decrypt_done() local
2002 int ivsize = crypto_ablkcipher_ivsize(ablkcipher); in ablkcipher_decrypt_done()
2165 struct crypto_ablkcipher *ablkcipher = crypto_ablkcipher_reqtfm(req); in init_ablkcipher_job() local
2166 int ivsize = crypto_ablkcipher_ivsize(ablkcipher); in init_ablkcipher_job()
2222 struct crypto_ablkcipher *ablkcipher = crypto_ablkcipher_reqtfm(req); in init_ablkcipher_giv_job() local
2223 int ivsize = crypto_ablkcipher_ivsize(ablkcipher); in init_ablkcipher_giv_job()
2558 struct crypto_ablkcipher *ablkcipher = crypto_ablkcipher_reqtfm(req); in ablkcipher_edesc_alloc() local
2559 struct caam_ctx *ctx = crypto_ablkcipher_ctx(ablkcipher); in ablkcipher_edesc_alloc()
2569 int ivsize = crypto_ablkcipher_ivsize(ablkcipher); in ablkcipher_edesc_alloc()
2653 struct crypto_ablkcipher *ablkcipher = crypto_ablkcipher_reqtfm(req); in ablkcipher_encrypt() local
2654 struct caam_ctx *ctx = crypto_ablkcipher_ctx(ablkcipher); in ablkcipher_encrypt()
2690 struct crypto_ablkcipher *ablkcipher = crypto_ablkcipher_reqtfm(req); in ablkcipher_decrypt() local
2691 struct caam_ctx *ctx = crypto_ablkcipher_ctx(ablkcipher); in ablkcipher_decrypt()
2734 struct crypto_ablkcipher *ablkcipher = crypto_ablkcipher_reqtfm(req); in ablkcipher_giv_edesc_alloc() local
2735 struct caam_ctx *ctx = crypto_ablkcipher_ctx(ablkcipher); in ablkcipher_giv_edesc_alloc()
2745 int ivsize = crypto_ablkcipher_ivsize(ablkcipher); in ablkcipher_giv_edesc_alloc()
2831 struct crypto_ablkcipher *ablkcipher = crypto_ablkcipher_reqtfm(req); in ablkcipher_givencrypt() local
2832 struct caam_ctx *ctx = crypto_ablkcipher_ctx(ablkcipher); in ablkcipher_givencrypt()
2867 #define template_ablkcipher template_u.ablkcipher
2874 struct ablkcipher_alg ablkcipher; member