cipher_len         31 drivers/block/cryptoloop.c 	int cipher_len;
cipher_len         46 drivers/block/cryptoloop.c 	cipher_len = strcspn(cmsp, "-");
cipher_len         48 drivers/block/cryptoloop.c 	mode = cmsp + cipher_len;
cipher_len         60 drivers/block/cryptoloop.c 	if (cipher_len + mode_len + 3 > LO_NAME_SIZE)
cipher_len         66 drivers/block/cryptoloop.c 	memcpy(cmsp, info->lo_crypt_name, cipher_len);
cipher_len         67 drivers/block/cryptoloop.c 	cmsp += cipher_len;
cipher_len       1678 drivers/crypto/axis/artpec6_crypto.c 	u32 cipher_len = 0; /* Same as regk_crypto_key_128 for NULL crypto */
cipher_len       1711 drivers/crypto/axis/artpec6_crypto.c 		cipher_len = regk_crypto_key_128;
cipher_len       1714 drivers/crypto/axis/artpec6_crypto.c 		cipher_len = regk_crypto_key_192;
cipher_len       1717 drivers/crypto/axis/artpec6_crypto.c 		cipher_len = regk_crypto_key_256;
cipher_len       1760 drivers/crypto/axis/artpec6_crypto.c 						 cipher_len);
cipher_len       1766 drivers/crypto/axis/artpec6_crypto.c 						 cipher_len);
cipher_len        611 drivers/crypto/bcm/spu.c 	unsigned int cipher_len = hash_parms->prebuf_len + data_size +
cipher_len        636 drivers/crypto/bcm/spu.c 		cipher_len -= hash_parms->digestsize;
cipher_len        644 drivers/crypto/bcm/spu.c 		cipher_len -= hash_parms->pad_len;
cipher_len        668 drivers/crypto/bcm/spu.c 		 auth_offset, auth_len, cipher_offset, cipher_len);
cipher_len        776 drivers/crypto/bcm/spu.c 		cipher_len = 0;
cipher_len        795 drivers/crypto/bcm/spu.c 	bdesc->length_crypto = cpu_to_be16(cipher_len);