blkcipher         422 arch/powerpc/crypto/aes-spe-glue.c 		.blkcipher = {
blkcipher         442 arch/powerpc/crypto/aes-spe-glue.c 		.blkcipher = {
blkcipher         462 arch/powerpc/crypto/aes-spe-glue.c 		.blkcipher = {
blkcipher         482 arch/powerpc/crypto/aes-spe-glue.c 		.blkcipher = {
blkcipher         342 arch/s390/crypto/aes_s390.c 		.blkcipher = {
blkcipher         439 arch/s390/crypto/aes_s390.c 		.blkcipher = {
blkcipher         652 arch/s390/crypto/aes_s390.c 		.blkcipher = {
blkcipher         782 arch/s390/crypto/aes_s390.c 		.blkcipher = {
blkcipher         155 arch/s390/crypto/des_s390.c 		.blkcipher = {
blkcipher         195 arch/s390/crypto/des_s390.c 		.blkcipher = {
blkcipher         300 arch/s390/crypto/des_s390.c 		.blkcipher = {
blkcipher         341 arch/s390/crypto/des_s390.c 		.blkcipher = {
blkcipher         434 arch/s390/crypto/des_s390.c 		.blkcipher = {
blkcipher         476 arch/s390/crypto/des_s390.c 		.blkcipher = {
blkcipher         217 arch/s390/crypto/paes_s390.c 		.blkcipher = {
blkcipher         343 arch/s390/crypto/paes_s390.c 		.blkcipher = {
blkcipher         512 arch/s390/crypto/paes_s390.c 		.blkcipher = {
blkcipher         681 arch/s390/crypto/paes_s390.c 		.blkcipher = {
blkcipher         414 arch/sparc/crypto/aes_glue.c 		.blkcipher = {
blkcipher         433 arch/sparc/crypto/aes_glue.c 		.blkcipher = {
blkcipher         453 arch/sparc/crypto/aes_glue.c 		.blkcipher = {
blkcipher         256 arch/sparc/crypto/camellia_glue.c 		.blkcipher = {
blkcipher         275 arch/sparc/crypto/camellia_glue.c 		.blkcipher = {
blkcipher         403 arch/sparc/crypto/des_glue.c 		.blkcipher = {
blkcipher         422 arch/sparc/crypto/des_glue.c 		.blkcipher = {
blkcipher         460 arch/sparc/crypto/des_glue.c 		.blkcipher = {
blkcipher         479 arch/sparc/crypto/des_glue.c 		.blkcipher = {
blkcipher         602 crypto/skcipher.c 	struct crypto_blkcipher *blkcipher = *ctx;
blkcipher         605 crypto/skcipher.c 	crypto_blkcipher_clear_flags(blkcipher, ~0);
blkcipher         606 crypto/skcipher.c 	crypto_blkcipher_set_flags(blkcipher, crypto_skcipher_get_flags(tfm) &
blkcipher         608 crypto/skcipher.c 	err = crypto_blkcipher_setkey(blkcipher, key, keylen);
blkcipher         609 crypto/skcipher.c 	crypto_skcipher_set_flags(tfm, crypto_blkcipher_get_flags(blkcipher) &
blkcipher         668 crypto/skcipher.c 	struct crypto_blkcipher *blkcipher;
blkcipher         681 crypto/skcipher.c 	blkcipher = __crypto_blkcipher_cast(btfm);
blkcipher         682 crypto/skcipher.c 	*ctx = blkcipher;
blkcipher         689 crypto/skcipher.c 	skcipher->ivsize = crypto_blkcipher_ivsize(blkcipher);
blkcipher         268 drivers/crypto/marvell/cesa.h 		struct mv_cesa_blkcipher_op_ctx blkcipher;
blkcipher         212 drivers/crypto/marvell/cipher.c 		memcpy(skreq->iv, basereq->chain.last->op->ctx.blkcipher.iv,
blkcipher         473 drivers/crypto/marvell/cipher.c 	memcpy(tmpl->ctx.blkcipher.key, ctx->key, DES_KEY_SIZE);
blkcipher         526 drivers/crypto/marvell/cipher.c 	memcpy(tmpl->ctx.blkcipher.iv, req->iv, DES_BLOCK_SIZE);
blkcipher         578 drivers/crypto/marvell/cipher.c 	memcpy(tmpl->ctx.blkcipher.key, ctx->key, DES3_EDE_KEY_SIZE);
blkcipher         631 drivers/crypto/marvell/cipher.c 	memcpy(tmpl->ctx.blkcipher.iv, req->iv, DES3_EDE_BLOCK_SIZE);
blkcipher         697 drivers/crypto/marvell/cipher.c 		tmpl->ctx.blkcipher.key[i] = cpu_to_le32(key[i]);
blkcipher         758 drivers/crypto/marvell/cipher.c 	memcpy(tmpl->ctx.blkcipher.iv, req->iv, AES_BLOCK_SIZE);
blkcipher         404 drivers/crypto/padlock-aes.c 		.blkcipher = {
blkcipher         479 drivers/crypto/padlock-aes.c 		.blkcipher = {
blkcipher         454 include/linux/crypto.h #define cra_blkcipher	cra_u.blkcipher
blkcipher         569 include/linux/crypto.h 		struct blkcipher_alg blkcipher;
blkcipher         757 include/linux/crypto.h #define crt_blkcipher	crt_u.blkcipher
blkcipher         767 include/linux/crypto.h 		struct blkcipher_tfm blkcipher;